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

4.90 star(s) 14 Votes

uhhhh69?

New Member
Jul 29, 2022
4
0
Note: It may be possible to install the game on Android and Mac. To do so, install the original game, run it once, and then copy the extracted two files and two folders. Caution -- this is not supported!
  • "Contents/Resources/autorun/game" (Mac)
  • "/storage/emulated/0/summertimesaga" (Android)
--------------------------------------------------------------------------------------------------------------------

ANDROID:

It took me a while to figure it out but you actually have to make a new folder inside of "android/data/com.kompasproductions.summertimesaga/files"
call it "game" (without the quotes)
and now copy the 2 folders and 2 files from the mod inside the new folder.
Done.
there are 3 folders a png and a file
 

zobi64

New Member
Mar 23, 2022
10
3
Hello, on android with last version of game and mod, i have a error on starting :

Code:
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


File "/storage/emulated/0/Android/data/com.kompasproductions.summertimesaga/files/game/scripts/TributeMod.rpy", line 2195: invalid syntax
    with fastdissolve
    

Ren'Py Version: Ren'Py 7.3.5.606
Tue Oct 18 21:01:11 2022
 

srksrk 68

Forum Fanatic
Modder
Sep 17, 2018
4,404
5,624
Hello, on android with last version of game and mod, i have a error on starting :

Code:
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


File "/storage/emulated/0/Android/data/com.kompasproductions.summertimesaga/files/game/scripts/TributeMod.rpy", line 2195: invalid syntax
    with fastdissolve
   

Ren'Py Version: Ren'Py 7.3.5.606
Tue Oct 18 21:01:11 2022
Well, that file has exactly 2194 lines and not 2195 and certainly not a statement like "with fastdissolve". That would be exactly the error you get if you manualy add that statement at line 2195.

Looks like something is very corrupted... I suggest starting the game again and see if it's working, and if not, download the whole thing again and install fresh.
 
  • Like
Reactions: zobi64

BriMan83

New Member
Aug 4, 2022
7
7
Ran into this error when I tried to enable WahWah.

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

While running game code:
  File "game/scripts/script.rpy", line 41, in script call
    call screen main_menu()
  File "game/scripts/01TributeModConfig.rpy", line 1323, in script call
    call screen nt_readme
  File "game/scripts/01TributeModConfig.rpy", line 1452, in script call
    call screen nt_game_option(option, change)
  File "game/scripts/01TributeModConfig.rpy", line 1452, in script call
    call screen nt_game_option(option, change)
  File "game/scripts/01TributeModConfig.rpy", line 1452, in script call
    call screen nt_game_option(option, change)
  File "game/scripts/01TributeModConfig.rpy", line 1452, in script call
    call screen nt_game_option(option, change)
  File "game/scripts/01TributeModConfig.rpy", line 1474, in script
    python:
  File "game/scripts/01TributeModConfig.rpy", line 1518, in <module>
    nt_reset_what()
  File "game/scripts/TributeModImages.rpy", line 1024, in reset_what
    elif ( not AnimatedImage.get_showing() or nt_config.get("WAHWAH") == 2 ) and nt_config.get("WAHWAH") and cls.what_plain[0] != "(":
IndexError: string index out of range

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

Full traceback:
  File "game/scripts/script.rpy", line 41, in script call
    call screen main_menu()
  File "game/scripts/01TributeModConfig.rpy", line 1323, in script call
    call screen nt_readme
  File "game/scripts/01TributeModConfig.rpy", line 1452, in script call
    call screen nt_game_option(option, change)
  File "game/scripts/01TributeModConfig.rpy", line 1452, in script call
    call screen nt_game_option(option, change)
  File "game/scripts/01TributeModConfig.rpy", line 1452, in script call
    call screen nt_game_option(option, change)
  File "game/scripts/01TributeModConfig.rpy", line 1452, in script call
    call screen nt_game_option(option, change)
  File "game/scripts/01TributeModConfig.rpy", line 1474, in script
    python:
  File "C:\SummertimeSaga-0-20-15-pc\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\SummertimeSaga-0-20-15-pc\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/scripts/01TributeModConfig.rpy", line 1518, in <module>
    nt_reset_what()
  File "game/scripts/TributeModImages.rpy", line 1024, in reset_what
    elif ( not AnimatedImage.get_showing() or nt_config.get("WAHWAH") == 2 ) and nt_config.get("WAHWAH") and cls.what_plain[0] != "(":
IndexError: string index out of range

Windows-8-6.2.9200
Ren'Py 7.3.5.606
SummertimeSaga 0.20.15
Thu Oct 27 01:28:42 2022
Any idea what I screwed up here?
 

srksrk 68

Forum Fanatic
Modder
Sep 17, 2018
4,404
5,624
Ran into this error when I tried to enable WahWah.

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

While running game code:
  File "game/scripts/script.rpy", line 41, in script call
    call screen main_menu()
  File "game/scripts/01TributeModConfig.rpy", line 1323, in script call
    call screen nt_readme
  File "game/scripts/01TributeModConfig.rpy", line 1452, in script call
    call screen nt_game_option(option, change)
  File "game/scripts/01TributeModConfig.rpy", line 1452, in script call
    call screen nt_game_option(option, change)
  File "game/scripts/01TributeModConfig.rpy", line 1452, in script call
    call screen nt_game_option(option, change)
  File "game/scripts/01TributeModConfig.rpy", line 1452, in script call
    call screen nt_game_option(option, change)
  File "game/scripts/01TributeModConfig.rpy", line 1474, in script
    python:
  File "game/scripts/01TributeModConfig.rpy", line 1518, in <module>
    nt_reset_what()
  File "game/scripts/TributeModImages.rpy", line 1024, in reset_what
    elif ( not AnimatedImage.get_showing() or nt_config.get("WAHWAH") == 2 ) and nt_config.get("WAHWAH") and cls.what_plain[0] != "(":
