Hi, found a few bugs while playing.
Following issues I found in the dungeon:
- Got a greyscreen which only said
maria_bed_insertion1
, I guess that should be
maria_bed_insertion11
- Got a greyscreen which only said
eleanor_sofa_insertion21
(also 22,23,24 are missing), I guess the videos in
images\dungeon\labs\Eleanor\sofa\insertion2
got the wrong name (11-14...)
- Got a crash when choosing the sofa (Verina). It looks for
Verina_bed_special
,
Verina_bed_insertion
,
Verina_bed_blowjob
, I guess those should be
Verina_sofa_*
Gallery image (gallery79) doesn't unlock
Code:
if deck_info_list[1].level >= 4 and gallery_list[78].unlocked == False:
gallery_list[77].unlocked = True
I guess in the second line it should be gallery_list[78]...
It's not really a bug, but the today_fishing variable get's only reset once the player goes to bed in his house. If the day ends while the player sleeps in another bed, or because he interacted with a girl at midnight the variable doesn't get reset...