Mod Ren'Py Summer Scent - Walkthrough, Gallery Unlocker, Scene Gallery & Improvement Mod [v0.5.3] [The Naughty Captain]

Jeevant

Failed to make an unlimited money mod for my life
Moderator
Modder
Compressor
May 1, 2020
2,114
32,520
The gameplay was was fine for me and no error .. only on scene gallery that error' appear
Yes i know what the issue is and i had to fix them for android specially when i did the port some time ago . Android just doesnt work with how some of the hints of mod are written.
 

lhonasm

Newbie
Aug 27, 2019
56
56
2020/01/28: Updated Mod, 0.5.3

Change Log:
  • Updated Walkthrough to 0.5
  • Updated Scene Gallery to 0.5
Note: This mod is untested so if there are any bugs please let me know in the mod thread.

Download: - - -
There is scene where you go shopping with both girls and need to choose one of them to kill time or smth, but if choose wrong you get locked out from "Harem????" choice at some point when need explain what happened in 5th day. Its isn't hard lock out from that route? In your mod there isn't mention in that shopping choose about impact in long rung, just that u get point for whose you choose. Just curious btw.
Good work with mod like always!!!
 

Swordsman83

Anti Anti-NTR & Anti-Woke Crusader
Donor
Apr 14, 2020
1,028
925
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/modAdditions/modGallery.rpy", line 134, in execute
    screen sceneCharacterMenu(galleryCharacter="None"):
  File "game/modAdditions/modGallery.rpy", line 134, in execute
    screen sceneCharacterMenu(galleryCharacter="None"):
  File "game/modAdditions/modGallery.rpy", line 147, in execute
    vbox:
  File "game/modAdditions/modGallery.rpy", line 159, in execute
    if galleryPageNumber != max([galleryItem.pageNum for galleryItem in galleryItems if galleryItem.char == galleryCharacter]):
ValueError: max() arg is an empty sequence

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "C:\Users\royst\OneDrive\Desktop\SummerScent-0.5-pc\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\royst\OneDrive\Desktop\SummerScent-0.5-pc\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "C:\Users\royst\OneDrive\Desktop\SummerScent-0.5-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\royst\OneDrive\Desktop\SummerScent-0.5-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\royst\OneDrive\Desktop\SummerScent-0.5-pc\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\royst\OneDrive\Desktop\SummerScent-0.5-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\royst\OneDrive\Desktop\SummerScent-0.5-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\royst\OneDrive\Desktop\SummerScent-0.5-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\royst\OneDrive\Desktop\SummerScent-0.5-pc\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "C:\Users\royst\OneDrive\Desktop\SummerScent-0.5-pc\renpy\display\core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\royst\OneDrive\Desktop\SummerScent-0.5-pc\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "C:\Users\royst\OneDrive\Desktop\SummerScent-0.5-pc\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/modAdditions/modGallery.rpy", line 134, in execute
    screen sceneCharacterMenu(galleryCharacter="None"):
  File "game/modAdditions/modGallery.rpy", line 134, in execute
    screen sceneCharacterMenu(galleryCharacter="None"):
  File "game/modAdditions/modGallery.rpy", line 147, in execute
    vbox:
  File "game/modAdditions/modGallery.rpy", line 159, in execute
    if galleryPageNumber != max([galleryItem.pageNum for galleryItem in galleryItems if galleryItem.char == galleryCharacter]):
  File "<screen language>", line 159, in <module>
ValueError: max() arg is an empty sequence

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Summer Scent 0.5
Fri Jan 29 04:06:47 2021
 

Dark Horizon

Active Member
Apr 27, 2017
617
318
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/modAdditions/modGallery.rpy", line 134, in execute
    screen sceneCharacterMenu(galleryCharacter="None"):
  File "game/modAdditions/modGallery.rpy", line 134, in execute
    screen sceneCharacterMenu(galleryCharacter="None"):
  File "game/modAdditions/modGallery.rpy", line 147, in execute
    vbox:
  File "game/modAdditions/modGallery.rpy", line 159, in execute
    if galleryPageNumber != max([galleryItem.pageNum for galleryItem in galleryItems if galleryItem.char == galleryCharacter]):
ValueError: max() arg is an empty sequence

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "C:\Users\royst\OneDrive\Desktop\SummerScent-0.5-pc\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\royst\OneDrive\Desktop\SummerScent-0.5-pc\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "C:\Users\royst\OneDrive\Desktop\SummerScent-0.5-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\royst\OneDrive\Desktop\SummerScent-0.5-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\royst\OneDrive\Desktop\SummerScent-0.5-pc\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\royst\OneDrive\Desktop\SummerScent-0.5-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\royst\OneDrive\Desktop\SummerScent-0.5-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\royst\OneDrive\Desktop\SummerScent-0.5-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\royst\OneDrive\Desktop\SummerScent-0.5-pc\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "C:\Users\royst\OneDrive\Desktop\SummerScent-0.5-pc\renpy\display\core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\royst\OneDrive\Desktop\SummerScent-0.5-pc\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "C:\Users\royst\OneDrive\Desktop\SummerScent-0.5-pc\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/modAdditions/modGallery.rpy", line 134, in execute
    screen sceneCharacterMenu(galleryCharacter="None"):
  File "game/modAdditions/modGallery.rpy", line 134, in execute
    screen sceneCharacterMenu(galleryCharacter="None"):
  File "game/modAdditions/modGallery.rpy", line 147, in execute
    vbox:
  File "game/modAdditions/modGallery.rpy", line 159, in execute
    if galleryPageNumber != max([galleryItem.pageNum for galleryItem in galleryItems if galleryItem.char == galleryCharacter]):
  File "<screen language>", line 159, in <module>
ValueError: max() arg is an empty sequence

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Summer Scent 0.5
Fri Jan 29 04:06:47 2021
Couldn't access the other on the gallery. im playing on PC btw.

He already answered it:

Other tab was meant to be removed, was a temporary place for me to test the new scenes. The reason for the error is because it's empty.
 

Urusaisenpai

Walkthough-mod Creators are a godsent <3
Donor
Apr 30, 2017
1,510
2,829
Either im picking completely wrong choices or this mod wont give me the Harem route not sure which.
 

lhonasm

Newbie
Aug 27, 2019
56
56
Either im picking completely wrong choices or this mod wont give me the Harem route not sure which.
There isnt harem yet in this game, few only kinda sort of haremish choices, but other than that nope. There is shown in mod (Girl1+Girl2) choices, but itsn't clear if its harem choices or not. And as I mentioned in last post here of mine there is somewhat of issue in mod of that kind of choise, wich looks important in long run for harem. No one besides developer knows it yet I believe.
Sorry for my engrish. :D
 

enfurnoh

Newbie
Aug 18, 2020
30
54
Every save I made after I loading your mod now crashes the game. Every save I made before adding your mod is fine. Mac version.
 

enfurnoh

Newbie
Aug 18, 2020
30
54
send crash report
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00action_file.rpy", line 452, in __call__
renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

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

