Mod Ren'Py Abandoned SummertimeSaga 0.17.5 - Ikarumod V1

5.00 star(s) 1 Vote

polorsport

Newbie
Jun 3, 2017
37
5
I can't seem to get 14.5 saves to work with 14.5.2. I was using this mod with cheats enabled.

I tried starting a new gaming saving to create the saves folder. And dragging, and dropping all my previous saves into the new save folder.

But, the game just crashes when I try to load any previous save.

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

While running game code:
  File "renpy/common/00action_file.rpy", line 427, in __call__
    renpy.load(fn)
AttributeError: 'StoreModule' object has no attribute 'Shower'

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\ast.py", line 814, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\python.py", line 1719, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_main_menu.rpym", line 30, in <module>
    ui.interact()
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\ui.py", line 285, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\display\core.py", line 2526, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\display\core.py", line 3204, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\display\screen.py", line 651, in event
    rv = self.child.event(ev, x, y, st)
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\display\behavior.py", line 889, in event
    return handle_click(self.clicked)
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\display\behavior.py", line 824, in handle_click
    rv = run(action)
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\display\behavior.py", line 306, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 427, in __call__
    renpy.load(fn)
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\loadsave.py", line 593, in load
    roots, log = loads(location.load(filename))
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\loadsave.py", line 61, in loads
    return pickle.loads(s)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 1382, in loads
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 858, in load
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 1090, in load_global
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 1126, in find_class
AttributeError: 'StoreModule' object has no attribute 'Shower'

Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
SummertimeSaga 0.14.52
 

ikaruga

Well-Known Member
Modder
Respected User
Donor
Aug 11, 2016
1,191
2,505
I can't seem to get 14.5 saves to work with 14.5.2. I was using this mod with cheats enabled.

I tried starting a new gaming saving to create the saves folder. And dragging, and dropping all my previous saves into the new save folder.

But, the game just crashes when I try to load any previous save.

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

While running game code:
  File "renpy/common/00action_file.rpy", line 427, in __call__
    renpy.load(fn)
AttributeError: 'StoreModule' object has no attribute 'Shower'

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\ast.py", line 814, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\python.py", line 1719, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_main_menu.rpym", line 30, in <module>
    ui.interact()
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\ui.py", line 285, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\display\core.py", line 2526, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\display\core.py", line 3204, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\display\screen.py", line 651, in event
    rv = self.child.event(ev, x, y, st)
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\display\behavior.py", line 889, in event
    return handle_click(self.clicked)
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\display\behavior.py", line 824, in handle_click
    rv = run(action)
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\display\behavior.py", line 306, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 427, in __call__
    renpy.load(fn)
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\loadsave.py", line 593, in load
    roots, log = loads(location.load(filename))
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\loadsave.py", line 61, in loads
    return pickle.loads(s)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 1382, in loads
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 858, in load
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 1090, in load_global
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 1126, in find_class
AttributeError: 'StoreModule' object has no attribute 'Shower'

Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
SummertimeSaga 0.14.52

Damned extact, the shower module is renamed by showerClass.
Sorry, then savegames are not that compatible...
I didn't detect any variable change, but did know that even the modules are into savegame
Sorry bro
 
  • Like
Reactions: Gio and polorsport

Anon4321

Conversation Conqueror
Jun 24, 2017
6,699
5,236
Started a new game with your latest mod went to go fishing and got this

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

While running game code:
  File "game/scripts/pier/fishing_minigame/fishing_minigame.rpy", line 74, in script
    call screen fishing_minigame(bait)
  File "renpy/common/000statements.rpy", line 471, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/scripts/pier/fishing_minigame/screens.rpy", line 380, in execute
    screen fishing_minigame(bait):
  File "game/scripts/pier/fishing_minigame/screens.rpy", line 380, in execute
    screen fishing_minigame(bait):
  File "game/scripts/pier/fishing_minigame/screens.rpy", line 381, in execute
    add Fishing(bait)
  File "game/scripts/pier/fishing_minigame/screens.rpy", line 131, in __init__
    self._hook_ypos = self._bait_presets[self._bait]["ypos"]
KeyError: u''

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

Full traceback:
  File "game/scripts/pier/fishing_minigame/fishing_minigame.rpy", line 74, in script
    call screen fishing_minigame(bait)
  File "C:\Users\*********************\Desktop\SummertimeSaga-0.14.52-pc\renpy\ast.py", line 1706, in execute
    self.call("execute")
  File "C:\Users\*********************\Desktop\SummertimeSaga-0.14.52-pc\renpy\ast.py", line 1724, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\*********************\Desktop\SummertimeSaga-0.14.52-pc\renpy\statements.py", line 145, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 471, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "C:\Users\*********************\Desktop\SummertimeSaga-0.14.52-pc\renpy\exports.py", line 2526, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\*********************\Desktop\SummertimeSaga-0.14.52-pc\renpy\ui.py", line 285, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\*********************\Desktop\SummertimeSaga-0.14.52-pc\renpy\display\core.py", line 2538, in interact
    scene_lists.replace_transient()
  File "C:\Users\*********************\Desktop\SummertimeSaga-0.14.52-pc\renpy\display\core.py", line 822, in replace_transient
    self.remove(layer, tag)
  File "C:\Users\*********************\Desktop\SummertimeSaga-0.14.52-pc\renpy\display\core.py", line 1107, in remove
    self.hide_or_replace(layer, remove_index, "hide")
  File "C:\Users\*********************\Desktop\SummertimeSaga-0.14.52-pc\renpy\display\core.py", line 1031, in hide_or_replace
    d = oldsle.displayable._hide(now - st, now - at, prefix)
  File "C:\Users\*********************\Desktop\SummertimeSaga-0.14.52-pc\renpy\display\screen.py", line 443, in _hide
    self.update()
  File "C:\Users\*********************\Desktop\SummertimeSaga-0.14.52-pc\renpy\display\screen.py", line 578, in update
    self.screen.function(**self.scope)
  File "game/scripts/pier/fishing_minigame/screens.rpy", line 380, in execute
    screen fishing_minigame(bait):
  File "game/scripts/pier/fishing_minigame/screens.rpy", line 380, in execute
    screen fishing_minigame(bait):
  File "game/scripts/pier/fishing_minigame/screens.rpy", line 381, in execute
    add Fishing(bait)
  File "<screen language>", line 381, in <module>
  File "game/scripts/pier/fishing_minigame/screens.rpy", line 131, in __init__
    self._hook_ypos = self._bait_presets[self._bait]["ypos"]
KeyError: u''

Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
SummertimeSaga 0.14.52
 

Kebaboni

New Member
Jul 1, 2017
13
11
Is fast forwarding working for you guys? Do I fast forward with CTRL as normally? Started a brand new game on the latest version with Ikarumod but fast forwarding doesn't seem to work...
 

JC9750

Member
Sep 18, 2017
113
14
I have a problem. the game says that I need to go cuddle with the mom for first time, but at the same time the sis is watching porn on tv so I can not go to the mothers room and I can not sleep in my own bed. anyone that can help me out?
 

Gio

Member
Modder
Aug 12, 2016
325
310
I have a problem. the game says that I need to go cuddle with the mom for first time, but at the same time the sis is watching porn on tv so I can not go to the mothers room and I can not sleep in my own bed. anyone that can help me out?
got that too i think wt i did was open console and write
jump bedroom or jump mom(s)_bedroom (not sure about that s u gotta try )
 

sunday

Newbie
Sep 2, 2017
61
22
I can't seem to get 14.5 saves to work with 14.5.2. I was using this mod with cheats enabled.

I tried starting a new gaming saving to create the saves folder. And dragging, and dropping all my previous saves into the new save folder.

But, the game just crashes when I try to load any previous save.

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

While running game code:
  File "renpy/common/00action_file.rpy", line 427, in __call__
    renpy.load(fn)
AttributeError: 'StoreModule' object has no attribute 'Shower'

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\ast.py", line 814, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\python.py", line 1719, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_main_menu.rpym", line 30, in <module>
    ui.interact()
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\ui.py", line 285, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\display\core.py", line 2526, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\display\core.py", line 3204, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\display\screen.py", line 651, in event
    rv = self.child.event(ev, x, y, st)
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\display\behavior.py", line 889, in event
    return handle_click(self.clicked)
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\display\behavior.py", line 824, in handle_click
    rv = run(action)
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\display\behavior.py", line 306, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 427, in __call__
    renpy.load(fn)
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\loadsave.py", line 593, in load
    roots, log = loads(location.load(filename))
  File "E:\SummertimeSaga-0.14.52-pc\SummertimeSaga-0.14.51-pc\renpy\loadsave.py", line 61, in loads
    return pickle.loads(s)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 1382, in loads
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 858, in load
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 1090, in load_global
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 1126, in find_class
AttributeError: 'StoreModule' object has no attribute 'Shower'

Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
SummertimeSaga 0.14.52
I added the mod files and the above error went away. I had tried to load a save from 0.14.5 with mods into the 0.14.5.2 version
 

