System Resources: Difference between revisions

From Unofficial EFPSE wiki Extended
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
[[File:SystemResources.png|thumb]]
[[File:SystemResources.png|thumb]]
The engine has some default resources that you will have to provide if you want them to be shown. They can be added in "Import System Resources" [[menu]] along with other system resources. The names here are self-explanatory. Default effects sprites for [[enemies]] will be shown if they were not imported in enemy's settings menu.
The engine has some default resources that you will have to provide if you want them to be shown. They can be added in "Import System Resources" [[menu]] along with other system resources. The names here are self-explanatory. Default effects sprites for [[enemies]] will be shown if they were not imported in enemy's settings menu.




'''Added initial support for video playback. EFPSE build 1.9.5 and Newer'''
'''Added initial support for video playback. EFPSE build 1.9.5 and Newer'''


    This allows you to have animated menus and cutscenes without a huge impact on memory or loading times It currently uses a very naive method, and doesn't support audio, but this will be improved with future updates. You'll need to use an external tool to convert your video to a supported .vid file.
 This allows you to have animated menus and cutscenes without a huge impact on memory or loading times It currently uses a very naive method, and doesn't support audio, but this will be improved with future updates. You'll need to use an external tool to convert your video to a supported .vid file.


[[index.php?title=File:ISC.png|link=File:ISC.png|frameless]][https://github.com/CG8516/ImgStreamCreator/releases Image Stream Creator. Convert any FFMPG encoded video to .vid for EFPSE]
[[Index.php?title=File:ISC.png|link=File:ISC.png|frameless]][https://github.com/CG8516/ImgStreamCreator/releases Image Stream Creator. Convert any FFMPG encoded video to .vid for EFPSE]


Adding Video background to menu.
Adding Video background to menu.
Line 14: Line 15:


\EasyFPSEditor\Projects\YourProject\Menu
\EasyFPSEditor\Projects\YourProject\Menu
'''Example of animated background'''
{{#ev:youtube|LIkEWsyP-40}}
{{#ev:youtube|LIkEWsyP-40}}

Latest revision as of 22:26, 11 March 2024

The engine has some default resources that you will have to provide if you want them to be shown. They can be added in "Import System Resources" menu along with other system resources. The names here are self-explanatory. Default effects sprites for enemies will be shown if they were not imported in enemy's settings menu.


Added initial support for video playback. EFPSE build 1.9.5 and Newer

 This allows you to have animated menus and cutscenes without a huge impact on memory or loading times It currently uses a very naive method, and doesn't support audio, but this will be improved with future updates. You'll need to use an external tool to convert your video to a supported .vid file.

link=File:ISC.png|framelessImage Stream Creator. Convert any FFMPG encoded video to .vid for EFPSE

Adding Video background to menu.

Once you have converted your video to .vid you can simply place it in the menu folder with the same name as the static background. Typically this can be found at

\EasyFPSEditor\Projects\YourProject\Menu

Example of animated background