Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - Zangulus

#1
Modding info / Two modding questions
May 10, 2021, 09:42:48 PM
1) How do I tell if the player is currently in a land claim they own or are part of the faction?
2) Where is the code for picking grass and items off the ground?

Thank you.
#2
Modding info / Modding problem
May 06, 2021, 09:58:03 AM
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?