[MOON/MoonLoader] Load Scripts from Mod Loader
Enviado: 08 Ago 2020, 20:30
Note: If not working with AutoID3000 3002 or later, refer to here.
This is my first script demonstrating the usage of ___SearchModLoaderLog.
Description:
This is a lua script that searches inside Mod Loader for any lua scripts and loads them into MoonLoader.
Requirements:
___SearchModLoaderLog (for 2.0 or below)
AutoID3000 3002 or later (for 3.0 or above)
Download:
1.0 (VERY old and outdated, do not use)
2.0
3.0
Note:
Please read the Drawbacks.
Note: The script file is intentionally named with two underscores so that it is loaded before other scripts. Changing the file name may result in errors.
Usage:
To be loaded, the lua script must have the extension lua or luac, and be inside a subfolder named moonloader\.
Here are some examples:
modloader\lua mods\my mod.lua => wrong
modloader\lua mods\moonloader\my mod\my mod.lua => wrong
modloader\moonloader\my mod\my mod.lua => wrong
modloader\moonloader\my mod.lua => correct
modloader\lua mods\moonloader\my mod.lua => correct
modloader\lua mods\moonloader\moonloader mods\subfolder\moonloader\my mod.lua => correct
Credits:
HzanRsxa2959
This is my first script demonstrating the usage of ___SearchModLoaderLog.
Description:
This is a lua script that searches inside Mod Loader for any lua scripts and loads them into MoonLoader.
Requirements:
___SearchModLoaderLog (for 2.0 or below)
AutoID3000 3002 or later (for 3.0 or above)
Download:
1.0 (VERY old and outdated, do not use)
2.0
3.0
Note:
Please read the Drawbacks.
Note: The script file is intentionally named with two underscores so that it is loaded before other scripts. Changing the file name may result in errors.
Usage:
To be loaded, the lua script must have the extension lua or luac, and be inside a subfolder named moonloader\.
Here are some examples:
modloader\lua mods\my mod.lua => wrong
modloader\lua mods\moonloader\my mod\my mod.lua => wrong
modloader\moonloader\my mod\my mod.lua => wrong
modloader\moonloader\my mod.lua => correct
modloader\lua mods\moonloader\my mod.lua => correct
modloader\lua mods\moonloader\moonloader mods\subfolder\moonloader\my mod.lua => correct
Credits:
HzanRsxa2959