Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Every time I try to finish the current day the game freezes and I got this from the debug

(1 edit)

At least one of your slaves is missing the 'is_preg' field in the "preg" dictionary. This is a value is not present in vanilla and should be added by the mod to all slaves. The most likely causes are that you either started the progress or gained a slave in vanilla(compatibility with vanilla is lacking) or added another mod that is causing a conflict. The save file is plain text can be edited using an online JSON editor, though the data problems may extend to many slaves or other areas of the game.

The mods I have are the bugfix v6b, Aric's Expansion, Slave Spreadsheet, and Marriage and more Aric Version. I have them loaded in that order. I also just recently acquired Cali and Emily Hale from the base game.

None of those mods are likely to be a problem. Unique slaves are created on the base of a normal slave, so they are not anything of note. It's possible that your save file may have data that indicates if playing in vanilla was the problem, but otherwise it may not help in determining the cause.

I've been looking through the Json save editor like you said. I have two slaves showing they're pregnant in game, yet in the save file it does not say they are after "is_preg." It says false not true. I don't know if that has anything to do with it.

(1 edit)

Slaves impregnated in vanilla gameplay will have a baby ID in the "baby" field but will have "is_preg" still set to false. Slaves impregnated in this mod will have at least one baby ID in the "unborn_baby" field and the "is_preg" entry set to true. However, if the slave was added during vanilla gameplay but not expanded to have the addition data for the mod, then the "is_preg" entry will be missing, which is your primary problem.

I switched the false to true for "is_preg" and that fixed the problem thanks for the advice!