Hello, I am trying to make a mod, but having trouble with it:
I followed the Steam tutorial to make my first mod, and I've gotten as far as making an empty mod that loads into the game. I verify this through logs and console. However, if I try to do *anything* with the mod, it never seems to work. To test this further, I downloaded the RecipeNotification mod from this forum, and it will not work either, despite showing up in the console. However, RecipeNotification works just fine if I load it into a regular CryoFall game. I am able to use it just fine, just not in the CryoFall_Editor.
Any idea what might be causing this?
Things I've done:
Placed the Mods in D:\Program Files (x86)\Steam\steamapps\common\CryoFall Editor\Mods
Edited ModConfig.xml in C:\Users\<user>\Documents\AtomicTorchStudio\CryoFall Editor
Run CryoFall_Editor.exe from D:\Program Files (x86)\Steam\steamapps\common\CryoFall Editor
Checked the logs: I only see Core under Mods list.
Console: I see "Mods catalog initialized. Available files:" and it lists the Core, editor, RecipeNotification, and my Mod.
Can anyone help me out?