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

Messages - 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 / Re: Modding problem
May 07, 2021, 06:37:38 AM
Thank you for the quick reply. I uninstalled both CryoFall and CryoFall editor, made sure to remove all config files for both, and then reinstalled both.

After doing so the CryoFall_Editor config files moved to AppData/Local instead of under Documents. After finding that and adding my mod to the ModConfig.xml there, it started loading and working.

However, as a bug report, I've noticed both CryoFall_Editor.exe and CryoFall_Compiler do not shut down properly when I close the program. I will routinely find multiple copies of both still running in the background.
#3
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?