Close, the right solution is this:Hi, I too have same problem, but I additionaly see an error after launch in NyxLauncher - "No such file or dirrectory: Cheats Mod/mod/Utils.rb".
I have played with main.rb (in mod folder) and after I have made MOD_FOLDER like in example mod, error has disappear and mod works.
So It looks like that - was this:
And I have edited to this:Code:MOD_NAME = "Cheats Mod" # MODS_PATH = "ModScripts/_Mods" # MOD_FOLDER = "#{MODS_PATH}/#{MOD_NAME}" MOD_FOLDER = "#{$MODS_PATH}/#{MOD_NAME}"
I hope that was right solutionCode:# MOD_NAME = "Cheats Mod" # MODS_PATH = "ModScripts/_Mods" # MOD_FOLDER = "#{MODS_PATH}/#{MOD_NAME}" MOD_FOLDER = "ModScripts/_Mods/Cheats Mod"![]()
Code:
MOD_NAME = "Cheats Mod"
MODS_PATH = "ModScripts/_Mods"
MOD_FOLDER = "#{MODS_PATH}/#{MOD_NAME}"
# MOD_FOLDER = "#{$MODS_PATH}/#{MOD_NAME}"
I am using a modified mod loader that provides a global
$MOD_PATH variable and forgot to change the code before uploading.
Last edited: