Mod Ren'Py Summertime Saga: SPH Mod [0.20.16 Beta59] [ImTransAndTiny]

5.00 star(s) 14 Votes

ImTransAndTiny

Active Member
May 1, 2020
878
1,954
any news ?
Beta21 is out.

I usually try to wait until a significant milestone has been achieved, and the milestone for this release was supposed to be Super Hung Eve. A change like that is all or nothing; things will be broken until it works completely. I discovered some really bad bugs in Beta20 and needed to push Beta21 right away, so I had to remove the new Eve stuff. The main reason to download Beta21 is the bug fixes, but there are new images and dialog changes as well. The things I hoped for Beta21 will now be in Beta22, which will hopefully be out soon.
 

dgktommmmm

Newbie
Feb 4, 2022
63
50
Been a quick minute, but I have not encountered any errors before you removed the Super Hung Eve. That aside though, now that two of my favorite girls have received an update, how do you activate a PE moment with Josephine, Mia, and possibly Bissette?
 

ImTransAndTiny

Active Member
May 1, 2020
878
1,954
Been a quick minute, but I have not encountered any errors before you removed the Super Hung Eve. That aside though, now that two of my favorite girls have received an update, how do you activate a PE moment with Josephine, Mia, and possibly Bissette?
Since it wasn't hard to do, and you've donated to charity, I've added PE with Mia to Beta22.
You don't have permission to view the spoiler content. Log in or register now.
 

Humdeedumz

New Member
Sep 14, 2021
6
2
I just updated from Beta17 to Beta22 and the game is giving an error whenever I go to bed. The error message ends with "IOError: Couldn't find file 'characters/player/char_player_7_panties.png'. If I load an older save or start a new save, I get the same error the file is changed to'char_player_7.png'.

Also, there's a visual bug when getting dressed after the shower scene with Eve. Most of Anon's parts just aren't loaded in one frame so he's just a horrific, faceless demon.
 

ImTransAndTiny

Active Member
May 1, 2020
878
1,954
I just updated from Beta17 to Beta22 and the game is giving an error whenever I go to bed. The error message ends with "IOError: Couldn't find file 'characters/player/char_player_7_panties.png'. If I load an older save or start a new save, I get the same error the file is changed to'char_player_7.png'.

Also, there's a visual bug when getting dressed after the shower scene with Eve. Most of Anon's parts just aren't loaded in one frame so he's just a horrific, faceless demon.
The first error is one of the ones I fixed in Beta21. I no longer get that error, and yet I can confirm that it's in Beta22. The beta RPA was compiled from code that no longer looks for the non-existent file, so there's something wrong with the universe. I fixed it by taking the .rpyc file from my own game folder and putting it in the .rpa. Why two copies of the same version of the game compile the same .rpy file into different .rpyc files seems to be proof that we're living in The Matrix.

I can't reproduce the other error, so you'll have to zip and attach your saved game folder.
 

kang kun

Newbie
Jul 5, 2017
44
101
Hey I am getting exact same error as above
Here is error log and save if that helps


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

While loading <'Image' u'characters/player/char_player_7.png'>:
IOError: Couldn't find file 'characters/player/char_player_7.png'.

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

