Yikes sunrise, myself Im stuck in episode 8 at 93/102 with Lina's Room 7:30 and Eve's Room 22:30 as only clues. Those are just not progressing for the last 2 weeks in game. Ive got the scene from the living room done.
Really guide is not that good, half the time you actually need to do something else to trigger things. As for that scene its actually checking a couple of things, not just the arousal, but how far you have progressed in other areas. Stalk her, if you didnt already "ignore" the error at 18:00. Even if you dont have a task for the time slot, Im finding multiple scenes after the direction to go to a place is removed from the list, ie Bathroom should have you asking where to end and take a pic.
I just wish dev-mode would allow me to check the state of the events, because the codes checking if certain events are done, and Im thinking the games not marking them as done, theres been a couple of instances where the code is written so it wont trigger certain scenes.
ie
if EVENTS[32].Progress >= 7:
$ EVENTS[32].SetDone()
else:
$ EVENTS[32].Progress += 1
This is triggered at the end of Progress 7. So either sets it as done, or adds progress, as its in the 7th progress section it always sets done and does not increase the variable. Meaning the progress 8,9,10 that are also coded are never achieved. I do think the "else" needs removing and a check to keep it capped added, however I dont think this one is gamebreaking just means some content is blocked.