Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit) (+1)

Hello, I really liked the game, completed it fully and noticed I had issues loading diary entries.
Maybe it's just me, but for some reason the exported save had slightly different entry names, so when opening the diary, only "..._test", "..._skin_shown", and "..._facial_shown" entries were displayed. I fixed the issue myself by rewriting the correct entry names from DiaryEntries.gd.

Initial corrupted save:
{"DiaryEntries":{"unlocked_diary_entries":["diary_entry_test","diary_entry_skin_shown","anna_sex","diary_entry_facial_shown","sons_friend_sex_overheard","sons_friend_sex_watched","sons_friend_sex_watched_impreg","son_chastity_1"]} ...

Save fixed by me: {"DiaryEntries":{"unlocked_diary_entries":["diary_entry_test","diary_entry_skin_shown","diary_entry_anna_sex","diary_entry_facial_shown","diary_entry_sons_friend_sex_overheard","diary_entry_sons_friend_sex_watched","diary_entry_sons_friend_impreg_watched","diary_entry_son_chastity_1","diary_entry_sonsfriend_bj","diary_entry_sons_friend_sex"]} ...

It's also important to note that when using the corrupted save, the "..._facial_shown" entry froze the game.

PS: Maybe this is some version conflict.