Full traceback:
  File "scripts/script.rpyc", line 451, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
  File "scripts/locations/home/entrance/hallway/bedroom/bedroom.rpyc", line 81, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
  File "scripts/locations/map/map.rpyc", line 15, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
  File "scripts/locations/school/school_front.rpyc", line 35, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
  File "scripts/locations/school/school_hall/school_hall.rpyc", line 216, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
  File "scripts/locations/school/school_hall/school_hall.rpyc", line 216, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
  File "scripts/locations/school/school_hall/first_floor/right_hallway/right_hallway.rpyc", line 16, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
  File "scripts/locations/school/school_hall/school_hall.rpyc", line 216, in script call
  File "scripts/locations/home/entrance/hallway/bedroom/bedroom.rpyc", line 35, in script call
  File "scripts/characters/player/just_wokeup.rpyc", line 78, in script call
  File "scripts/locations/home/entrance/hallway/bedroom/dialogue.rpyc", line 581, in script
  File "C:\Users\Administrator\Downloads\SummertimeSaga-0-20-13-pc\renpy\ast.py", line 708, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "C:\Users\Administrator\Downloads\SummertimeSaga-0-20-13-pc\renpy\exports.py", line 1345, in say
    who(what, *args, **kwargs)
  File "C:\Users\Administrator\Downloads\SummertimeSaga-0-20-13-pc\renpy\character.py", line 1142, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "C:\Users\Administrator\Downloads\SummertimeSaga-0-20-13-pc\renpy\character.py", line 842, in do_display
    **display_args)
  File "C:\Users\Administrator\Downloads\SummertimeSaga-0-20-13-pc\renpy\character.py", line 591, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "C:\Users\Administrator\Downloads\SummertimeSaga-0-20-13-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\Administrator\Downloads\SummertimeSaga-0-20-13-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\Administrator\Downloads\SummertimeSaga-0-20-13-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 "C:\Users\Administrator\Downloads\SummertimeSaga-0-20-13-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 "C:\Users\Administrator\Downloads\SummertimeSaga-0-20-13-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 "C:\Users\Administrator\Downloads\SummertimeSaga-0-20-13-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 "C:\Users\Administrator\Downloads\SummertimeSaga-0-20-13-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 "C:\Users\Administrator\Downloads\SummertimeSaga-0-20-13-pc\renpy\display\image.py", line 500, in render
    return wrap_render(self.target, width, height, st, at)
  File "C:\Users\Administrator\Downloads\SummertimeSaga-0-20-13-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 "C:\Users\Administrator\Downloads\SummertimeSaga-0-20-13-pc\renpy\display\layout.py", line 336, in render
    surf = render(self.child, width, height, 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 "C:\Users\Administrator\Downloads\SummertimeSaga-0-20-13-pc\renpy\display\layout.py", line 1285, in render
    return 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 "C:\Users\Administrator\Downloads\SummertimeSaga-0-20-13-pc\renpy\display\im.py", line 583, in render
    return cache.get(self, render=True)
  File "C:\Users\Administrator\Downloads\SummertimeSaga-0-20-13-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "C:\Users\Administrator\Downloads\SummertimeSaga-0-20-13-pc\renpy\display\im.py", line 628, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "C:\Users\Administrator\Downloads\SummertimeSaga-0-20-13-pc\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'characters/player/char_player_7.png'.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
SummertimeSaga 0.20.13
Wed Mar 30 14:06:05 2022
 

ImTransAndTiny

Active Member
May 1, 2020
878
1,954
I've made a small change to Annie's story in the fan fic, which is reflected in the . I'm 11,000 words into the sequel, called Summertime Saga: After the Fall. It includes fallout from all of the girlfriends in Reversal of Fortune, new content for Eve, June, Roxxy, and all of the teachers, and finally lets Anon go to the prom!
 
Last edited:
  • Like
Reactions: Rdwd19

Humdeedumz

New Member
Sep 14, 2021
6
2
The first error is one of the ones I fixed in Beta21. I no longer get that error, and yet I can confirm that it's in Beta22. The beta RPA was compiled from code that no longer looks for the non-existent file, so there's something wrong with the universe. I fixed it by taking the .rpyc file from my own game folder and putting it in the .rpa. Why two copies of the same version of the game compile the same .rpy file into different .rpyc files seems to be proof that we're living in The Matrix.

I can't reproduce the other error, so you'll have to zip and attach your saved game folder.

Here's the save just before entering the shower. And just to confirm, I've got 20.13 of the game and beta 22 of the mod.
 
5.00 star(s) 14 Votes