how do you get the school boys glory hole scenes? whenever theyre in there if you go to it, it just says the bathroom is empty.
From v0.32.4 source:
Prerequisites for MCILF using the gloryhole in the first place:
- MCILF corruption level 3
- already looked through the hole at least once (needs event_tag "first_investigation_complete" - note that this is not a corruption point so it is not listed anywhere)
Then the code to trigger the "schoolboys_visit_gloryhole" scene:
Code:
if schoolboys.arousal >= horny and bathroom_boy_gloryhole_crowd_requirement() and schoolboys.has_corruption_tag("gloryhole_introduction"):
So you need:
1. to have teased the schoolboys to at least 50 arousal (via interactions at various places in the school).
This is quite slow to achieve as there are few good options to get points quickly. (
MetaMira you might consider adjusting this part of the game mechanic, unless you plan to have more effective ways planned to gain schoolboy points)
- hallway is most common but does not give many (2-3 points)
- careful when interacting with them in class, you can only lose arousal points (and gain control points), not gain arousal.
- gym class change room: the dick size argument gives the most arousal points
- if you haven't completed the Nerd's bullying storyline yet: whenever you catch the schoolboys bullying Nerd, choose the "Distract them" option.
2. schoolboys already have the corruption point "gloryhole_introduction"
- this is obtained in a scene where MCILF catches the schoolboys in the boys bathroom: in order, you should choose: "Tease" them about the gloryhole, "Pick a volunteer" to try it, and then choose any one of the three options (tits out, skirt off, fondle cock) to make the boy hard.
3. bathroom_boy_gloryhole_crowd_requirement() must be true
- cannot have interacted with the girls or boys mobs in either of the bathrooms already that day
- must be during the middle of teaching a class (leave the classroom after starting a lesson)
-
must be a monday or thursday (other characters are potentially at the glory hole on other days)
- schoolboys must be corruption level 2 or higher
- schoolboys must be at arousal 50 or higher (this is a double-up of the requirement 1. above)