defisym / OpenFusionExamples

Clickteam Fusion Open Source Stuffs
MIT License
38 stars 7 forks source link

Example Files Require WinAPI.mfx #61

Open WizenThorne opened 1 day ago

WizenThorne commented 1 day ago

There is no way to install WinAPI.mfx from the extension manager but this extension is required to open FFMpeg_1080P.mfa example file.

defisym commented 1 day ago

Most of the extensions in this repo is not uploaded. https://github.com/defisym/OpenFusionExamples/tree/master/Extensions/WinAPI/ToInstall/Files It's used to test the cache function when reaching the memory limit by loading all files under given path. Built-in list object won't load subfolders recursively so that's why this function was made.