I fail to see how it can be so difficult for people to follow such simple install instructions...
Here are some images on where things are when installed correctly:
This image is the game root folder where you find
Game.exe
,
GameLona.ini
,
GameMods.ini
,
GameCheats.ini
(if using Modular Cheats Mod or the older merged release),
ModScripts
, etc...
This image is the
ModScripts/_Mods
folder where mods are installed:
This image is the contents of ModularCheatsMod, in here all the scripts within the subfolders is loaded by
main.rb
, which the Mod Loader finds and loads to load the mod:
tl;dr: in my case, the folder paths in the images are as follows:
F:\LonaRPG\B.0.7.7.1
- This is where I have the game installed. (Yes, I install each game version to its own folder)
F:\LonaRPG\B.0.7.7.1\ModScripts\_Mods
- This is the mods folder.
F:\LonaRPG\B.0.7.7.1\ModScripts\_Mods\Cheats Mod
- This is where Modular Cheats Mod is installed. The mod is packed into the archive WITH the folder Cheats Mod
, there is absolutely no need to extract to a folder with the archive name.
P.S: For anyone wondering, here's what the
F:\LonaRPG
folder looks like (currently only have B.0.7.7.1 installed)
Note: the
src
folder is NOT for any of the other folders, it's the source for the 2 launcher files (runs the game (and NyxLauncher) under a sandbox user, similar to how the itch.io app does it)