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

4.80 star(s) 13 Votes

Thatguy

I exist.
Uploader
Respected User
Aug 5, 2016
1,674
4,531
winrar free verion of course
saw this, didn't look at the original post's date. Anyways, thanks for the update. also was skimming and only saw that the alpha would be here Sunday, as today is Saturday for me alpha wouldn't be out.
 

Jason1121

Newbie
Apr 24, 2020
18
2
I'm sorry, but an uncaught exception occurred.

After initialization, but before game start.
File "game/scripts/core/ex.rpy", line 33, in call_exception_screen
OverflowError: value too large to convert to short
 

Sothyr

Active Member
May 26, 2019
902
960
I'm sorry, but an uncaught exception occurred.

After initialization, but before game start.
File "game/scripts/core/ex.rpy", line 33, in call_exception_screen
OverflowError: value too large to convert to short
Click on "Copy Markdown" and provide the full text.
 

srksrk 68

Forum Fanatic
Modder
Sep 17, 2018
4,398
5,614
I'm sorry, but an uncaught exception occurred.

After initialization, but before game start.
File "game/scripts/core/ex.rpy", line 33, in call_exception_screen
OverflowError: value too large to convert to short
That sounds like an installation error. Follwo the instructions to the letter. Install no other mods.

Did you know you can edit your posts? This would avoid flooding the thread with one-sentence updates.
 
Last edited:

srksrk 68

Forum Fanatic
Modder
Sep 17, 2018
4,398
5,614
Getting 2 errors when trying to raise my dex up.
If i try to skip minigame i get this one (only get rollback option)
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/characters/somrak/button.rpy", line 67, in script
    jump bag_minigame_attack
ScriptError: could not find label 'bag_minigame_attack'.

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

Full traceback:
  File "scripts/script.rpyc", line 401, 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/home/entrance/hallway/hallway.rpyc", line 68, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
  File "scripts/locations/home/entrance/entrance.rpyc", line 218, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
  File "scripts/locations/home/home.rpyc", line 62, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
  File "scripts/core/user_interface/cellphone/hooks.rpyc", line 13, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
  File "scripts/core/user_interface/cellphone/hooks.rpyc", line 13, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
  File "scripts/core/user_interface/cellphone/hooks.rpyc", line 13, in script call
  File "game/scripts/characters/somrak/button.rpy", line 67, in script
    jump bag_minigame_attack
  File "C:\Users\travi_000\Desktop\Keep\SummertimeSaga-0-20-8-pc\renpy\ast.py", line 1697, in execute
    rv = renpy.game.script.lookup(target)
  File "C:\Users\travi_000\Desktop\Keep\SummertimeSaga-0-20-8-pc\renpy\script.py", line 898, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'bag_minigame_attack'.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
SummertimeSaga 0.20.8
Fri Mar 26 12:56:33 2021
And this one if i try to play the minigame (get rollback/ignore option and ignore just takes me back to the main gym scene to either do str/dex training or go to yoga room/leave gym)
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/characters/somrak/button.rpy", line 69, in script
    call screen muay_thai
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
Exception: Screen muay_thai is not known.


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

Full traceback:
  File "scripts/script.rpyc", line 401, 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/home/entrance/hallway/hallway.rpyc", line 68, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
  File "scripts/locations/home/entrance/entrance.rpyc", line 218, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
  File "scripts/locations/home/home.rpyc", line 62, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
  File "scripts/core/user_interface/cellphone/hooks.rpyc", line 13, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
  File "scripts/core/user_interface/cellphone/hooks.rpyc", line 13, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
  File "scripts/core/user_interface/cellphone/hooks.rpyc", line 13, in script call
  File "game/scripts/characters/somrak/button.rpy", line 69, in script
    call screen muay_thai
  File "C:\Users\travi_000\Desktop\Keep\SummertimeSaga-0-20-8-pc\renpy\ast.py", line 1949, in execute
    self.call("execute")
  File "C:\Users\travi_000\Desktop\Keep\SummertimeSaga-0-20-8-pc\renpy\ast.py", line 1937, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\travi_000\Desktop\Keep\SummertimeSaga-0-20-8-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\travi_000\Desktop\Keep\SummertimeSaga-0-20-8-pc\renpy\exports.py", line 2900, in call_screen
    show_screen(_screen_name, _transient=True, *args, **kwargs)
  File "C:\Users\travi_000\Desktop\Keep\SummertimeSaga-0-20-8-pc\renpy\display\screen.py", line 1107, in show_screen
    raise Exception("Screen %s is not known.\n" % (name[0],))
