Nelix171

Active Member
Apr 10, 2020
671
424
172
First, thank you for this amazing game. I really enjoyed a lot so far and I've no doubt I'll continue.

Second, a quick question from me, maybe anyone will be able to answer. I'm missing only an event and I've no idea how to trigger. I keep doing what it's written, patrolling in the weekend, but all I get are
You don't have permission to view the spoiler content. Log in or register now.
Is it possible that this event was in ch.1 and I missed it?

You don't have permission to view the spoiler content. Log in or register now.

Third, a more complex question: my game keeps getting an error and I've to rollback (or quit) whenever I open the Characters -> Others section. I'm not sure, but I think this happened a bit after Arabella and her mother joined the school, but I can't be sure it's related. When I discovered it I was too ahead to go back, so I'm stuck with it. I posted it below, if I can help somehow with more info or you can redirect me where to go to provide it, let me know.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code
  File gamemonday.rpy, line 117, in module
  File gameinfoscreen.rpy, line 251, in execute
  File gameinfoscreen.rpy, line 251, in execute
  File gameinfoscreen.rpy, line 293, in execute
NameError name 'car3_name' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback
  File monday.rpyc, line 1988, in script call
  File monday.rpyc, line 2078, in script call
  File monday.rpyc, line 2934, in script call
  File monday.rpyc, line 3752, in script call
  File monday.rpyc, line 3752, in script call
  File monday.rpyc, line 453, in script call
  File monday.rpyc, line 2879, in script call
  File monday.rpyc, line 1144, in script call
  File monday.rpyc, line 1144, in script call
  File monday.rpyc, line 2879, in script call
  File monday.rpyc, line 359, in script call
  File monday.rpyc, line 1144, in script call
  File monday.rpyc, line 1691, in script call
  File monday.rpyc, line 2879, in script call
  File monday.rpyc, line 2879, in script call
  File monday.rpyc, line 2879, in script call
  File monday.rpyc, line 1144, in script call
  File monday.rpyc, line 1988, in script call
  File monday.rpyc, line 2879, in script call
  File monday.rpyc, line 1988, in script call
  File monday.rpyc, line 3662, in script call
  File monday.rpyc, line 4551, in script call
  File monday.rpyc, line 359, in script call
  File monday.rpyc, line 1144, in script call
  File monday.rpyc, line 359, in script call
  File monday.rpyc, line 1144, in script call
  File monday.rpyc, line 3662, in script call
  File monday.rpyc, line 1144, in script call
  File monday.rpyc, line 2879, in script call
  File monday.rpyc, line 2879, in script call
  File monday.rpyc, line 3288, in script call
  File monday.rpyc, line 4186, in script call
  File monday.rpyc, line 3662, in script call
  File monday.rpyc, line 1144, in script call
  File monday.rpyc, line 1988, in script call
  File monday.rpyc, line 3662, in script call
  File monday.rpyc, line 359, in script call
  File monday.rpyc, line 1144, in script call
  File monday.rpyc, line 1988, in script call
  File monday.rpyc, line 2879, in script call
  File monday.rpyc, line 359, in script call
  File monday.rpyc, line 1144, in script call
  File monday.rpyc, line 359, in script call
  File monday.rpyc, line 117, in script
  File EGameTheHeadmaster-0.13.2public-pc-crunchedTheHeadmaster-0.13.2public-pcrenpyast.py, line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File EGameTheHeadmaster-0.13.2public-pc-crunchedTheHeadmaster-0.13.2public-pcrenpypython.py, line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File gamemonday.rpy, line 117, in module
  File EGameTheHeadmaster-0.13.2public-pc-crunchedTheHeadmaster-0.13.2public-pcrenpyexports.py, line 1480, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward)
  File EGameTheHeadmaster-0.13.2public-pc-crunchedTheHeadmaster-0.13.2public-pcrenpyui.py, line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, kwargs)
  File EGameTheHeadmaster-0.13.2public-pc-crunchedTheHeadmaster-0.13.2public-pcrenpydisplaycore.py, line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, kwargs)
  File EGameTheHeadmaster-0.13.2public-pc-crunchedTheHeadmaster-0.13.2public-pcrenpydisplaycore.py, line 3094, in interact_core
    root_widget.visit_all(lambda i  i.per_interact())
  File EGameTheHeadmaster-0.13.2public-pc-crunchedTheHeadmaster-0.13.2public-pcrenpydisplaycore.py, line 541, in visit_all
    d.visit_all(callback, seen)
  File EGameTheHeadmaster-0.13.2public-pc-crunchedTheHeadmaster-0.13.2public-pcrenpydisplaycore.py, line 541, in visit_all
    d.visit_all(callback, seen)
  File EGameTheHeadmaster-0.13.2public-pc-crunchedTheHeadmaster-0.13.2public-pcrenpydisplaycore.py, line 541, in visit_all
    d.visit_all(callback, seen)
  File EGameTheHeadmaster-0.13.2public-pc-crunchedTheHeadmaster-0.13.2public-pcrenpydisplaycore.py, line 541, in visit_all
    d.visit_all(callback, seen)
  File EGameTheHeadmaster-0.13.2public-pc-crunchedTheHeadmaster-0.13.2public-pcrenpydisplayscreen.py, line 430, in visit_all
    callback(self)
  File EGameTheHeadmaster-0.13.2public-pc-crunchedTheHeadmaster-0.13.2public-pcrenpydisplaycore.py, line 3094, in lambda
    root_widget.visit_all(lambda i  i.per_interact())
  File EGameTheHeadmaster-0.13.2public-pc-crunchedTheHeadmaster-0.13.2public-pcrenpydisplayscreen.py, line 440, in per_interact
    self.update()
  File EGameTheHeadmaster-0.13.2public-pc-crunchedTheHeadmaster-0.13.2public-pcrenpydisplayscreen.py, line 625, in update
    self.screen.function(self.scope)
  File gameinfoscreen.rpy, line 251, in execute
  File gameinfoscreen.rpy, line 251, in execute
  File gameinfoscreen.rpy, line 293, in execute
  File screen language, line 293, in module