Full traceback:
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "/Users/enfurnoh/Downloads/Guh/SummerScent.app/Contents/Resources/autorun/renpy/ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/Users/enfurnoh/Downloads/Guh/SummerScent.app/Contents/Resources/autorun/renpy/python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
$ ui.interact()
File "/Users/enfurnoh/Downloads/Guh/SummerScent.app/Contents/Resources/autorun/renpy/ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/Users/enfurnoh/Downloads/Guh/SummerScent.app/Contents/Resources/autorun/renpy/display/core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "/Users/enfurnoh/Downloads/Guh/SummerScent.app/Contents/Resources/autorun/renpy/display/core.py", line 3518, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "/Users/enfurnoh/Downloads/Guh/SummerScent.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/Users/enfurnoh/Downloads/Guh/SummerScent.app/Contents/Resources/autorun/renpy/display/transition.py", line 47, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "/Users/enfurnoh/Downloads/Guh/SummerScent.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/Users/enfurnoh/Downloads/Guh/SummerScent.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/Users/enfurnoh/Downloads/Guh/SummerScent.app/Contents/Resources/autorun/renpy/display/screen.py", line 714, in event
rv = self.child.event(ev, x, y, st)
File "/Users/enfurnoh/Downloads/Guh/SummerScent.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/Users/enfurnoh/Downloads/Guh/SummerScent.app/Contents/Resources/autorun/renpy/display/layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "/Users/enfurnoh/Downloads/Guh/SummerScent.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/Users/enfurnoh/Downloads/Guh/SummerScent.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/Users/enfurnoh/Downloads/Guh/SummerScent.app/Contents/Resources/autorun/renpy/display/behavior.py", line 962, in event
return handle_click(self.clicked)
File "/Users/enfurnoh/Downloads/Guh/SummerScent.app/Contents/Resources/autorun/renpy/display/behavior.py", line 897, in handle_click
rv = run(action)
File "/Users/enfurnoh/Downloads/Guh/SummerScent.app/Contents/Resources/autorun/renpy/display/behavior.py", line 313, in run
new_rv = run(i, *args, **kwargs)
File "/Users/enfurnoh/Downloads/Guh/SummerScent.app/Contents/Resources/autorun/renpy/display/behavior.py", line 320, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 452, in __call__
renpy.load(fn)
File "/Users/enfurnoh/Downloads/Guh/SummerScent.app/Contents/Resources/autorun/renpy/loadsave.py", line 770, in load
log.unfreeze(roots, label="_after_load")
File "/Users/enfurnoh/Downloads/Guh/SummerScent.app/Contents/Resources/autorun/renpy/python.py", line 1983, in unfreeze
self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
File "/Users/enfurnoh/Downloads/Guh/SummerScent.app/Contents/Resources/autorun/renpy/python.py", line 1815, in rollback
self.load_failed()
File "/Users/enfurnoh/Downloads/Guh/SummerScent.app/Contents/Resources/autorun/renpy/python.py", line 1733, in load_failed
raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

Darwin-20.2.0-x86_64-i386-64bit
Ren'Py 7.3.5.606
Summer Scent 0.5
Tue Feb 2 10:01:01 2021
```

When I click ignore it takes me to the start of the game and not my save.
 

myuhinny

Devoted Member
Sep 7, 2017
8,364
6,359
I noticed one spot when laying in bed with the sis there are 2 options kiss her spine or hold her tighter. Neither one has any points listed and the next one after that has nothing listed but if you click the one the MC says we're going to be together [Eve love path]

Another spot when you are outside Kelly's house when you select your going in the option she's risking hers for the both of you. It's listed just Cassie love path when it should be also Eve love path.
 
Last edited:

enfurnoh

Newbie
Aug 18, 2020
30
54
enfurnoh

Have you tried a different save file?
Yes. I tried several. In fact, I tried every save I made before and after I installed the mod. Only the ones made after mod installation crashed. I'm a software test manager for a multinational FinTech company.....
 

mpekas

Member
Jul 2, 2017
107
77
You should change [sfLovePath] to [sfSisPath] on line 716 of day3.rpy as this choice can block the thruple outcome on day 5.
 

Quinsy87

Newbie
Jul 19, 2017
89
29
So like...is there any actual way to get with sister? I've tried every variation I can think of. The only way to even get on a romantic path is to kiss Cassie, but that puts you in an automatic relationship path with her. I just want the sister ending x_x
 

GrizzlyUK

Active Member
Oct 21, 2019
539
528
Is the mod working with the new game version 5.5?
I don't see any major gameplay changes in the Changelog, just reworked UI, added achievement system, corrected some typos and corrected some render mistakes. So chances are good that this will work fine in v5.5, but please note that I'm not saying it will definately work, just saying it probably will work. If in doubt, test it and see what happens. :unsure: