- Dec 7, 2020
- 7
- 6
I got stuck in Episode 3 at 90/91 with EVENT 50.
I found a bug in Ep 3 EVENT[50] where the 10:00 kitchen eve scene won't trigger.
This if statement was blocking the rest of the latter code once progression was 14 or higher, "if EVENTS[36].Progress >= 13:" - I changed it to "if EVENTS[36].Progress == 13:" Can copy this .rpy in the game directory.
There's nothing like sexual frustration to cause you to learn how to mod, cheat, and edit code, lol.
I like the game a lot, great renders in the entire series.
EDIT: My bad, I should have played it through to the end, there were more bugs in the code, so I fixed them. EVENTS[50].SetDone() needed to be called and there was another If statement that needed to be set to EVENTS.Progress == 3 to trigger. Hope this helps anyone who gets stuck in Ep3.
I found a bug in Ep 3 EVENT[50] where the 10:00 kitchen eve scene won't trigger.
This if statement was blocking the rest of the latter code once progression was 14 or higher, "if EVENTS[36].Progress >= 13:" - I changed it to "if EVENTS[36].Progress == 13:" Can copy this .rpy in the game directory.
There's nothing like sexual frustration to cause you to learn how to mod, cheat, and edit code, lol.
I like the game a lot, great renders in the entire series.
EDIT: My bad, I should have played it through to the end, there were more bugs in the code, so I fixed them. EVENTS[50].SetDone() needed to be called and there was another If statement that needed to be set to EVENTS.Progress == 3 to trigger. Hope this helps anyone who gets stuck in Ep3.
Last edited: