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

4.80 star(s) 13 Votes

JazzyRey

Member
Aug 18, 2018
339
722
Error on doing last yoga "Plow" at the gym, in the Mrs Johnson line.

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

While running game code:
  File "game/scripts/characters/jenny/button.rpy", line 313, in script call
    $ game.main()
  File "game/scripts/minigames/yoga_minigame/yoga.rpy", line 114, in script
    if ( store._in_replay == None and ( mrsj.over(mrsj_sex_ed) or erik.over(erik_gf) or erik.over(erik_gf_stolen) )
  File "game/scripts/minigames/yoga_minigame/yoga.rpy", line 114, in <module>
    if ( store._in_replay == None and ( mrsj.over(mrsj_sex_ed) or erik.over(erik_gf) or erik.over(erik_gf_stolen) )
NameError: name 'mrsj' is not defined

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

Full traceback:
  File "scripts/locations/mall/mall/mall.rpyc", line 43, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 61, in script call
  File "scripts/locations/mall/mall/toilets/toilets.rpyc", line 5, in script call
  File "scripts/locations/home/entrance/hallway/bedroom/computer/boot.rpyc", line 6, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 61, in script call
  File "scripts/locations/home/entrance/hallway/hallway.rpyc", line 65, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 61, in script call
  File "game/scripts/characters/jenny/button.rpy", line 313, in script call
    $ game.main()
  File "scripts/locks/01global_lock_check.rpyc", line 61, in script call
  File "scripts/locations/home/entrance/hallway/hallway.rpyc", line 65, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 61, in script call
  File "scripts/locations/gym/gym/gym.rpyc", line 3, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 61, in script call
  File "scripts/locations/gym/yoga_room/yoga_room.rpyc", line 12, in script call
  File "game/scripts/minigames/yoga_minigame/yoga.rpy", line 114, in script
    if ( store._in_replay == None and ( mrsj.over(mrsj_sex_ed) or erik.over(erik_gf) or erik.over(erik_gf_stolen) )
  File "D:\XR\SummertimeSaga-0-19-1-pc\renpy\ast.py", line 1830, in execute
    if renpy.python.py_eval(condition):
  File "D:\XR\SummertimeSaga-0-19-1-pc\renpy\python.py", line 2035, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "D:\XR\SummertimeSaga-0-19-1-pc\renpy\python.py", line 2028, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/scripts/minigames/yoga_minigame/yoga.rpy", line 114, in <module>
    if ( store._in_replay == None and ( mrsj.over(mrsj_sex_ed) or erik.over(erik_gf) or erik.over(erik_gf_stolen) )
NameError: name 'mrsj' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.2.320
SummertimeSaga 0.19.1
Sun Oct 20 13:55:31 2019
[/CODE]
 

srksrk 68

Forum Fanatic
Modder
Sep 17, 2018
4,401
5,622
Anybody what's causing this it's a clean file and this happens as soon as the game opens i don't even to go to main screen
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/core/systems/game.rpy", line 1, in script
    init -5 python:
  File "game/scripts/core/systems/game.rpy", line 29, in <module>
    class Game(object):
  File "game/scripts/core/systems/game.rpy", line 38, in Game
    available_ui_message_screens = OrderedSet(*["ui_message{}".format(i) for i in range(10)])
NameError: name 'OrderedSet' is not defined

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

Full traceback:
  File "game/scripts/core/systems/game.rpy", line 1, in script
    init -5 python:
  File "C:\Users\leoje\Documents\MEGAsync Downloads\stuff\summerstime saga 0.19.0 naughty mod\renpy\ast.py", line 862, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\leoje\Documents\MEGAsync Downloads\stuff\summerstime saga 0.19.0 naughty mod\renpy\python.py", line 1912, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/scripts/core/systems/game.rpy", line 29, in <module>
    class Game(object):
  File "game/scripts/core/systems/game.rpy", line 38, in Game
    available_ui_message_screens = OrderedSet(*["ui_message{}".format(i) for i in range(10)])
NameError: name 'OrderedSet' is not defined

Windows-8-6.2.9200
Ren'Py 7.0.0.196
SummertimeSaga 0.18.6
Sun Oct 20 06:59:38 2019
Maybe you should try the most current game release... We have version 0.19.1, 0.18.6 is a bit outdated. Did you install the mod, and with the matching version?
 

seifalgamad9

New Member
Aug 17, 2019
10
1
Error on doing last yoga "Plow" at the gym, in the Mrs Johnson line.

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

While running game code:
  File "game/scripts/characters/jenny/button.rpy", line 313, in script call
    $ game.main()
  File "game/scripts/minigames/yoga_minigame/yoga.rpy", line 114, in script
    if ( store._in_replay == None and ( mrsj.over(mrsj_sex_ed) or erik.over(erik_gf) or erik.over(erik_gf_stolen) )
  File "game/scripts/minigames/yoga_minigame/yoga.rpy", line 114, in <module>
    if ( store._in_replay == None and ( mrsj.over(mrsj_sex_ed) or erik.over(erik_gf) or erik.over(erik_gf_stolen) )
NameError: name 'mrsj' is not defined

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

Full traceback:
  File "scripts/locations/mall/mall/mall.rpyc", line 43, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 61, in script call
  File "scripts/locations/mall/mall/toilets/toilets.rpyc", line 5, in script call
  File "scripts/locations/home/entrance/hallway/bedroom/computer/boot.rpyc", line 6, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 61, in script call
  File "scripts/locations/home/entrance/hallway/hallway.rpyc", line 65, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 61, in script call
  File "game/scripts/characters/jenny/button.rpy", line 313, in script call
    $ game.main()
  File "scripts/locks/01global_lock_check.rpyc", line 61, in script call
  File "scripts/locations/home/entrance/hallway/hallway.rpyc", line 65, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 61, in script call
  File "scripts/locations/gym/gym/gym.rpyc", line 3, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 61, in script call
  File "scripts/locations/gym/yoga_room/yoga_room.rpyc", line 12, in script call
  File "game/scripts/minigames/yoga_minigame/yoga.rpy", line 114, in script
    if ( store._in_replay == None and ( mrsj.over(mrsj_sex_ed) or erik.over(erik_gf) or erik.over(erik_gf_stolen) )
  File "D:\XR\SummertimeSaga-0-19-1-pc\renpy\ast.py", line 1830, in execute
    if renpy.python.py_eval(condition):
  File "D:\XR\SummertimeSaga-0-19-1-pc\renpy\python.py", line 2035, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "D:\XR\SummertimeSaga-0-19-1-pc\renpy\python.py", line 2028, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/scripts/minigames/yoga_minigame/yoga.rpy", line 114, in <module>
    if ( store._in_replay == None and ( mrsj.over(mrsj_sex_ed) or erik.over(erik_gf) or erik.over(erik_gf_stolen) )
NameError: name 'mrsj' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.2.320
SummertimeSaga 0.19.1
Sun Oct 20 13:55:31 2019
[/CODE]
Yep same here

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

While running game code:
  File "game/scripts/minigames/yoga_minigame/yoga.rpy", line 114, in script
    if ( store._in_replay == None and ( mrsj.over(mrsj_sex_ed) or erik.over(erik_gf) or erik.over(erik_gf_stolen) )
  File "game/scripts/minigames/yoga_minigame/yoga.rpy", line 114, in <module>
    if ( store._in_replay == None and ( mrsj.over(mrsj_sex_ed) or erik.over(erik_gf) or erik.over(erik_gf_stolen) )
NameError: name 'mrsj' is not defined

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

Full traceback:
  File "scripts/core/user_interface/cellphone/labels.rpyc", line 13, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 61, in script call
  File "scripts/locations/tattoo_parlor/garage/fire_escape/rooftop/tent/tent.rpyc", line 8, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 61, in script call
  File "scripts/locations/tattoo_parlor/garage/fire_escape/rooftop/rooftop.rpyc", line 5, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 61, in script call
  File "scripts/locations/tattoo_parlor/garage/fire_escape/rooftop/tent/tent.rpyc", line 8, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 61, in script call
  File "scripts/locations/tattoo_parlor/garage/fire_escape/rooftop/rooftop.rpyc", line 5, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 61, in script call
  File "scripts/locations/tattoo_parlor/garage/fire_escape/fire_escape.rpyc", line 7, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 61, in script call
  File "scripts/locations/gym/gym/gym.rpyc", line 3, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 61, in script call
  File "scripts/locations/gym/yoga_room/yoga_room.rpyc", line 12, in script call
  File "game/scripts/minigames/yoga_minigame/yoga.rpy", line 114, in script
    if ( store._in_replay == None and ( mrsj.over(mrsj_sex_ed) or erik.over(erik_gf) or erik.over(erik_gf_stolen) )
  File "A:\Summertime saga\SummertimeSaga-0-19-1-pc\renpy\ast.py", line 1830, in execute
    if renpy.python.py_eval(condition):
  File "A:\Summertime saga\SummertimeSaga-0-19-1-pc\renpy\python.py", line 2035, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "A:\Summertime saga\SummertimeSaga-0-19-1-pc\renpy\python.py", line 2028, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/scripts/minigames/yoga_minigame/yoga.rpy", line 114, in <module>
    if ( store._in_replay == None and ( mrsj.over(mrsj_sex_ed) or erik.over(erik_gf) or erik.over(erik_gf_stolen) )
NameError: name 'mrsj' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.2.320
SummertimeSaga 0.19.1
Sun Oct 20 18:06:35 2019
 
Last edited:
  • Like
Reactions: Mal Function

Sothyr

Active Member
May 26, 2019
902
963
Pool problems with mods installd (19.1):

Workaround for me was proceed with no mods and load game with mods again after it.

You don't have permission to view the spoiler content. Log in or register now.


Another issue is with the Granny sex. It suddenly stops before finishing the scene and the MC is suddenly alone in the room. Without mod it is ok.
 
Last edited:

tht94

New Member
Jun 28, 2017
8
13
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.
 
  • Like
Reactions: Hx7rr and srksrk 68

srksrk 68

Forum Fanatic
Modder
Sep 17, 2018
4,401
5,622
Also errors out when using "cum inside" option on trap Eve, in cowgirl (cowboy).
I have yet to play through the Eve content, and nothing the mod does should affect it. Please assure that the problem also occurs without mod, and if it is mod specific, attach a savegame here.
 

Sothyr

Active Member
May 26, 2019
902
963
Should there not be a scene with the nurse after waking up in the hospital?
 

srksrk 68

Forum Fanatic
Modder
Sep 17, 2018
4,401
5,622
You don't have permission to view the spoiler content. Log in or register now.
Save for the plow position error
Yes, I feared so much. This is because they moved all characters to FSMs now, and this part is based on old tech. I have to figure out how it works. For now, I fear you have to click "ignore" and proceed without the fun. Or load the game without mod, pass that part, and load the save afterwards again with mod.
 

srksrk 68

Forum Fanatic
Modder
Sep 17, 2018
4,401
5,622
Pool problems with mods installd (19.1):

Workaround for me was proceed with no mods and load game with mods again after it.

You don't have permission to view the spoiler content. Log in or register now.


Another issue is with the Granny sex. It suddenly stops before finishing the scene and the MC is suddenly alone in the room. Without mod it is ok.
That error log has nothing to do with it. Please attach savegame here.
 

srksrk 68

Forum Fanatic
Modder
Sep 17, 2018
4,401
5,622
You don't have permission to view the spoiler content. Log in or register now.
Save for the plow position error
OK, here is the fix. It also corrects another yoga bug that blocked progress. Put the file into "<SummertimeSaga>\game\scripts\minigames\yoga_minigame\yoga.rpy".

However, I noticed that the game then leds you into Diane's shed, where she is not, and locks you in there. No way out, and appears to be a bug with the original unmodded game as well. I will try to figure it out but I cannot promise.
 

seifalgamad9

New Member
Aug 17, 2019
10
1
OK, here is the fix. It also corrects another yoga bug that blocked progress. Put the file into "<SummertimeSaga>\game\scripts\minigames\yoga_minigame\yoga.rpy".

However, I noticed that the game then leds you into Diane's shed, where she is not, and locks you in there. No way out, and appears to be a bug with the original unmodded game as well. I will try to figure it out but I cannot promise.
Fixed the error, thanks!!
 

rengohengo94

Member
Mar 1, 2018
217
105
i only installed this mod for the missing diane scene but it doesnt show up somehow with change angle on any of her scenes what a bummer
 

srksrk 68

Forum Fanatic
Modder
Sep 17, 2018
4,401
5,622
i only installed this mod for the missing diane scene but it doesnt show up somehow with change angle on any of her scenes what a bummer
I will look into it. Please note that the mod has to be re-written completely for the new game version. It took me the whole weekend already. And I am not talking about an eight hours work day, mind.
 
  • Like
Reactions: rengohengo94

rengohengo94

Member
Mar 1, 2018
217
105
I will look into it. Please note that the mod has to be re-written completely for the new game version. It took me the whole weekend already. And I am not talking about an eight hours work day, mind.
no problem just making aware of it here the sooner the better
 
4.80 star(s) 13 Votes