Exception: Screen muay_thai is not known.


Windows-8-6.2.9200
Ren'Py 7.3.5.606
SummertimeSaga 0.20.8
Fri Mar 26 12:56:53 2021
Not sure if anyone else is getting these or if they havnt tried with new game and already had maxed out stats
For now, you could try to save the game, deactivate the mod (parameter DISABLE_MOD), restart and play the minigame (or skip if the unmodded game lets you), save again, re-enable the mod, restart and continue.
 

enuthral

Newbie
Jul 29, 2018
79
15
squid mini game



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

While running game code:
  File "game/scripts/locations/beach/dialogues.rpy", line 69, in script call
    $ game.main()
  File "game/scripts/locations/lair/dialogues.rpy", line 445, in script
    jump expression game.dialog_select("squid_attack")
ScriptError: could not find label 'squid_attack'.

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

Full traceback:
  File "scripts/characters/iwanka/button.rpyc", line 54, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
  File "scripts/locations/boat/cabin/cabin.rpyc", line 3, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
  File "scripts/locations/boat/bridge.rpyc", line 2, 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/characters/terry/button.rpyc", line 138, 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/beach/beach.rpyc", line 18, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
  File "game/scripts/locations/beach/dialogues.rpy", line 69, in script call
    $ game.main()
  File "game/scripts/locations/lair/dialogues.rpy", line 445, in script
    jump expression game.dialog_select("squid_attack")
  File "D:\Jonathan\Games Folder\games\SummertimeSaga-0-20-8-pc\renpy\ast.py", line 1697, in execute
    rv = renpy.game.script.lookup(target)
  File "D:\Jonathan\Games Folder\games\SummertimeSaga-0-20-8-pc\renpy\script.py", line 898, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'squid_attack'.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
SummertimeSaga 0.20.8
Fri Mar 26 18:21:19 2021

squid cheat... i think



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

While running game code:
  File "game/scripts/locations/beach/dialogues.rpy", line 69, in script call
    $ game.main()
  File "game/scripts/locations/lair/dialogues.rpy", line 445, in script
    jump expression game.dialog_select("squid_attack")
ScriptError: could not find label 'squid_attack'.

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

Full traceback:
  File "scripts/characters/iwanka/button.rpyc", line 54, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
  File "scripts/locations/boat/cabin/cabin.rpyc", line 3, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
  File "scripts/locations/boat/bridge.rpyc", line 2, 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/characters/terry/button.rpyc", line 138, 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/beach/beach.rpyc", line 18, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
  File "game/scripts/locations/beach/dialogues.rpy", line 69, in script call
    $ game.main()
  File "game/scripts/locations/lair/dialogues.rpy", line 445, in script
    jump expression game.dialog_select("squid_attack")
  File "D:\Jonathan\Games Folder\games\SummertimeSaga-0-20-8-pc\renpy\ast.py", line 1697, in execute
    rv = renpy.game.script.lookup(target)
  File "D:\Jonathan\Games Folder\games\SummertimeSaga-0-20-8-pc\renpy\script.py", line 898, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'squid_attack'.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
SummertimeSaga 0.20.8
Fri Mar 26 18:22:25 2021
 

Volstagg

