- Sep 17, 2018
- 4,451
- 5,669
You do realize that you answered to a three years old post? Much has changed since then. I suggest reading the installation section of post 1...there are 3 folders a png and a file
You do realize that you answered to a three years old post? Much has changed since then. I suggest reading the installation section of post 1...there are 3 folders a png and a file
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.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
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
Seems like a bug. Will fix it.Ran into this error when I tried to enable WahWah.
Any idea what I screwed up here?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
Don't use the incest mod.the translation is perfect until I reload the game that puts me back in English, why?
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?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.
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?Hi Folks,
Version 0.20.16-1.00 brings the mod out of Alpha state:
Have fun!
- 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).
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.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
You either installed it wrong or downloaded a corrupted archive. See if there is an image "game\images\characters\player\char_player_365c.png". If the problem persists but the game at least starts, go to the mod's configuration menu (click on version number) and create the diagnosis file (click on Create Diagnosis File). Zip and attach the created "Naughty Tribute Mod Diagnosis.txt" here.Seems I have an issue with the mod