CuteLilNori

Newbie
Sep 10, 2022
73
97
Oh boi! This next update is probably even more exciting and interesting. Curious to see what could be going on in the whole "class punishment" event. Probably the big fight going on at the girls' dorms room or maybe some rivalry between Charlotte and April. You know... Can't wait for the update to come soon to find out ;)
 

reid1

Newbie
Oct 25, 2021
54
57
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
 

Gegecucu

Member
Game Developer
Nov 18, 2017
249
721
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
Regarding your missing events, they should trigger during chapter 2 when patrolling during weekend (Saturday afternoon, Sunday morning and afternoon). Sorry if this feels dumb, but do you click on this icon during the weekend?
1677790435771.png

About the bug, this is a known one, which should be fixed in the next update.
 

reid1

Newbie
Oct 25, 2021
54
57
Regarding your missing events, they should trigger during chapter 2 when patrolling during weekend (Saturday afternoon, Sunday morning and afternoon). Sorry if this feels dumb, but do you click on this icon during the weekend?
View attachment 2432736

About the bug, this is a known one, which should be fixed in the next update.
Thanks for your answer. Yes, I do click that, it's the only icon available afaik, but all I get all the other events I mentioned in my previous post. I spent quite a long time (170+ days and I always patrolled during weekend), I really don't know if I am missing some triggers.

Thanks also for having explained it's known issue, I'll wait for the update.
 
Last edited:

pothb

Well-Known Member
Jan 28, 2018
1,261
1,380
Hooray! Lucy Love! And Donna fun to be had.
Claire looks cute as hell too.
Last and not least, the black twin tails is also very cute that it's a shame she doesn't get more screen time.
 
  • Like
Reactions: Gegecucu

ccxvidonaferens

Active Member
May 25, 2022
710
890
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?
The missing event seems to be Liz and Faye sunbathing on the roof. I can't recall specific triggers of the top of my head but the Game Guide link on the OP is extremely well detailed as to specific event triggers and was for me fairly easy to navigate. Can't recommend it enough.
 

deuxrayme

Member
Nov 4, 2018
468
1,242
Oh boi! This next update is probably even more exciting and interesting. Curious to see what could be going on in the whole "class punishment" event. Probably the big fight going on at the girls' dorms room or maybe some rivalry between Charlotte and April. You know... Can't wait for the update to come soon to find out ;)
It says in the announcement what is the cause of the class punishment and why Priti and Nina, two girls who are not at SLAG due to their grades, are left out of it.
...their academic performance...
 

TheDevian

Svengali Productions
Game Developer
Mar 8, 2018
14,674
34,432
It says in the announcement what is the cause of the class punishment and why Priti and Nina, two girls who are not at SLAG due to their grades, are left out of it.
I just hope it's not based on the grades score, I might miss it. XD
But if not, Priti is really doing a lot of lifting! XD

That said, Arabelle should be glad it's not science class.
 

deuxrayme

Member
Nov 4, 2018
468
1,242
I just hope it's not based on the grades score, I might miss it. XD
But if not, Priti is really doing a lot of lifting! XD

That said, Arabelle should be glad it's not science class.
What do you mean 223 is not a bad grade for the students?
1677819633818.png

I know it's labeled "science," but it seems to be mostly chemistry which at least wouldn't have the "age of earth" or "evolution" topics for Arabelle to have to go against her mom's teachings.
 

TheDevian

Svengali Productions
Game Developer
Mar 8, 2018
14,674
34,432
What do you mean 223 is not a bad grade for the students?
View attachment 2433574

I know it's labeled "science," but it seems to be mostly chemistry which at least wouldn't have the "age of earth" or "evolution" topics for Arabelle to have to go against her mom's teachings.
I mean, I guess it's a good start.... :KEK:
1677820886168.png

While it is true that we have only seen her teaching chemistry, one assumes that she covers all of the sciences, unless they want to work that into Arabella's personal story, and have the HM teach her.
That said, being that her mother home-schooled her, odds of her doing well in chemistry is pretty low as well. Though, if you really want to get into it, chemistry is one of the ways we know the age of the earth (though it is unlikely to come up in class).

But, I just can't see Susan letting something like that slide, once she learns that she doesn't know about it. In fact, I can see her even taking her mom aside, and explaining it in simple enough terms that even she would have no choice but to accept it as a fact. On the other hand, I SO want to be there to see her reaction to finding out there is a YEC in her class. I bet even Ruth isn't that bad! (Guessing she is Catholic, and they tend to accept evolution). In fact, she might even be of help in that, now that I think about it. Help to show her that you can be both a believer and accept the science (though breaking that totally could be more fun to me). :geek:
 
Last edited:

CuteLilNori