NameError name 'car3_name' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
The Headmaster 0.13.2public
Thu Mar 02 213929 2023
If memory serves the faye and liz sunbathing is a walk around campus on a weekend event. either morning or afternoon.
 

DrNefarious57

New Member
Sep 15, 2021
11
17
86
I might be wrong about this, but I think a lot of the "patrol" events have two versions: one for chapter 1 and another for chapter 2. If you somehow miss the chapter 1 version, there's no way to get it (without the cheat menu) once you start chapter 2, because from then on you'll only get the chapter 2 version. So if you do a fresh play through, try to get 100% of chapter 1 patrol events before advancing to chapter 2 (helps to save a lot and rotate the save slots, so you can go back if needed with fine granularity).
 

Gato21

Active Member
Oct 16, 2021
963
3,011
387
Well, she has been fucked before. We have proof ;)
I don't think the headmaster is going to pull off the moral upstanding dude vibe like his predecessor, after all he is a godless heathen in her eyes, but who knows.
 

TheDevian

Svengali Productions
Game Developer
Mar 8, 2018
15,841
37,520
1,031
I don't think the headmaster is going to pull off the moral upstanding dude vibe like his predecessor, after all he is a godless heathen in her eyes, but who knows.
But he is the one who can help awaken her to her true desires, and help her come to terms with them.
 
  • Like
Reactions: Knight_of_the_lance

Gato21

Active Member
Oct 16, 2021
963
3,011
387
But he is the one who can help awaken her to her true desires, and help her come to terms with them.
She does seem a little repressed, aching to transform into a freaky deacky chic. Picked up some same-sex attraction vibes, so we will see if we get some bisexual action.
So much time has passed and Ruth hasn't been fucked yet? Is he even going to raise her and make her an obedient slut?
Fucked the previous headmaster, yes. Current, no. Sexual repression can be a bitch.
 
  • Like
Reactions: TheDevian

Retired123

Member
Jun 3, 2020
297
441
214
She will come to terms with being a horny slut with time. I've been waiting a long time for him to do it. She must begin to enjoy her sinful desires and everyone must see this.
 
  • Angry
Reactions: JohnEffinDoe

Gato21

Active Member
Oct 16, 2021
963
3,011
387
She will come to terms with being a horny slut with time. I've been waiting a long time for him to do it. She must begin to enjoy her sinful desires and everyone must see this.
IDK man, be prepared to wait. We have to get through everyone else on the list, unless he plans to integrate her story into one or more of the students stories.
 

TheDevian

Svengali Productions
Game Developer
Mar 8, 2018
15,841
37,520
1,031
She does seem a little repressed, aching to transform into a freaky deacky chic. Picked up some same-sex attraction vibes, so we will see if we get some bisexual action.

Fucked the previous headmaster, yes. Current, no. Sexual repression can be a bitch.
She has a lot of them, and yes, she is bi-sexual.
She both fucked the last headmaster as well as lusting after other women.
It will take a while to get her to overcome her conditioning, but it seems likely either way.
What do you think, how long will you have to wait?
That tends to depend on the supporters' votes.
IDK man, be prepared to wait. We have to get through everyone else on the list, unless he plans to integrate her story into one or more of the students stories.
It could be related to Arabella's arc.
 
  • Like
Reactions: Gato21

ccxvidonaferens

Active Member
May 25, 2022
798
1,001
217
It could be related to Arabella's arc.
Maybe even Harriet's too with the check ups during the weekly board meeting. I suppose it's even possible that it occurs gradually with a scene here and a scene there in intervening updates as the students become more and more exposed and less inhibited over time. Especially with the likes of Liz and the accidental nudist (Emily I think. Certainty escapes me for the moment). It could cause her to struggle more with her repressed desires to the point she either lets go or the HM has to intervene in order to 'maintain the good order and smooth running of the school'.
 
  • Like
Reactions: TheDevian
4.50 star(s) 293 Votes