Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

There isn't an easy DIY fix for that error, a typo in another section creates improper data structures that get added to the save file. I'd recommend either waiting for the next version, which should be out in a few days or so, or getting the current main branch from the Github as most of the known issues have already been addressed there (just be careful of the mod folder name). The Debug mod prevents most crashing by aborting the current function as soon as things go wrong, so it doesn't crash but doesn't do much either. Though a side effect of the aborted function is that it causes errors in functions that were depending on the results of that function, which is 2/3 of those errors are.

Thank you for the clarification. Thankfully, using the current main branch from the Github seems to have solved my issue. Thanks!