Newbie
Sep 10, 2022
73
97
It says in the announcement what is the cause of the class punishment and why Priti and Nina, two girls who are not at SLAG due to their grades, are left out of it.
Oh, oops! I might've misread that. Sad for those girls that failed from the old school to get into the whole class punishments :ROFLMAO:
 

Knight_of_the_lance

Well-Known Member
Feb 23, 2020
1,050
1,951
Well chemestry is one of the more advenced science Arabella could have studied a bit more at home since it comes up a lot in cooking. At the verry least it ia a subject she could catch on more easyly than electricity.
 
  • Like
Reactions: TheDevian

Cartageno

Devoted Member
Dec 1, 2019
8,822
14,959
Well, in my school days - admittedly way back in the last millennium - the part with putting substances together, stirring and boiling was severely underrepresented compared with learning formulae, memorizing properties, and similar stuff. Cooking - if I had been able to which I wasn't - wouldn't have helped one iota.
 
  • Like
Reactions: TheDevian

reid1

Newbie
Oct 25, 2021
54
57
The missing event seems to be Liz and Faye sunbathing on the roof. I can't recall specific triggers of the top of my head but the Game Guide link on the OP is extremely well detailed as to specific event triggers and was for me fairly easy to navigate. Can't recommend it enough.
Thank you, you're right. I saw that event many times but for some reason is not displayed as completed in my log, no idea how that happened. Well at least I solved the mystery, thanks.
 

Cartageno

Devoted Member
Dec 1, 2019
8,822
14,959
Thank you, you're right. I saw that event many times but for some reason is not displayed as completed in my log, no idea how that happened. Well at least I solved the mystery, thanks.
Just a wild guess which may be off by several miles, but did you try all options during the event? So, offering and applying sunscreen or not, maybe it only triggers in a certain case for the replay.
 
  • Like
Reactions: TheDevian

TheDevian

Svengali Productions
Game Developer
Mar 8, 2018
14,674
34,432
Well chemestry is one of the more advenced science Arabella could have studied a bit more at home since it comes up a lot in cooking. At the verry least it ia a subject she could catch on more easyly than electricity.
Yeah, the basic concepts are similar, there is a lot of overlap, and since they are not in the US, she would at least probably know the metric system from it. lol
When I was a kid, my mom ran a day care, and we always taught the kids cooking, like baking, because it taught them basic math, fractions, and stuff like that, we never really understood why the baking soda did what it did, but we knew how to measure it, and to mix dry together before you add the wet, and so on.

All kids should learn it, if you ask me. lol
 

Ru1n

Active Member
Feb 8, 2021
607
1,059
Yeah, the basic concepts are similar, there is a lot of overlap, and since they are not in the US, she would at least probably know the metric system from it. lol
When I was a kid, my mom ran a day care, and we always taught the kids cooking, like baking, because it taught them basic math, fractions, and stuff like that, we never really understood why the baking soda did what it did, but we knew how to measure it, and to mix dry together before you add the wet, and so on.

All kids should learn it, if you ask me. lol
THANK YOU! Instead 15-20 years ago we were thaught about truncated pyramid and what the fucking author was thinking when he wrote about the FUCKING sky or a damn field, that will be helpful when i'm 30.
 
  • Thinking Face
Reactions: TheDevian

Cartageno

Devoted Member
Dec 1, 2019
8,822
14,959
THANK YOU! Instead 15-20 years ago we were thaught about truncated pyramid and what the fucking author was thinking when he wrote about the FUCKING sky or a damn field, that will be helpful when i'm 30.
As a former teacher who also is past his 30 (ever so mighty, ehm, I meant ever so slightly of course) I can tell you that almost everything you learn in the later part of your school education, be it chemistry (specific reactions), languages (what you mention - "why did the author say 'walked' here" - because the fucking people fucking moved slowly without panic maybe?), or arts (what is the difference between Gothic and Renaissance architecture?) is useless if you are talking "stuff I really need in my life or at least my job" unless you go down very specific paths later on.

However, depending on how good your education was, it will teach you trains of thought (like perceiving what other people mean when they say stuff beyond what info actually is in; an approach to logic) and might even seed some nice info you can combine yourself even if only purely for enjoyment - finding out connections and similar yourself rocks hard. Heck, even the very process of learning or memorizing is useful in life. And yup, for that you could have used Pokémon and their evolution cycle.

The problem of course is that just like in every other job, with teachers you have a certain percentage of morons who will put more emphasis on Beethoven's birth date than understanding stuff. But while - again depending on where you are - stuff can be argued in its use, stuff like "what the fucking author was thinking" (dunno what you mean by "truncated pyramid") actually can help you later in life. Not because Shakespeare's ideas about gay marriage were important, but because you learn to read more than just facts.
 
4.50 star(s) 274 Votes