Deadsashas
New Member
- Oct 17, 2017
- 11
- 16
- 228
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".Is the mod enabled in GameMods.ini (Banned = 0) or NyxLauncher?
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:
Code:
MOD_NAME = "Cheats Mod"
# MODS_PATH = "ModScripts/_Mods"
# MOD_FOLDER = "#{MODS_PATH}/#{MOD_NAME}"
MOD_FOLDER = "#{$MODS_PATH}/#{MOD_NAME}"
Code:
# MOD_NAME = "Cheats Mod"
# MODS_PATH = "ModScripts/_Mods"
# MOD_FOLDER = "#{MODS_PATH}/#{MOD_NAME}"
MOD_FOLDER = "ModScripts/_Mods/Cheats Mod"