We're holding out for a hero 'til the end of the betaWe need a hero (v 0.16.2)
He's gotta be strong, and he's gotta be fast...
We're holding out for a hero 'til the end of the betaWe need a hero (v 0.16.2)
more content. new quests for staff and students. also more scenesAny additional content in 16.2 over beta or is it just fixes?
It's probably one of the things fixed in the full version. Checkout the Patreon page on the OP for the link.I`m stuck on this
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/monday.rpy", line 2689, in <module>
File "game/quests.rpy", line 1823, in execute
File "game/quests.rpy", line 1823, in execute
File "game/quests.rpy", line 1851, in execute
File "game/quests.rpy", line 1851, in keywords
File "game/quests.rpy", line 1851, in <module>
File "game/quests.rpy", line 2089, in quest_pages
File "game/character_log.rpy", line 1440, in get_size
File "game/_styles.rpy", line 424, in q_c_tag
NameError: name '点击' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "monday.rpyc", line 2937, in script call
File "monday.rpyc", line 1170, in script call
File "monday.rpyc", line 2026, in script call
File "monday.rpyc", line 370, in script call
File "monday.rpyc", line 3741, in script call
File "monday.rpyc", line 5144, in script call
File "monday.rpyc", line 1170, in script call
File "monday.rpyc", line 2026, in script call
File "monday.rpyc", line 2937, in script call
File "monday.rpyc", line 2937, in script call
File "monday.rpyc", line 3741, in script call
File "monday.rpyc", line 3741, in script call
File "monday.rpyc", line 4582, in script call
File "monday.rpyc", line 4659, in script call
File "monday.rpyc", line 4794, in script call
File "monday.rpyc", line 1170, in script call
File "monday.rpyc", line 2026, in script call
File "monday.rpyc", line 2937, in script call
File "monday.rpyc", line 3741, in script call
File "monday.rpyc", line 5144, in script call
File "monday.rpyc", line 5286, in script call
File "monday.rpyc", line 75, in script call
File "monday.rpyc", line 2937, in script call
File "monday.rpyc", line 4582, in script call
File "monday.rpyc", line 5144, in script call
File "monday.rpyc", line 5286, in script call
File "replay.rpyc", line 3491, in script call
File "cheat_menu.rpyc", line 575, in script call
File "cheat_menu.rpyc", line 581, in script call
File "monday.rpyc", line 4582, in script call
File "monday.rpyc", line 370, in script call
File "monday.rpyc", line 1170, in script call
File "monday.rpyc", line 2689, in script
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\ast.py", line 823, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/monday.rpy", line 2689, in <module>
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\exports.py", line 1662, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay, pause_modal=modal)
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\display\core.py", line 2166, 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:\TheHeadmaster-0.16.1beta-pc\renpy\display\core.py", line 2688, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\display\screen.py", line 480, in visit_all
callback(self)
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\display\core.py", line 2688, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\display\screen.py", line 491, in per_interact
self.update()
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\display\screen.py", line 697, in update
self.screen.function(**self.scope)
File "game/quests.rpy", line 1823, in execute
File "game/quests.rpy", line 1823, in execute
File "game/quests.rpy", line 1851, in execute
File "game/quests.rpy", line 1851, in keywords
File "game/quests.rpy", line 1851, in <module>
File "game/quests.rpy", line 2089, in quest_pages
File "game/character_log.rpy", line 1440, in get_size
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\text\text.py", line 2263, in render
self.update()
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\text\text.py", line 1973, in update
tokens = self.apply_custom_tags(tokens)
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\text\text.py", line 2528, in apply_custom_tags
new_contents = func(tag, value, contents)
File "game/_styles.rpy", line 424, in q_c_tag
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\python.py", line 1209, in py_eval
return py_eval_bytecode(code, globals, locals)
File "E:\TheHeadmaster-0.16.1beta-pc\renpy\python.py", line 1202, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "<none>", line 1, in <module>
NameError: name '点击' is not defined
Windows-10-10.0.22621 AMD64
Ren'Py 8.2.3.24061702
The Headmaster 0.16.1beta
Fri Aug 23 12:12:11 2024
Nope, it's just a bug fixAre there no new scenes in 16.2?
Have you checked the OP, where all the download links are?anyone can share 0.16.2 ?
I'll ask to the coders because these bugs do look weird.Playing through 16.2 at the moment and I'm getting a bunch of bugs with repeated scenes. Anything known/reported elsewhere about this Gegecucu? I've not come across it in any other game previously, either.
Examples:
- I can't remember which dialogue it was, but I had a few lines repeat when walking into school with Samantha and finding Liz sitting on the wall (it was the first time I noticed it, so I didn't pay as much attention).
- I visited Trixie's house one evening. Chose the option to ask for sex, and had her repeat lines several times around needing someone to treat her special first, etc.
- The second Saturday in my resumed save, at home with Lucy, I asked for a handjob and it kept skipping back to the options either immediately, or after Lucy's response. This one happened a whole bunch of times before finally moving on.
- The first visit to Samantha's house, I got to the point of taking my shirt off, then it literally started going backwards with every mouse click until I got to Sam's sister on the bench again (not sure if hitting the space bar here instead of the left mouse button was the reason it stopped and started going forwards again, but it was literally like playing in reverse, one click would move one render back...)
Could you try to set Rollback Side to Disable in Preferences and see if it makes the problem go away ?Playing through 16.2 at the moment and I'm getting a bunch of bugs with repeated scenes. Anything known/reported elsewhere about this Gegecucu? I've not come across it in any other game previously, either.
Examples:
- I can't remember which dialogue it was, but I had a few lines repeat when walking into school with Samantha and finding Liz sitting on the wall (it was the first time I noticed it, so I didn't pay as much attention).
- I visited Trixie's house one evening. Chose the option to ask for sex, and had her repeat lines several times around needing someone to treat her special first, etc.
- The second Saturday in my resumed save, at home with Lucy, I asked for a handjob and it kept skipping back to the options either immediately, or after Lucy's response. This one happened a whole bunch of times before finally moving on.
- The first visit to Samantha's house, I got to the point of taking my shirt off, then it literally started going backwards with every mouse click until I got to Sam's sister on the bench again (not sure if hitting the space bar here instead of the left mouse button was the reason it stopped and started going forwards again, but it was literally like playing in reverse, one click would move one render back...)
You know, I think that might be it.Could you try to set Rollback Side to Disable in Preferences and see if it makes the problem go away ?
If you set it to Left or Right, it makes the mouse click on that side of the screen try to go back.
If memory serves, you can access it (along with the Christmas and Halloween specials) through the replay menu.Is Mykock's Manor included in the base game or is that purely a separate download?
It's a seperate download. It is primarily a fancy poll and preview regarding future costume alterations.Is Mykock's Manor included in the base game or is that purely a separate download?