mrlamister

New Member
May 31, 2020
8
4
Do you have to do anything specific when loading a save game from a previous version? For me it still says I reached the end of Sally's content for this version.
 

Brok TheDog

Active Member
Donor
Jun 2, 2018
676
824
Do you have to do anything specific when loading a save game from a previous version? For me it still says I reached the end of Sally's content for this version.
Have you seen any new content other than for Sally? If so, then Sally didn't get any new content on this update.
 

katmandomo

Active Member
Feb 10, 2018
809
1,766
And what position do you think she's in at the attached picture?
Make sure Miss Newman is the disciplinarian during the lay over the knee part of the punishment, it adds an extra point of humiliation.
 
Last edited:

FacelessVixen

Well-Known Member
Aug 25, 2017
1,198
4,772
While I am also not in the "Rachel is No 1" club, it seems far from empty when reading the forums, so tastes just differ. If I had to guess, she would be battling it out with Priti and Lucy for most popular girl.
Someone with more free time than I do should make a .
 

cager

Newbie
Aug 2, 2017
88
91
In 0.13 you can have a look in the character log. But the entry of Rachel doesn't work right now (at least for me). This is seemingly a beta-bug.

Alternatively, you can go to the replay-menu and press the big red button in the upper right corner 3 times.
Thanks LLW for pointing these for me. There is so much in the help/logs/info screens that my poor eyes and brain did not register the line of text at the top of the character log. Also using the cheat screens to see the current levels did not occur to me.

Thanks again for the good info.
 

theschmidty

New Member
Sep 25, 2018
7
1
I have the same problem with the bikini - how do i edit it in as some have mentioned? or is it possible to get a savefile with the bikini?
 

m889

Newbie
Sep 24, 2017
15
3
game dumps out when punishing Rachel
Same here. On the second video animation there is a CTD with a trace :

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

While running game code:
  File "game/Rachel_PS.rpy", line 5140, in <module>
MemoryError:

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

Full traceback:
  File "monday.rpyc", line 1143, in script call
  File "monday.rpyc", line 4550, in script call
  File "monday.rpyc", line 5031, in script call
  File "monday.rpyc", line 5031, in script call
  File "monday.rpyc", line 359, in script call
  File "monday.rpyc", line 4550, in script call
  File "monday.rpyc", line 359, in script call
  File "monday.rpyc", line 2878, in script call
  File "monday.rpyc", line 5031, in script call
  File "monday.rpyc", line 359, in script call
  File "monday.rpyc", line 1143, in script call
  File "monday.rpyc", line 1987, in script call
  File "monday.rpyc", line 2878, in script call
  File "monday.rpyc", line 4550, in script call
  File "monday.rpyc", line 5031, in script call
  File "monday.rpyc", line 359, in script call
  File "monday.rpyc", line 4550, in script call
  File "monday.rpyc", line 5031, in script call
  File "monday.rpyc", line 5221, in script call
  File "monday.rpyc", line 1987, in script call
  File "monday.rpyc", line 4550, in script call
  File "monday.rpyc", line 5031, in script call
  File "monday.rpyc", line 359, in script call
  File "monday.rpyc", line 550, in script call
  File "Rachel_PS.rpyc", line 5140, in script
  File "Z:\MyDownloads\DDL\Games\In DEV\The HeadMaster\TheHeadmaster-0.13.0Beta-pc\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "Z:\MyDownloads\DDL\Games\In DEV\The HeadMaster\TheHeadmaster-0.13.0Beta-pc\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/Rachel_PS.rpy", line 5140, in <module>
  File "Z:\MyDownloads\DDL\Games\In DEV\The HeadMaster\TheHeadmaster-0.13.0Beta-pc\renpy\exports.py", line 1480, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward)
  File "Z:\MyDownloads\DDL\Games\In DEV\The HeadMaster\TheHeadmaster-0.13.0Beta-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "Z:\MyDownloads\DDL\Games\In DEV\The HeadMaster\TheHeadmaster-0.13.0Beta-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "Z:\MyDownloads\DDL\Games\In DEV\The HeadMaster\TheHeadmaster-0.13.0Beta-pc\renpy\display\core.py", line 3194, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "Z:\MyDownloads\DDL\Games\In DEV\The HeadMaster\TheHeadmaster-0.13.0Beta-pc\renpy\display\core.py", line 2094, in draw_screen
    renpy.config.screen_height,
  File "renpy/display/render.pyx", line 490, in renpy.display.render.render_screen (gen\renpy.display.render.c:6805)
    rv = render(root, width, height, st, st)
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "Z:\MyDownloads\DDL\Games\In DEV\The HeadMaster\TheHeadmaster-0.13.0Beta-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "Z:\MyDownloads\DDL\Games\In DEV\The HeadMaster\TheHeadmaster-0.13.0Beta-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "Z:\MyDownloads\DDL\Games\In DEV\The HeadMaster\TheHeadmaster-0.13.0Beta-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "Z:\MyDownloads\DDL\Games\In DEV\The HeadMaster\TheHeadmaster-0.13.0Beta-pc\renpy\display\image.py", line 500, in render
    return wrap_render(self.target, width, height, st, at)
  File "Z:\MyDownloads\DDL\Games\In DEV\The HeadMaster\TheHeadmaster-0.13.0Beta-pc\renpy\display\image.py", line 306, in wrap_render
    rend = render(child, w, h, st, at)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "Z:\MyDownloads\DDL\Games\In DEV\The HeadMaster\TheHeadmaster-0.13.0Beta-pc\renpy\display\video.py", line 405, in render
    tex, _ = get_movie_texture(self.channel, self.mask_channel, self.side_mask)
  File "Z:\MyDownloads\DDL\Games\In DEV\The HeadMaster\TheHeadmaster-0.13.0Beta-pc\renpy\display\video.py", line 177, in get_movie_texture
    tex = renpy.display.draw.load_texture(surf, True)
  File "gldraw.pyx", line 738, in renpy.gl.gldraw.GLDraw.load_texture
  File "gltexture.pyx", line 883, in renpy.gl.gltexture.texture_grid_from_surface
  File "gltexture.pyx", line 319, in renpy.gl.gltexture.TextureCore.load_surface
  File "gltexture.pyx", line 1174, in renpy.gl.gltexture.premultiply
MemoryError:

Windows-8-6.2.9200
Ren'Py 7.3.5.606
The Headmaster 0.13.0Beta
Mon Aug 29 14:23:21 2022
 
  • Like
Reactions: scoopsmeister
4.50 star(s) 274 Votes