Jump to content

Coders/Modders - Help Fixing Missing Heartstone?


Recommended Posts

I already marked this as a bug for Klei, but at some point with Enigmox I either didn't get a heartstone but was able to leave, or added it to the center of camp but it didn't count. I've looked at the map, and done each Frency level multiple times over by now, but it hasn't seemed to fix it.

Anyone who knows games better than I do know if there's an easy fix, like changing a number in a file?

 

 

Missing Enigmox.png

13 hours ago, Melindaington said:

I already marked this as a bug for Klei, but at some point with Enigmox I either didn't get a heartstone but was able to leave, or added it to the center of camp but it didn't count. I've looked at the map, and done each Frency level multiple times over by now, but it hasn't seemed to fix it.

Anyone who knows games better than I do know if there's an easy fix, like changing a number in a file?

 

 

Missing Enigmox.png

It seems like this is a known bug and some other players had this issue as well, if you've tried everything and still can't get the missing heart, you can use this console command to give yourself hearts via cheats:

c_konjurheart(boss, amount)

`boss` is a string for the boss name, it can be:

- "megatreemon" for Mother Treek

- "owlitzer" for Owlitzer

- "bandicoot" for Enigmox

- "thatcher" for Swarm

and `amount` is a number, so for example if you want to give yourself 1 Enigmox heartstone you can do this

c_konjurheart("bandicoot", 1)

To get the debug console you can either use modified scripts and enable DEV_MODE or CONSOLE_ENABLED in the code, or, use the -enable_debug_console flag in the game's startup parameters. I recommend the latter as it's easier, just right click Rotwood on Steam, choose Properties, and enter "-enable_debug_console" in the LAUNCH OPTIONS box (remove the double quotes of course).

 

edit: you can also use negative numbers for the amount to remove said amount from your inventory.

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...