Mod Ren'Py Summertime Saga Naughty Tribute Mod [srksrk 68]

4.80 star(s) 13 Votes

Smurf account

New Member
Mar 25, 2022
4
2
You need to place the files not in the APK, but in the game folder after installing it on the device.
When I'm using the Fx explorer, the only file I see is the apk. There's an option the explore the files while I have the mod folders copied however none of them will paste. I'm wondering if there's a different app I could use that could help.
 

twichman

Well-Known Member
Dec 4, 2018
1,118
3,854
When I'm using the Fx explorer, the only file I see is the apk. There's an option the explore the files while I have the mod folders copied however none of them will paste. I'm wondering if there's a different app I could use that could help.
To access the game folder, you need to root your Android device. I don't see any other solution.
 

srksrk 68

Forum Fanatic
Modder
Sep 17, 2018
4,418
5,649
To access the game folder, you need to root your Android device. I don't see any other solution.
Rooting the device is not necessary. I use a tool called Root Explorer, but my device is not rooted. It's just the name of the tool and it provides enhanced functionality on rooted devices, but does not require root neither to work nor to mod the game. It can, however, access the game folder on SD card, which is somewhat restricted on newer Android. Not even the native Android file explorer can do it.
 

GeneralAnimeus

New Member
Apr 6, 2022
8
5
Hello, I am using the 20.11 version of the game and the mod, I am getting such an error when trying to open the cookie jar, can you help?

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

While loading <'Image' u'cookie_jar/cookie_jar_44_locked.png'>:
  File "game/scripts/script.rpy", line 41, in script
    call screen main_menu()
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'cookie_jar/cookie_jar_44_locked.png'.

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

