TheDwayneTrain

Newbie
Game Developer
Aug 10, 2017
59
273
I finally finished my walkthrough mod of this game and have it attached below.

Features:
  • Can access the walkthrough mod by clicking the icon below the in-game skip time button
  • Added an in-game timetable for Karen and Nicole's daily schedule which can be accessed by clicking the icon below the walkthrough mod button. Big thanks to cold_arctus for providing said timetable
  • Added a way to skip straight to 23PM which can be accessed by clicking the icon to the right of the in-game skip time button
  • Includes fairly detailed steps on how to progress through all the current routes in the game (NTR or Alpha)
  • You can "drag" the hint UI if it gets in the way of your textbox
  • QoL changes to the in-game cheat menu.

Notes:
  • The mod was made mainly with the idea that you go either full NTR or full Alpha for both Karen and Nicole. I tried to accommodate players who don't want to do that, but it might be a little sloppier if you do so.
  • I tried my best to test the walkthrough in a few different situations (ie. full focus Karen before moving to Nicole, progress them both at the same time, make one pregnant and not the other, etc.), and so far the walkthrough holds up without completely breaking, but I wouldn't be surprised if I missed something. Please let me know if something happens.
  • While I did revamp the cheat menu, I highly recommend not abusing it while using the walkthrough. I've already seen it mess with the walkthrough steps, so be mindful of that.
  • I will fully admit to using Maim Lain's Milfy City walkthrough mod as the base when making this. I did remove things that clearly showed said person's name, and I even used several of my own menus.
Installation:
  • Just put the "mod" folder into the "game" folder
  • In the "mod" folder is a load.rpy / load.rpyc file. I was having issues with the walkthrough UI persisting on the screen when I tried loading into different saves. These files sort of worked for me, but at the same time I felt like the main issue was on my end. Feel free to delete these 2 files if they're bothering you
    • As clarification to what those files are "supposed" to do, they make it so if you load a save, any walkthrough UI is closed. This makes it so you have to reopen them again, which seems redundant in retrospect, but fixed my issue. Delete these files if that is an issue for you.
Hope you enjoy, and if anybody is interested in an in-game gallery that includes basically every adult scene, I posted one several pages ago.
Awesome! This game has been greatly in need of a mod for a while now...
 

HM60

New Member
Dec 13, 2018
6
3
Any MAC users know how to fix this? Downloaded the game and extracted it normally but keep getting the same error. (Sorry if post is too long as this is my first time commenting :))


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

While loading <'Image' u'gui/main_menu.png'>:
Exception: Could not load image u'gui/main_menu.png': NotImplementedError('Could not import pygame_sdl2.image: dlopen(/private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/MacOS/lib/darwin-x86_64/Lib/pygame_sdl2/image.so, 2): Library not loaded: @executable_path/libSDL2_image-2.0.0.dylib\n  Referenced from: /private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/MacOS/lib/darwin-x86_64/Lib/pygame_sdl2/image.so\n  Reason: no suitable image found.  Did find:\n\t/private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/MacOS/lib/darwin-x86_64/libSDL2_image-2.0.0.dylib: file too short\n\t/private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/MacOS/lib/darwin-x86_64/libSDL2_image-2.0.0.dylib: stat() failed with errno=45\n\t/private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/MacOS/lib/darwin-x86_64/libSDL2_image-2.0.0.dylib: file too short\n\t/private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/MacOS/lib/darwin-x86_64/libSDL2_image-2.0.0.dylib: stat() failed with errno=45',)

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "/private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/Resources/autorun/renpy/ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/Resources/autorun/renpy/python.py", line 2028, in py_exec_bytecode
    exec bytecode in 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 "/private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/Resources/autorun/renpy/ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/Resources/autorun/renpy/display/core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "/private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/Resources/autorun/renpy/display/core.py", line 3194, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "/private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/Resources/autorun/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 "/private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/Resources/autorun/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 "/private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/Resources/autorun/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 "/private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/Resources/autorun/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 "/private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/Resources/autorun/renpy/display/screen.py", line 675, in render
    child = renpy.display.render.render(self.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 "/private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/Resources/autorun/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 "/private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/Resources/autorun/renpy/display/im.py", line 583, in render
    return cache.get(self, render=True)
  File "/private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/Resources/autorun/renpy/display/im.py", line 266, in get
    surf = image.load()
  File "/private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/Resources/autorun/renpy/display/im.py", line 628, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "/private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/Resources/autorun/renpy/display/pgrender.py", line 162, in load_image
    raise Exception("Could not load image {!r}: {!r}".format(filename, e))
Exception: Could not load image u'gui/main_menu.png': NotImplementedError('Could not import pygame_sdl2.image: dlopen(/private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/MacOS/lib/darwin-x86_64/Lib/pygame_sdl2/image.so, 2): Library not loaded: @executable_path/libSDL2_image-2.0.0.dylib\n  Referenced from: /private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/MacOS/lib/darwin-x86_64/Lib/pygame_sdl2/image.so\n  Reason: no suitable image found.  Did find:\n\t/private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/MacOS/lib/darwin-x86_64/libSDL2_image-2.0.0.dylib: file too short\n\t/private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/MacOS/lib/darwin-x86_64/libSDL2_image-2.0.0.dylib: stat() failed with errno=45\n\t/private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/MacOS/lib/darwin-x86_64/libSDL2_image-2.0.0.dylib: file too short\n\t/private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/MacOS/lib/darwin-x86_64/libSDL2_image-2.0.0.dylib: stat() failed with errno=45',)

Darwin-19.6.0-x86_64-i386-64bit
Ren'Py 7.3.5.606
 
Sat Mar 20 00:46:26 2021
 

Omo69

Newbie
May 7, 2020
59
35
Any MAC users know how to fix this? Downloaded the game and extracted it normally but keep getting the same error. (Sorry if post is too long as this is my first time commenting :))


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

