Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

https://mega.nz/#!JZByUAoS!RS8vNovLw8g4xm55CwDuwAKIL_yFuGi-80rK_0wJ3do here you the affected save soon as the day ticks over babies are set to be born

(1 edit)

Thanks for sharing the file. Unfortunately, the problem is that your list of babies is empty so a complete recovery is not possible. I can be fairly certain that you played one of these versions 0.5.24, 0.5.24a, or 0.5.24b and a non-fatal error effected the load of the progress, which prevented baby data from being included (babies are loaded last). Thus further saves would not include any babies. I believe the fixes in 0.5.24c should prevent this from occurring again.

The good news is that there is enough relationship data to create new babies. They won't be the same as the ones lost, but so long as you still have both the father and the mother it will be based on their current attributes. I've provided a replacement of "globals.gd" from 0.5.24c. It should be compatible with 0.5.24b/0.5.24c for windows or linux. The file to replace will be located in the "files" folder from wherever the executable (program starter) is located.

https://mega.nz/#!zcpWGS4C!uTuhIMu8EWMkET4N5OHA1tUkB3DH6fZg5mpnCBavaDo
Simply load any progress like normal, and if there is missing baby data then it will try to generate new baby data to fit the existing pregnancy.  It will report the outcome to the terminal. It's been tested on your save file so there should be no problems. It will probably also work for most people so long as there are not other issues.

edit: This will not be compatible with mods that change "globals.gd". If mods conflict with this, then I recommend trying one of the following: 1) use a fresh copy of just the game files to fix the data. 2) start with a fresh copy, add this file, and then apply mods. 3) temporarily use this file to simply load and save to fix the data and then switch back to old file.