JASON KÜL

New Member
May 15, 2017
11
5
what am i doing wrong? i cant get the mod work. It says im runnin the mod but for example "skip" mode dont work...
 

sunday

Newbie
Sep 2, 2017
61
22
So I get the error `TypeError: string indices must be integers` (stack trace attached) from apparently the below line

for name in fish:
fish[name].reset()

I tried changing the usage of the variable fish (since it was apparently changing to String somewhere) to fish_name in `scripts/pier/pier.rpy` as follows
566-574
"Seatrout":
$ fish_name = "Seatrout"
"Snapper":

$ fish_name = "Snapper"
"Mackerel":

$ fish_name = "Mackerel"
"Nevermind":


and
589-595
if fish_name == "Seatrout":
show terry 5
$ inventory.items.append(seatrout)
elif fish_name == "Snapper":
show terry 6
$ inventory.items.append(snapper)
elif fish_name == "Mackerel":


but I was unable to see the same changes when I ran the game. Is this because of the pier.rpyc file? Deleting it didn't help (I thought it would regenerate it or something). How do I go about debugging this?
 

Eoin

The Bug Hunter
Moderator
Donor
Feb 21, 2017
1,232
4,852
What are the roll back and developer mode ?
Roll-back is being able to scroll back through previously seen text, and dev mode is Shift+D, meaning you can see the variable viewer, and other things a dev may need.
 
  • Like
Reactions: dutchpete

YFeyn

Newbie
Mar 12, 2017
87
62
What features exactly does the mod have if I may ask? I get the message that I am playing the modded version when starting a new game but besides that I did not notice anything different.
 
Last edited:

ikaruga

Well-Known Member
Modder
Respected User
Donor
Aug 11, 2016
1,191
2,505
So I get the error `TypeError: string indices must be integers` (stack trace attached) from apparently the below line

for name in fish:
fish[name].reset()

I tried changing the usage of the variable fish (since it was apparently changing to String somewhere) to fish_name in `scripts/pier/pier.rpy` as follows
566-574
"Seatrout":
$ fish_name = "Seatrout"
"Snapper":

$ fish_name = "Snapper"
"Mackerel":

$ fish_name = "Mackerel"
"Nevermind":


and
589-595
if fish_name == "Seatrout":
show terry 5
$ inventory.items.append(seatrout)
elif fish_name == "Snapper":
show terry 6
$ inventory.items.append(snapper)
elif fish_name == "Mackerel":


but I was unable to see the same changes when I ran the game. Is this because of the pier.rpyc file? Deleting it didn't help (I thought it would regenerate it or something). How do I go about debugging this?
Didn't get theses errors. There are changes from 14.5 to 14.5.2 with variables related to fishes, but as my mod didn't change anything here, i don't understant why there is a bug. Maybe dev bug, not mod related.

and how do i gain stats fast with mod?
When you play maze in your computer, you can skip game and get int+3
Workout get +2 str instead of 1
You can skip rap battle with cheats ingame to get chr+3

What are the roll back and developer mode ?
Rollback allow to rewind time / decision. dev mode allow to debug game by showing variables

What features exactly does the mod have if I may ask? I get the message that I am playing the modded version when starting a new game but besides that I did not notice anything different.
  • Cheat mode enabled without having to start with cheat mode
  • You get money instead of spend them
  • You can't choose wrong donut
  • You get stats bonuses when doing stats related activities
  • Game get faster as you can skip things
  • Game start faster because no loading screen
  • Debug mode + rollback activated
 
  • Like
Reactions: Gio

Thjis

Member
May 19, 2017
393
190
Running the mod from yesterday, going to try the new mod latter. Anyone know new console commands. Not able to get built in cheats to work nor console commands or developer mode. Dc has changed alot of the underlying code. This is at least the third time the codes have changed
 

Thjis

Member
May 19, 2017
393
190
I was using last nights mod with the yesterday's summertime release and not getting the errors. I am understanding that the new mod is a little buggy at this time?
 
5.00 star(s) 1 Vote