Full traceback:
  File "game/scripts/script.rpy", line 41, in script
    call screen main_menu()
  File "C:\Users\user\Desktop\SummertimeSaga-0-20-11-pc\renpy\ast.py", line 1949, in execute
    self.call("execute")
  File "C:\Users\user\Desktop\SummertimeSaga-0-20-11-pc\renpy\ast.py", line 1937, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\user\Desktop\SummertimeSaga-0-20-11-pc\renpy\statements.py", line 277, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "C:\Users\user\Desktop\SummertimeSaga-0-20-11-pc\renpy\exports.py", line 2905, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\user\Desktop\SummertimeSaga-0-20-11-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\user\Desktop\SummertimeSaga-0-20-11-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\user\Desktop\SummertimeSaga-0-20-11-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\user\Desktop\SummertimeSaga-0-20-11-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\user\Desktop\SummertimeSaga-0-20-11-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\user\Desktop\SummertimeSaga-0-20-11-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\user\Desktop\SummertimeSaga-0-20-11-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\user\Desktop\SummertimeSaga-0-20-11-pc\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 "C:\Users\user\Desktop\SummertimeSaga-0-20-11-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\user\Desktop\SummertimeSaga-0-20-11-pc\renpy\display\layout.py", line 1127, in render
    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\user\Desktop\SummertimeSaga-0-20-11-pc\renpy\display\layout.py", line 1594, in render
    cwidth, cheight = sizeit('c', width, height, 0, 0)
  File "C:\Users\user\Desktop\SummertimeSaga-0-20-11-pc\renpy\display\layout.py", line 1591, in sizeit
    rend = renpy.display.render.render_for_size(pos_d[pos], width, height, st, at)
  File "renpy/display/render.pyx", line 310, in renpy.display.render.render_for_size (gen\renpy.display.render.c:4391)
    return render(d, width, height, st, 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\user\Desktop\SummertimeSaga-0-20-11-pc\renpy\display\viewport.py", line 623, in render
    surf = renpy.display.render.render(c, cw, ch, 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\user\Desktop\SummertimeSaga-0-20-11-pc\renpy\display\behavior.py", line 774, in render
    rv = super(Button, self).render(width, height, st, at)
  File "C:\Users\user\Desktop\SummertimeSaga-0-20-11-pc\renpy\display\layout.py", line 1127, in render
    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\user\Desktop\SummertimeSaga-0-20-11-pc\renpy\display\im.py", line 583, in render
    return cache.get(self, render=True)
  File "C:\Users\user\Desktop\SummertimeSaga-0-20-11-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "C:\Users\user\Desktop\SummertimeSaga-0-20-11-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\user\Desktop\SummertimeSaga-0-20-11-pc\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'cookie_jar/cookie_jar_44_locked.png'.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
SummertimeSaga 0.20.11
Sat Apr 09 01:58:50 2022
 

srksrk 68

Forum Fanatic
Modder
Sep 17, 2018
4,418
5,649
Hello, I am using the 20.11 version of the game and the mod, I am getting such an error when trying to open the cookie jar, can you help?

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

While loading <'Image' u'cookie_jar/cookie_jar_44_locked.png'>:
  File "game/scripts/script.rpy", line 41, in script
    call screen main_menu()
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'cookie_jar/cookie_jar_44_locked.png'.

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

Full traceback:
  File "game/scripts/script.rpy", line 41, in script
    call screen main_menu()
  File "C:\Users\user\Desktop\SummertimeSaga-0-20-11-pc\renpy\ast.py", line 1949, in execute
    self.call("execute")
  File "C:\Users\user\Desktop\SummertimeSaga-0-20-11-pc\renpy\ast.py", line 1937, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\user\Desktop\SummertimeSaga-0-20-11-pc\renpy\statements.py", line 277, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "C:\Users\user\Desktop\SummertimeSaga-0-20-11-pc\renpy\exports.py", line 2905, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\user\Desktop\SummertimeSaga-0-20-11-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\user\Desktop\SummertimeSaga-0-20-11-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\user\Desktop\SummertimeSaga-0-20-11-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\user\Desktop\SummertimeSaga-0-20-11-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\user\Desktop\SummertimeSaga-0-20-11-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\user\Desktop\SummertimeSaga-0-20-11-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\user\Desktop\SummertimeSaga-0-20-11-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\user\Desktop\SummertimeSaga-0-20-11-pc\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 "C:\Users\user\Desktop\SummertimeSaga-0-20-11-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\user\Desktop\SummertimeSaga-0-20-11-pc\renpy\display\layout.py", line 1127, in render
    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\user\Desktop\SummertimeSaga-0-20-11-pc\renpy\display\layout.py", line 1594, in render
    cwidth, cheight = sizeit('c', width, height, 0, 0)
  File "C:\Users\user\Desktop\SummertimeSaga-0-20-11-pc\renpy\display\layout.py", line 1591, in sizeit
    rend = renpy.display.render.render_for_size(pos_d[pos], width, height, st, at)
  File "renpy/display/render.pyx", line 310, in renpy.display.render.render_for_size (gen\renpy.display.render.c:4391)
    return render(d, width, height, st, 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\user\Desktop\SummertimeSaga-0-20-11-pc\renpy\display\viewport.py", line 623, in render
    surf = renpy.display.render.render(c, cw, ch, 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\user\Desktop\SummertimeSaga-0-20-11-pc\renpy\display\behavior.py", line 774, in render
    rv = super(Button, self).render(width, height, st, at)
  File "C:\Users\user\Desktop\SummertimeSaga-0-20-11-pc\renpy\display\layout.py", line 1127, in render
    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\user\Desktop\SummertimeSaga-0-20-11-pc\renpy\display\im.py", line 583, in render
    return cache.get(self, render=True)
  File "C:\Users\user\Desktop\SummertimeSaga-0-20-11-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "C:\Users\user\Desktop\SummertimeSaga-0-20-11-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\user\Desktop\SummertimeSaga-0-20-11-pc\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'cookie_jar/cookie_jar_44_locked.png'.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
SummertimeSaga 0.20.11
Sat Apr 09 01:58:50 2022
Sure I can help. Don't use outdated versions of the game. Current version is 0.20.13, not 0.20.11...
 
  • Like
Reactions: GeneralAnimeus

GeneralAnimeus

New Member
Apr 6, 2022
8
5
Sure I can help. Don't use outdated versions of the game. Current version is 0.20.13, not 0.20.11...
I know, but since the language patch I used was 20.11, I preferred the 20.11 version of both the game and the mod. Then there is nothing to do, I will try in the current version :/
 

PokeIssau

Can An Ass be Too Fat?
Donor
Jan 15, 2018
790
5,718
Sup bro, do you take any suggestions for alternative scenes? I have a few that would look good.
Sometimes I make fanarts of the game and I also create alternative backgrounds for the fanarts that might look good in the game and people might like them for the mod.

I'll give you some examples (Click on them to play the scene):
Background
10.png
Final animation
16.gif

Background
eveeeeeeeeeeeeeeeeeeeeeee.png or location_tattoo_apartment_oil copia.png
Final animation
10.gif or 10.1.gif
 
Dec 17, 2019
10
1
Sup bro, do you take any suggestions for alternative scenes? I have a few that would look good.
Sometimes I make fanarts of the game and I also create alternative backgrounds for the fanarts that might look good in the game and people might like them for the mod.

I'll give you some examples (Click on them to play the scene):
Background
View attachment 1750562
Final animation
View attachment 1750569

Background
View attachment 1750563 or View attachment 1750564
Final animation
View attachment 1750568 or View attachment 1750567
Hi !
Nice work :giggle:(y)
Could you please add Roxxy spying through the window in the evening scene with Crystal ?

And it would be also nice to see Diane (or Debbie) spying on Jenny during the scene on the Sofa (watching porn together)
 

twichman

Well-Known Member
Dec 4, 2018
1,118
3,854
Hi !
Nice work :giggle:(y)
Could you please add Roxxy spying through the window in the evening scene with Crystal ?

And it would be also nice to see Diane (or Debbie) spying on Jenny during the scene on the Sofa (watching porn together)
Go to the Summertime Saga Fan Art thread and write to the author of this post there (there are a lot of his works btw), but here only what concerns NT mod is discussed.
 

PokeIssau

Can An Ass be Too Fat?
Donor
Jan 15, 2018
790
5,718
Hi !
Nice work :giggle:(y)
Could you please add Roxxy spying through the window in the evening scene with Crystal ?

And it would be also nice to see Diane (or Debbie) spying on Jenny during the scene on the Sofa (watching porn together)
It can be done, in fact I have an idea that could look pretty good, but if it will be for the mod I will need to know the conditions that must be fulfilled to be able to put it, I don't know if he needs the .PSD or if it is enough with the pure background or if you can put the complete animation because, at least with me, not all my fanarts have the same resolution, many times I enlarge the width of the background to fit more characters and that could be a problem when putting it in.
 

srksrk 68

Forum Fanatic
Modder
Sep 17, 2018
4,418
5,649
Sup bro, do you take any suggestions for alternative scenes? I have a few that would look good.
Sometimes I make fanarts of the game and I also create alternative backgrounds for the fanarts that might look good in the game and people might like them for the mod.

I'll give you some examples (Click on them to play the scene):
Background
View attachment 1750562
Final animation
View attachment 1750569

Background
View attachment 1750563 or View attachment 1750564
Final animation
View attachment 1750568 or View attachment 1750567
Hi !
Nice work :giggle:(y)
Could you please add Roxxy spying through the window in the evening scene with Crystal ?

And it would be also nice to see Diane (or Debbie) spying on Jenny during the scene on the Sofa (watching porn together)
Go to the Summertime Saga Fan Art thread and write to the author of this post there (there are a lot of his works btw), but here only what concerns NT mod is discussed.
I know
And this was my request for an NT mod update
Well, I might give those ideas serious consideration. But honestly, there is little chance of anything happening before the tech update.
 

PokeIssau

Can An Ass be Too Fat?
Donor
Jan 15, 2018
790
5,718
Well, I might give those ideas serious consideration. But honestly, there is little chance of anything happening before the tech update.
great, let me know :) I will make more fanarts anyways, I enjoy making them, the more people enjoy them the better.

EDIT: oh, it was much easier than I thought to put it into the game with/without the mod, it's just replace the file with the same name as the desired scene in the correct format :unsure: I thought more things needed to be done, I am a total novice when it comes to modifying game files, I am surely missing many other things that need to be done, not everything is cut and paste : P
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.

Edit 2: JBIEL1989 You said the request was for the author of the mod but I had planned to make a similar scene some time ago, visit the fanart thread to see it. :)
 
Last edited:
Dec 17, 2019
10
1
great, let me know :) I will make more fanarts anyways, I enjoy making them, the more people enjoy them the better.

EDIT: oh, it was much easier than I thought to put it into the game with/without the mod, it's just replace the file with the same name as the desired scene in the correct format :unsure: I thought more things needed to be done, I am a total novice when it comes to modifying game files, I am surely missing many other things that need to be done, not everything is cut and paste : P
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
That's really good news ;)
 
  • Like
Reactions: PokeIssau

srksrk 68

Forum Fanatic
Modder
Sep 17, 2018
4,418
5,649
great, let me know :) I will make more fanarts anyways, I enjoy making them, the more people enjoy them the better.

EDIT: oh, it was much easier than I thought to put it into the game with/without the mod, it's just replace the file with the same name as the desired scene in the correct format :unsure: I thought more things needed to be done, I am a total novice when it comes to modifying game files, I am surely missing many other things that need to be done, not everything is cut and paste : P
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.

Edit 2: JBIEL1989 You said the request was for the author of the mod but I had planned to make a similar scene some time ago, visit the fanart thread to see it. :)
Now I am getting famouse -- my mod is being modded ;)
 
4.80 star(s) 13 Votes