Melindaington Posted June 2, 2024 Share Posted June 2, 2024 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? Link to comment https://forums.kleientertainment.com/forums/topic/156476-codersmodders-help-fixing-missing-heartstone/ Share on other sites More sharing options...
gibbert Posted June 3, 2024 Share Posted June 3, 2024 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? 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. Link to comment https://forums.kleientertainment.com/forums/topic/156476-codersmodders-help-fixing-missing-heartstone/#findComment-1718903 Share on other sites More sharing options...
Melindaington Posted June 8, 2024 Author Share Posted June 8, 2024 This worked perfectly, thank you so much! Link to comment https://forums.kleientertainment.com/forums/topic/156476-codersmodders-help-fixing-missing-heartstone/#findComment-1721458 Share on other sites More sharing options...
Recommended Posts
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.