IndexError: string index out of range

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

Full traceback:
  File "game/scripts/script.rpy", line 41, in script call
    call screen main_menu()
  File "game/scripts/01TributeModConfig.rpy", line 1323, in script call
    call screen nt_readme
  File "game/scripts/01TributeModConfig.rpy", line 1452, in script call
    call screen nt_game_option(option, change)
  File "game/scripts/01TributeModConfig.rpy", line 1452, in script call
    call screen nt_game_option(option, change)
  File "game/scripts/01TributeModConfig.rpy", line 1452, in script call
    call screen nt_game_option(option, change)
  File "game/scripts/01TributeModConfig.rpy", line 1452, in script call
    call screen nt_game_option(option, change)
  File "game/scripts/01TributeModConfig.rpy", line 1474, in script
    python:
  File "C:\SummertimeSaga-0-20-15-pc\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\SummertimeSaga-0-20-15-pc\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/scripts/01TributeModConfig.rpy", line 1518, in <module>
    nt_reset_what()
  File "game/scripts/TributeModImages.rpy", line 1024, in reset_what
    elif ( not AnimatedImage.get_showing() or nt_config.get("WAHWAH") == 2 ) and nt_config.get("WAHWAH") and cls.what_plain[0] != "(":
IndexError: string index out of range

Windows-8-6.2.9200
Ren'Py 7.3.5.606
SummertimeSaga 0.20.15
Thu Oct 27 01:28:42 2022
Any idea what I screwed up here?
Seems like a bug. Will fix it.

As a workaround, try changing this parameter only in-game when you are in a conversation (i.e. something has just been said by someone).

Edit: fixed it with version 1.03b.
  • Fixed a bug with parameter WAHWAH causing a crash when changed before any dialog has taken place in game.
  • Adjusted the cookiejar screen that is shown during configuration of the sorting order to have nine columns, to reflect the latest change in the new game version.
 
Last edited:
  • Like
Reactions: BriMan83

srksrk 68

Forum Fanatic
Modder
Sep 17, 2018
4,404
5,624
Hi Guys,

Version 0.20.16-0.01 Alpha is up:
  • Initial release for new game version. Will be full of bugs -- you have been warned!
    • This is just a smoke test, really!
    • Only meant to check if all existing cookie jar scenes are running OK.
    • Do only use this for normal gameplay if you don't intend to keep your save.
  • Overrides (optional content) not yet been adopted.
  • No modifications of new content has been done yet.
This means I checked the new version starts fine, I loaded an existing older save successfully, and triggered Kim's two new scenes. Cookie jar for those is working as well.

Feel free to try it out, but be aware that it might give errors -- especially in those scenes they mentioned have been changed/fixed.

Enjoy!
 
Last edited:

Warthoz

New Member
Feb 20, 2022
4
0
It is normal that in this patch, there are no Thobot images for the last update because I can not have the new scenes with Melonia.
 

srksrk 68

Forum Fanatic
Modder
Sep 17, 2018
4,404
5,624
It is normal that in this patch, there are no Thobot images for the last update because I can not have the new scenes with Melonia.
I guess that's not normal but without some details I cannot tell. Does it also happen without the mod? Do you have a save to check this out?
 

srksrk 68

Forum Fanatic
Modder
Sep 17, 2018
4,404
5,624
Hi Folks,

Version 0.20.16-1.00 brings the mod out of Alpha state:
  • All new content verified to trigger and work correctly
    • Deleted the alternative "Eve" option during Odette crypt scene.
  • Added some ambient sounds during Kim sex scene (taser and slapping).
  • Corrections and adoptions to the new content for the German translation pack (needs to be downloaded separately).
Have fun!
 

YUUNA

New Member
Jun 13, 2017
11
2
Hi Folks,

Version 0.20.16-1.00 brings the mod out of Alpha state:
  • All new content verified to trigger and work correctly
    • Deleted the alternative "Eve" option during Odette crypt scene.
  • Added some ambient sounds during Kim sex scene (taser and slapping).
  • Corrections and adoptions to the new content for the German translation pack (needs to be downloaded separately).
Have fun!
if i may ask, since i haven't played the newest version yet, what's exactly the alternative eve option? i mean what's different?
Thanks for the mod btw :)
 

srksrk 68

Forum Fanatic
Modder
Sep 17, 2018
4,404
5,624
if i may ask, since i haven't played the newest version yet, what's exactly the alternative eve option? i mean what's different?
Thanks for the mod btw :)
The mod gave you, during sex with Odette in the crypt, to swap her with Eve. That has now been dropped. You don't lose anything because it's just the existing Eve scene with the crypt background.
 

Heffaklump

Newbie
Donor
Dec 2, 2017
38
69
The link to the points to the german translation and not the mod itself, anon works fine though.
 
4.90 star(s) 14 Votes