Nevermind, i extracted the files, and used this in console, jump mom_lotion_funI'm stuck at where the mom asks to fetch the lotion. As as soon as i pick up the lotion, it doesn't appear in the inventory. When i try to go to the basement, it wants me to go look for the lotion, but its no longer there in the dresser. Is there a console work around for this?
Well, she got a tiny new scene at least.Sigh I was hoping for at least a little update for Mia, I knew it wasn't gonna happen, but I think I'm still sore over how much her route sucked.
Not sure if I should get excited or not.Well, she got a tiny new scene at least.
Absolutely.The last time I played this, it was around version 0.10.5 - 0.11.0. Has it changed for the better since then that makes it worth playing?
Look the post-it on the bottom-right of the screenAnyone knows the password to my PC?
God, it was so obvious... ThanksLook the post-it on the bottom-right of the screen
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/pier/fishing_minigame/fishing_minigame.rpy", line 67, in script
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
File "game/scripts/pier/fishing_minigame/screens.rpy", line 380, in execute
File "game/scripts/pier/fishing_minigame/screens.rpy", line 381, in execute
File "game/scripts/pier/fishing_minigame/screens.rpy", line 135, in __init__
TypeError: string indices must be integers
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/scripts/pier/fishing_minigame/fishing_minigame.rpy", line 67, in script
File "D:\temp\vNovel\00_Summertime\renpy\ast.py", line 1706, in execute
self.call("execute")
File "D:\temp\vNovel\00_Summertime\renpy\ast.py", line 1724, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "D:\temp\vNovel\00_Summertime\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 "D:\temp\vNovel\00_Summertime\renpy\exports.py", line 2526, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "D:\temp\vNovel\00_Summertime\renpy\ui.py", line 285, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\temp\vNovel\00_Summertime\renpy\display\core.py", line 2538, in interact
scene_lists.replace_transient()
File "D:\temp\vNovel\00_Summertime\renpy\display\core.py", line 822, in replace_transient
self.remove(layer, tag)
File "D:\temp\vNovel\00_Summertime\renpy\display\core.py", line 1107, in remove
self.hide_or_replace(layer, remove_index, "hide")
File "D:\temp\vNovel\00_Summertime\renpy\display\core.py", line 1031, in hide_or_replace
d = oldsle.displayable._hide(now - st, now - at, prefix)
File "D:\temp\vNovel\00_Summertime\renpy\display\screen.py", line 443, in _hide
self.update()
File "D:\temp\vNovel\00_Summertime\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
File "game/scripts/pier/fishing_minigame/screens.rpy", line 380, in execute
File "game/scripts/pier/fishing_minigame/screens.rpy", line 381, in execute
File "<screen language>", line 381, in <module>
File "game/scripts/pier/fishing_minigame/screens.rpy", line 135, in __init__
TypeError: string indices must be integers
Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
SummertimeSaga 0.14.5
This patch reworks stuff from pretty much the beginning. So no way to even do that.Game won't play. Way too many script errors from multiple save locations after updating from previous version. Looks like none of my previous saves work.
I see it says "previous saves won't work," does this mean EVERY version update? It almost makes no sense to play up to the latest patch only to have to restart ALL over again for a little content update. RIP
One way to solve would be if someone has a save up to the previous patch possible?
yeah me too, i cant continue in the quest for aqua scenes :lAnybody else getting this crash when going fishing v14.5?
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/scripts/pier/fishing_minigame/fishing_minigame.rpy", line 67, in script 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 File "game/scripts/pier/fishing_minigame/screens.rpy", line 380, in execute File "game/scripts/pier/fishing_minigame/screens.rpy", line 381, in execute File "game/scripts/pier/fishing_minigame/screens.rpy", line 135, in __init__ TypeError: string indices must be integers -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/scripts/pier/fishing_minigame/fishing_minigame.rpy", line 67, in script File "D:\temp\vNovel\00_Summertime\renpy\ast.py", line 1706, in execute self.call("execute") File "D:\temp\vNovel\00_Summertime\renpy\ast.py", line 1724, in call return renpy.statements.call(method, parsed, *args, **kwargs) File "D:\temp\vNovel\00_Summertime\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 "D:\temp\vNovel\00_Summertime\renpy\exports.py", line 2526, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward) File "D:\temp\vNovel\00_Summertime\renpy\ui.py", line 285, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "D:\temp\vNovel\00_Summertime\renpy\display\core.py", line 2538, in interact scene_lists.replace_transient() File "D:\temp\vNovel\00_Summertime\renpy\display\core.py", line 822, in replace_transient self.remove(layer, tag) File "D:\temp\vNovel\00_Summertime\renpy\display\core.py", line 1107, in remove self.hide_or_replace(layer, remove_index, "hide") File "D:\temp\vNovel\00_Summertime\renpy\display\core.py", line 1031, in hide_or_replace d = oldsle.displayable._hide(now - st, now - at, prefix) File "D:\temp\vNovel\00_Summertime\renpy\display\screen.py", line 443, in _hide self.update() File "D:\temp\vNovel\00_Summertime\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 File "game/scripts/pier/fishing_minigame/screens.rpy", line 380, in execute File "game/scripts/pier/fishing_minigame/screens.rpy", line 381, in execute File "<screen language>", line 381, in <module> File "game/scripts/pier/fishing_minigame/screens.rpy", line 135, in __init__ TypeError: string indices must be integers Windows-8-6.2.9200 Ren'Py 6.99.12.4.2187 SummertimeSaga 0.14.5
I would wait until the 14.5.1 update today which will be more stable.The last time I played this, it was around version 0.10.5 - 0.11.0. Has it changed for the better since then that makes it worth playing?