While loading <'Image' u'gui/main_menu.png'>:
Exception: Could not load image u'gui/main_menu.png': NotImplementedError('Could not import pygame_sdl2.image: dlopen(/private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/MacOS/lib/darwin-x86_64/Lib/pygame_sdl2/image.so, 2): Library not loaded: @executable_path/libSDL2_image-2.0.0.dylib\n  Referenced from: /private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/MacOS/lib/darwin-x86_64/Lib/pygame_sdl2/image.so\n  Reason: no suitable image found.  Did find:\n\t/private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/MacOS/lib/darwin-x86_64/libSDL2_image-2.0.0.dylib: file too short\n\t/private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/MacOS/lib/darwin-x86_64/libSDL2_image-2.0.0.dylib: stat() failed with errno=45\n\t/private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/MacOS/lib/darwin-x86_64/libSDL2_image-2.0.0.dylib: file too short\n\t/private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/MacOS/lib/darwin-x86_64/libSDL2_image-2.0.0.dylib: stat() failed with errno=45',)

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "/private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/Resources/autorun/renpy/ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/Resources/autorun/renpy/python.py", line 2028, in py_exec_bytecode
    exec bytecode in 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 "/private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/Resources/autorun/renpy/ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/Resources/autorun/renpy/display/core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "/private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/Resources/autorun/renpy/display/core.py", line 3194, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "/private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/Resources/autorun/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 "/private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/Resources/autorun/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 "/private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/Resources/autorun/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 "/private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/Resources/autorun/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 "/private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/Resources/autorun/renpy/display/screen.py", line 675, in render
    child = renpy.display.render.render(self.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 "/private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/Resources/autorun/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 "/private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/Resources/autorun/renpy/display/im.py", line 583, in render
    return cache.get(self, render=True)
  File "/private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/Resources/autorun/renpy/display/im.py", line 266, in get
    surf = image.load()
  File "/private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/Resources/autorun/renpy/display/im.py", line 628, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "/private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/Resources/autorun/renpy/display/pgrender.py", line 162, in load_image
    raise Exception("Could not load image {!r}: {!r}".format(filename, e))
Exception: Could not load image u'gui/main_menu.png': NotImplementedError('Could not import pygame_sdl2.image: dlopen(/private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/MacOS/lib/darwin-x86_64/Lib/pygame_sdl2/image.so, 2): Library not loaded: @executable_path/libSDL2_image-2.0.0.dylib\n  Referenced from: /private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/MacOS/lib/darwin-x86_64/Lib/pygame_sdl2/image.so\n  Reason: no suitable image found.  Did find:\n\t/private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/MacOS/lib/darwin-x86_64/libSDL2_image-2.0.0.dylib: file too short\n\t/private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/MacOS/lib/darwin-x86_64/libSDL2_image-2.0.0.dylib: stat() failed with errno=45\n\t/private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/MacOS/lib/darwin-x86_64/libSDL2_image-2.0.0.dylib: file too short\n\t/private/var/folders/r9/hk4pg8zd4ll2nc_df5wzl8sr0000gn/T/AppTranslocation/2FE05504-340E-4CEC-BB62-330BA4B1FBEA/d/TheGuyinCharge.app/Contents/MacOS/lib/darwin-x86_64/libSDL2_image-2.0.0.dylib: stat() failed with errno=45',)

Darwin-19.6.0-x86_64-i386-64bit
Ren'Py 7.3.5.606

Sat Mar 20 00:46:26 2021
Yes, just get in touch with the dev, he gave me his files, and I made them work through Ren py. That time it worked
 
  • Like
Reactions: HM60

Mike D123123

Newbie
Sep 21, 2018
25
68
Android users can play this with Joiplay.

Joiplay:

Ren'py plugin for Joiplay:

EDIT: You can download the windows version and use joiplay to mount .exe
NOTE: This will work on some ren'py and rpgm based games.
 
Last edited:
  • Like
Reactions: Draco0

ThaRealThiccShady

Active Member
Mar 16, 2020
588
1,380
Anyone got a list of the animations?
Only played the Alpha path(only one I'm interested in playing through myself) but I've only seen 3 animations at this point, almost at the end of both girls/the harem path so I wondered if I missed any aside from 2 with Karen and one with Nicole. Are there more?
 
3.30 star(s) 51 Votes