- Nov 17, 2022
- 672
- 1,355
How do I get Rachel to Level 8 as of The Headmaster 0.14.3?
I keep dropping short with her score and action points...
I keep dropping short with her score and action points...
That's hilarious.
- New Main Quest: “Who’s Pulling Mykock?”
Have you experienced the 'Naked Mole Rat Event' for either the first or second time?
Also have a look in the guide highlighted on the OP or available through the 'Do Not Press' button in the replay menu.
By your memory have you seen the event once or twice (not by what the replay menu says as it doesn't tell you how many times you've seen an event). You have to lay down a large donation (if I recall correctly), during the second time you see the event. You definitely have to have seen the event twice in order to progress Maxine's story. The guide will give more specifics.View attachment 2964776
Yes I saw it and as you can see I am not using the event unlocker, this game is a mess u.u
I'll see if I can get through it, anyways THX
Same as it was before, just with higher numbers.How is the poll going by the way? Anyone here with access that would be so kind to put us up to speed?
I already donated more than 1000k, , the game is simply a disaster, there are too many unnecessary things that only make this more confusing. i'm pretty stuck and i don't know what to do the queslog is pretty awful u,uBy your memory have you seen the event once or twice (not by what the replay menu says as it doesn't tell you how many times you've seen an event). You have to lay down a large donation (if I recall correctly), during the second time you see the event. You definitely have to have seen the event twice in order to progress Maxine's story. The guide will give more specifics.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00action_file.rpy", line 479, in __call__
renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "E:\Private\AGames\TheHeadmaster-0.14.3public-pc\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\Private\AGames\TheHeadmaster-0.14.3public-pc\renpy\python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "E:\Private\AGames\TheHeadmaster-0.14.3public-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\Private\AGames\TheHeadmaster-0.14.3public-pc\renpy\display\core.py", line 3579, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "E:\Private\AGames\TheHeadmaster-0.14.3public-pc\renpy\display\core.py", line 4540, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "E:\Private\AGames\TheHeadmaster-0.14.3public-pc\renpy\display\layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Private\AGames\TheHeadmaster-0.14.3public-pc\renpy\display\transition.py", line 53, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "E:\Private\AGames\TheHeadmaster-0.14.3public-pc\renpy\display\layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Private\AGames\TheHeadmaster-0.14.3public-pc\renpy\display\layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Private\AGames\TheHeadmaster-0.14.3public-pc\renpy\display\screen.py", line 770, in event
rv = self.child.event(ev, x, y, st)
File "E:\Private\AGames\TheHeadmaster-0.14.3public-pc\renpy\display\layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Private\AGames\TheHeadmaster-0.14.3public-pc\renpy\display\layout.py", line 1401, in event
rv = super(Window, self).event(ev, x, y, st)
File "E:\Private\AGames\TheHeadmaster-0.14.3public-pc\renpy\display\layout.py", line 279, in event
rv = d.event(ev, x - xo, y - yo, st)
File "E:\Private\AGames\TheHeadmaster-0.14.3public-pc\renpy\display\layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Private\AGames\TheHeadmaster-0.14.3public-pc\renpy\display\layout.py", line 1401, in event
rv = super(Window, self).event(ev, x, y, st)
File "E:\Private\AGames\TheHeadmaster-0.14.3public-pc\renpy\display\layout.py", line 279, in event
rv = d.event(ev, x - xo, y - yo, st)
File "E:\Private\AGames\TheHeadmaster-0.14.3public-pc\renpy\display\layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Private\AGames\TheHeadmaster-0.14.3public-pc\renpy\display\layout.py", line 279, in event
rv = d.event(ev, x - xo, y - yo, st)
File "E:\Private\AGames\TheHeadmaster-0.14.3public-pc\renpy\display\layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Private\AGames\TheHeadmaster-0.14.3public-pc\renpy\display\behavior.py", line 1138, in event
return handle_click(self.clicked)
File "E:\Private\AGames\TheHeadmaster-0.14.3public-pc\renpy\display\behavior.py", line 1071, in handle_click
rv = run(action)
File "E:\Private\AGames\TheHeadmaster-0.14.3public-pc\renpy\display\behavior.py", line 368, in run
new_rv = run(i, *args, **kwargs)
File "E:\Private\AGames\TheHeadmaster-0.14.3public-pc\renpy\display\behavior.py", line 375, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 479, in __call__
renpy.load(fn)
File "E:\Private\AGames\TheHeadmaster-0.14.3public-pc\renpy\loadsave.py", line 813, in load
log.unfreeze(roots, label="_after_load")
File "E:\Private\AGames\TheHeadmaster-0.14.3public-pc\renpy\rollback.py", line 1108, in unfreeze
self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
File "E:\Private\AGames\TheHeadmaster-0.14.3public-pc\renpy\rollback.py", line 908, in rollback
self.load_failed()
File "E:\Private\AGames\TheHeadmaster-0.14.3public-pc\renpy\rollback.py", line 826, in load_failed
raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?
Windows-10-10.0.19045 AMD64
Ren'Py 8.1.1.23060707
The Headmaster 0.14.3public
Thu Sep 28 19:49:35 2023
Try this:I already donated more than 1000k, , the game is simply a disaster, there are too many unnecessary things that only make this more confusing. i'm pretty stuck and i don't know what to do the queslog is pretty awful u,u
These are part of the same issue. There was a bug in the last version which meant if you exited an email too soon with the computer power button you get stuck in a loop and none of the morning events would play. It's fixed in the public version which I just uploaded to itch.io/headmaster. Alternatively you can fix it in your console. Press shift and o, then type:
cass_smile2 = True
Press escape and return to the game. It should get you out of the loop and allow you to progress the following morning.
There's a left arrow above where it says 2 of 2 and there's another page of tasks to complete, I'm stuck because I haven't encouraged Lucy enough, even though I got the handjob from her and she's happy to clean naked, and dance or be spanked afterwards.Is there any way to finish the fucking mission of Maxine's foundation? I'm stuck here View attachment 2964671 View attachment 2964672
why the fuck i cant do anything?
it's not the point here if it's good or bad...the point is finish the game first and than add whatever u want..Did you play the Mykock's Manor Special?
It's not a side game, it's actually a quick exposé on the intentions of the institution that is running things behind the scenes, as well as an inventive and quite fun way to implement some polls. Of course the devs could have just posted the polls, but this (small) release showcases the options and makes it all a bit of fun. Once of the questions on the poll is if you want future polls to be done this way. I think it's great.
If you don't like it, sign up as a patron and vote against it. Here's my submission:
Probably not the most popular option since it's far from subtle, and I know folks enjoy a bit of subtlety too.You don't have permission to view the spoiler content. Log in or register now.
I think you missed the entire point of my post: The special is elaborate poll for the future settings of the game:it's not the point here if it's good or bad...the point is finish the game first and than add whatever u want..
have you not played the game? there was a whole update dedicated to raising money to itI'm a huge fan of Naked Mole Rats so I was delightfully surprised to see this:
It even lead to this touching commitment scene:have you not played the game? there was a whole update dedicated to raising money to it
It even lead to this touching commitment scene:
What does the quest log say? (Hostess with the Mostess I think but don't quote me).Saw the group hug scene but can't trigger the level 4 punishment scene
any help?