First things first:
- What system are you playing on? (Windows, JoiPlay)
- Windows 11
- Screenshot of the contents of your
ModScripts/_Mods/
folder.
-
- Screenshots of the contents of the individual mod folders within your
ModScripts/_Mods/
folder. As an example: for MCM the mod folder is hardcoded to ModScripts/_Mods/Cheats Mod
and the __init__.rb
file must be in that folder. (Alternatively, the following files [if they exist] must be in the ModScripts/_Mods/{MODFOLDER}/
folder: info.txt
, preview.clip
, preview.png
, and at least 1 {scriptfile}.rb
file [where {MODFOLDER}
is the folder for the mod and {scriptfile}
is the name of any RGSS scripts that make up the mod])
-
Some mods have specific instructions that need to be followed or they will not work (Mods folders are hardcoded as the mod loader doesn't currently provide a way for mods to be told where they are)