Newbie
Jan 29, 2020
27
13
For now, you could try to save the game, deactivate the mod (parameter DISABLE_MOD), restart and play the minigame (or skip if the unmodded game lets you), save again, re-enable the mod, restart and continue.
Ya, i just played without it past the point where i need to do any of the minigames than turned it back on to get all the goodies that come with the mod
 

srksrk 68

Forum Fanatic
Modder
Sep 17, 2018
4,398
5,614
Hi Guys,

I fixed the broken minigames with the latest Beta:

Version 0.20.8-0.02 Beta:
  • Fixed the Muay-Thai (Somrak, dexterity) and Squid (Aqua) minigames.
Also, I provided a first Beta of the community translation (German only). Note that you will encounter errors with other languages' unfixed old translations, so you might have to wait until the official translations are updated.

Enjoy!
 

Roy26633356

Member
May 16, 2020
408
2,268
When I click on Mobile screen and try to start new contents.
This error appear on the screen
Code:
[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/locations/home/entrance/hallway/bedroom/bedroom.rpy", line 100, in script call
    $ game.main()
  File "game/scripts/locks/01global_lock_check.rpy", line 10, in <module>
  File "game/scripts/core/systems/game.rpy", line 354, in main
    player.location.call_screen(*call_screen_args)
  File "game/scripts/core/systems/locations/locations.rpy", line 272, in call_screen
    renpy.call_screen("ui")
  File "game/scripts/core/user_interface/user_interface.rpy", line 234, in execute
    screen ui():
  File "game/scripts/core/user_interface/user_interface.rpy", line 234, in execute
    screen ui():
  File "game/scripts/core/user_interface/user_interface.rpy", line 332, in execute
    if tooltip == "phone_goal" and nt_config.get("PHONETOOLTIP"):
  File "game/scripts/core/user_interface/user_interface.rpy", line 344, in execute
    window:
  File "game/scripts/core/user_interface/user_interface.rpy", line 348, in execute
    frame:
  File "game/scripts/core/user_interface/user_interface.rpy", line 350, in execute
    has vpgrid:
  File "game/scripts/core/user_interface/user_interface.rpy", line 356, in execute
    for icon, hint in phone.goals(machines):
  File "game/scripts/core/user_interface/cellphone/goals.rpy", line 56, in goals
    if s.is_end_state:
  File "game/scripts/core/systems/FSM/state_machine.rpy", line 147, in is_end_state
    return all(f for f in [self==self._table[s]._name for s in self._table])
  File "game/scripts/core/systems/FSM/state_machine.rpy", line 68, in __eq__
    raise TypeError
TypeError:

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

Full traceback:
  File "game/scripts/locations/home/entrance/hallway/bedroom/bedroom.rpy", line 100, in script call
    $ game.main()
  File "game/scripts/locks/01global_lock_check.rpyc", line 13, in script call
    �r�|�D�G�"ԑ�2�\2��ǐuE��#��%��`m�h-N`|<��`|(O�U��$i|2.<��H,�=�p���=�pOnK%\F����j�    ij�n��=[ꞃ���( ��G�5!^\�O����"�г�d��BPׂ�"�^,�k�%��R\x��.T�v:t�/'����į��ɲ��e'�}����5B�)�k��u��z�_P�u�7�)=!�o$�
 

srksrk 68

Forum Fanatic
Modder
Sep 17, 2018
4,398
5,614
When I click on Mobile screen and try to start new contents.
This error appear on the screen
Code:
[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/locations/home/entrance/hallway/bedroom/bedroom.rpy", line 100, in script call
    $ game.main()
  File "game/scripts/locks/01global_lock_check.rpy", line 10, in <module>
  File "game/scripts/core/systems/game.rpy", line 354, in main
    player.location.call_screen(*call_screen_args)
  File "game/scripts/core/systems/locations/locations.rpy", line 272, in call_screen
    renpy.call_screen("ui")
  File "game/scripts/core/user_interface/user_interface.rpy", line 234, in execute
    screen ui():
  File "game/scripts/core/user_interface/user_interface.rpy", line 234, in execute
    screen ui():
  File "game/scripts/core/user_interface/user_interface.rpy", line 332, in execute
    if tooltip == "phone_goal" and nt_config.get("PHONETOOLTIP"):
  File "game/scripts/core/user_interface/user_interface.rpy", line 344, in execute
    window:
  File "game/scripts/core/user_interface/user_interface.rpy", line 348, in execute
    frame:
  File "game/scripts/core/user_interface/user_interface.rpy", line 350, in execute
    has vpgrid:
  File "game/scripts/core/user_interface/user_interface.rpy", line 356, in execute
    for icon, hint in phone.goals(machines):
  File "game/scripts/core/user_interface/cellphone/goals.rpy", line 56, in goals
    if s.is_end_state:
  File "game/scripts/core/systems/FSM/state_machine.rpy", line 147, in is_end_state
    return all(f for f in [self==self._table[s]._name for s in self._table])
  File "game/scripts/core/systems/FSM/state_machine.rpy", line 68, in __eq__
    raise TypeError
TypeError:

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

Full traceback:
  File "game/scripts/locations/home/entrance/hallway/bedroom/bedroom.rpy", line 100, in script call
    $ game.main()
  File "game/scripts/locks/01global_lock_check.rpyc", line 13, in script call
    �r�|�D�G�"ԑ�2�\2��ǐuE��#��%��`m�h-N`|<��`|(O�U��$i|2.<��H,�=�p���=�pOnK%\F����j�    ij�n��=[ꞃ���( ��G�5!^\�O����"�г�d��BPׂ�"�^,�k�%��R\x��.T�v:t�/'����į��ɲ��e'�}����5B�)�k��u��z�_P�u�7�)=!�o$�
Please provide more details, and a save maybe.

"When I click on Mobile screen"

Are you playing on a mobile device and clicking the screen, or are you clicking on MC's mobile while it's open?

"and try to start new contents."

What are you "trying" to do? I go to Tony and the new story starts. No "trying" here.
 

Roy26633356

Member
May 16, 2020
408
2,268
Please provide more details, and a save maybe.

"When I click on Mobile screen"

Are you playing on a mobile device and clicking the screen, or are you clicking on MC's mobile while it's open?

"and try to start new contents."

What are you "trying" to do? I go to Tony and the new story starts. No "trying" here.
I did a android build of compressed version. I think this kind of errors for that.

problem has been solved.

Thank you for replying:)
 

Panse

Newbie
Oct 1, 2020
18
3
Can I use the OVERRIDE Summertime Saga Naughty Tribute Mod 0.20.7-2.24 - game_overrides on version 0.20.8 ???
 

Sothyr

Active Member
May 26, 2019
902
960
Can I use the OVERRIDE Summertime Saga Naughty Tribute Mod 0.20.7-2.24 - game_overrides on version 0.20.8 ???

Also see the installation and configuration sections below. Optional content is valid for all mod versions equal to or higher than version of the optional content itself, until updated. This also includes the brand new version 0.20.7 of the game.
should i wait some days or is the mod good to go ?
Save as often as possible. I started from the beginning and have no issues so far. I think as long I do the old 20.5 or earlier stuff, I expect not many errors to happen.
 
  • Like
Reactions: Batman2322

EmeraldSword

Newbie
Oct 4, 2019
33
57
Save as often as possible. I started from the beginning and have no issues so far. I think as long I do the old 20.5 or earlier stuff, I expect not many errors to happen.

HI, i've been playing 0.27.7 with Tribute mod 0.20.7 installed, is it possible to start playing 0.20.8 with Tribute mod 0.20.8 (once out of beta) and load 0.20.7 saves without bugs, i would like to avoid restarting the game.
 
4.80 star(s) 13 Votes