no one here
Active Member
- May 15, 2017
- 892
- 190
- 246
Probably a couple of days, hopefully...any hope for another bugfixing version soon ?
thanks for clarifying that, the way it was worded made me wonder if it had a selection during new game that would move to end of 15.3, i see now that would have missed the new content.By playing the new content, which you'll have to do by yourself. Roxxy's story starts by her standing on the 2nd floor of the school. Of course the game is the same but you don't have to engange in any of the old stories (except some basic content and stats grinds you'll have to do).
This should have all the scenes for the cookie jar.Anyone got that thingy that unlocks all JAr scenes for new version?![]()
...just shift+o then write unlock_all_scenes() and your good to go =D
It did not workThis should have all the scenes for the cookie jar.
Unzip & place in the save folder.
C:\Users\%USERNAME%\AppData\Roaming\RenPy\SummertimeSaga
Works fine for me.This should have all the scenes for the cookie jar.
Unzip & place in the save folder.
C:\Users\%USERNAME%\AppData\Roaming\RenPy\SummertimeSaga
It's Captain Terry, the fisherman/bartender guy.I can't find the dude in pier that makes fake ID please help!
I'm sorry, but an uncaught exception occurred.
While loading <'Image' u'backgrounds/location_dealership_indoor.jpg'>:
File "game/scripts/characters/josephine/button_dealership.rpy", line 114, in <module>
File "game/scripts/core/systems/game.rpy", line 260, in main
File "game/scripts/core/systems/locations.rpy", line 93, in call_screen
IOError: Couldn't find file 'backgrounds/location_dealership_indoor.jpg'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "scripts/characters/josephine/button_dealership.rpyc", line 114, in script
File "C:\Users\SmartMedia\Downloads\SummertimeSaga-0.16.0-pc\SummertimeSaga-0.16.0-pc\renpy\ast.py", line 862, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\SmartMedia\Downloads\SummertimeSaga-0.16.0-pc\SummertimeSaga-0.16.0-pc\renpy\python.py", line 1912, in py_exec_bytecode
exec bytecode in globals, locals
File "game/scripts/characters/josephine/button_dealership.rpy", line 114, in <module>
File "game/scripts/core/systems/game.rpy", line 260, in main
File "game/scripts/core/systems/locations.rpy", line 93, in call_screen
File "C:\Users\SmartMedia\Downloads\SummertimeSaga-0.16.0-pc\SummertimeSaga-0.16.0-pc\renpy\exports.py", line 2710, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "C:\Users\SmartMedia\Downloads\SummertimeSaga-0.16.0-pc\SummertimeSaga-0.16.0-pc\renpy\ui.py", line 287, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\SmartMedia\Downloads\SummertimeSaga-0.16.0-pc\SummertimeSaga-0.16.0-pc\renpy\display\core.py", line 2649, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\SmartMedia\Downloads\SummertimeSaga-0.16.0-pc\SummertimeSaga-0.16.0-pc\renpy\display\core.py", line 3132, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "C:\Users\SmartMedia\Downloads\SummertimeSaga-0.16.0-pc\SummertimeSaga-0.16.0-pc\renpy\display\core.py", line 2055, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 485, in renpy.display.render.render_screen
File "render.pyx", line 233, in renpy.display.render.render
File "C:\Users\SmartMedia\Downloads\SummertimeSaga-0.16.0-pc\SummertimeSaga-0.16.0-pc\renpy\display\layout.py", line 717, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 145, in renpy.display.render.render
File "render.pyx", line 233, in renpy.display.render.render
File "C:\Users\SmartMedia\Downloads\SummertimeSaga-0.16.0-pc\SummertimeSaga-0.16.0-pc\renpy\display\layout.py", line 717, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 145, in renpy.display.render.render
File "render.pyx", line 233, in renpy.display.render.render
File "C:\Users\SmartMedia\Downloads\SummertimeSaga-0.16.0-pc\SummertimeSaga-0.16.0-pc\renpy\display\layout.py", line 717, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 145, in renpy.display.render.render
File "render.pyx", line 233, in renpy.display.render.render
File "C:\Users\SmartMedia\Downloads\SummertimeSaga-0.16.0-pc\SummertimeSaga-0.16.0-pc\renpy\display\screen.py", line 669, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 145, in renpy.display.render.render
File "render.pyx", line 233, in renpy.display.render.render
File "C:\Users\SmartMedia\Downloads\SummertimeSaga-0.16.0-pc\SummertimeSaga-0.16.0-pc\renpy\display\layout.py", line 717, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 145, in renpy.display.render.render
File "render.pyx", line 233, in renpy.display.render.render
File "C:\Users\SmartMedia\Downloads\SummertimeSaga-0.16.0-pc\SummertimeSaga-0.16.0-pc\renpy\display\im.py", line 580, in render
return cache.get(self, render=True)
File "C:\Users\SmartMedia\Downloads\SummertimeSaga-0.16.0-pc\SummertimeSaga-0.16.0-pc\renpy\display\im.py", line 266, in get
surf = image.load()
File "C:\Users\SmartMedia\Downloads\SummertimeSaga-0.16.0-pc\SummertimeSaga-0.16.0-pc\renpy\display\im.py", line 625, in load
surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
File "C:\Users\SmartMedia\Downloads\SummertimeSaga-0.16.0-pc\SummertimeSaga-0.16.0-pc\renpy\loader.py", line 555, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'backgrounds/location_dealership_indoor.jpg'.
Windows-7-6.1.7601-SP1
Ren'Py 7.0.0.196
SummertimeSaga 0.16.0
Thu Jul 26 17:26:36 2018
Has anyone else been having trouble getting the 2nd Henchmen scene to trigger with Debbie? It's been days and still no luck for me. Any one know how to edit the save file so I can make it trigger?
Someone posted earlier that you just need to go back the next day to convince her.Code:I'm sorry, but an uncaught exception occurred. While loading <'Image' u'backgrounds/location_dealership_indoor.jpg'>: File "game/scripts/characters/josephine/button_dealership.rpy", line 114, in <module> File "game/scripts/core/systems/game.rpy", line 260, in main File "game/scripts/core/systems/locations.rpy", line 93, in call_screen IOError: Couldn't find file 'backgrounds/location_dealership_indoor.jpg'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "scripts/characters/josephine/button_dealership.rpyc", line 114, in script File "C:\Users\SmartMedia\Downloads\SummertimeSaga-0.16.0-pc\SummertimeSaga-0.16.0-pc\renpy\ast.py", line 862, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\SmartMedia\Downloads\SummertimeSaga-0.16.0-pc\SummertimeSaga-0.16.0-pc\renpy\python.py", line 1912, in py_exec_bytecode exec bytecode in globals, locals File "game/scripts/characters/josephine/button_dealership.rpy", line 114, in <module> File "game/scripts/core/systems/game.rpy", line 260, in main File "game/scripts/core/systems/locations.rpy", line 93, in call_screen File "C:\Users\SmartMedia\Downloads\SummertimeSaga-0.16.0-pc\SummertimeSaga-0.16.0-pc\renpy\exports.py", line 2710, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward) File "C:\Users\SmartMedia\Downloads\SummertimeSaga-0.16.0-pc\SummertimeSaga-0.16.0-pc\renpy\ui.py", line 287, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\Users\SmartMedia\Downloads\SummertimeSaga-0.16.0-pc\SummertimeSaga-0.16.0-pc\renpy\display\core.py", line 2649, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "C:\Users\SmartMedia\Downloads\SummertimeSaga-0.16.0-pc\SummertimeSaga-0.16.0-pc\renpy\display\core.py", line 3132, in interact_core self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn) File "C:\Users\SmartMedia\Downloads\SummertimeSaga-0.16.0-pc\SummertimeSaga-0.16.0-pc\renpy\display\core.py", line 2055, in draw_screen renpy.config.screen_height, File "render.pyx", line 485, in renpy.display.render.render_screen File "render.pyx", line 233, in renpy.display.render.render File "C:\Users\SmartMedia\Downloads\SummertimeSaga-0.16.0-pc\SummertimeSaga-0.16.0-pc\renpy\display\layout.py", line 717, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 145, in renpy.display.render.render File "render.pyx", line 233, in renpy.display.render.render File "C:\Users\SmartMedia\Downloads\SummertimeSaga-0.16.0-pc\SummertimeSaga-0.16.0-pc\renpy\display\layout.py", line 717, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 145, in renpy.display.render.render File "render.pyx", line 233, in renpy.display.render.render File "C:\Users\SmartMedia\Downloads\SummertimeSaga-0.16.0-pc\SummertimeSaga-0.16.0-pc\renpy\display\layout.py", line 717, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 145, in renpy.display.render.render File "render.pyx", line 233, in renpy.display.render.render File "C:\Users\SmartMedia\Downloads\SummertimeSaga-0.16.0-pc\SummertimeSaga-0.16.0-pc\renpy\display\screen.py", line 669, in render child = renpy.display.render.render(self.child, w, h, st, at) File "render.pyx", line 145, in renpy.display.render.render File "render.pyx", line 233, in renpy.display.render.render File "C:\Users\SmartMedia\Downloads\SummertimeSaga-0.16.0-pc\SummertimeSaga-0.16.0-pc\renpy\display\layout.py", line 717, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 145, in renpy.display.render.render File "render.pyx", line 233, in renpy.display.render.render File "C:\Users\SmartMedia\Downloads\SummertimeSaga-0.16.0-pc\SummertimeSaga-0.16.0-pc\renpy\display\im.py", line 580, in render return cache.get(self, render=True) File "C:\Users\SmartMedia\Downloads\SummertimeSaga-0.16.0-pc\SummertimeSaga-0.16.0-pc\renpy\display\im.py", line 266, in get surf = image.load() File "C:\Users\SmartMedia\Downloads\SummertimeSaga-0.16.0-pc\SummertimeSaga-0.16.0-pc\renpy\display\im.py", line 625, in load surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename) File "C:\Users\SmartMedia\Downloads\SummertimeSaga-0.16.0-pc\SummertimeSaga-0.16.0-pc\renpy\loader.py", line 555, in load raise IOError("Couldn't find file '%s'." % name) IOError: Couldn't find file 'backgrounds/location_dealership_indoor.jpg'. Windows-7-6.1.7601-SP1 Ren'Py 7.0.0.196 SummertimeSaga 0.16.0 Thu Jul 26 17:26:36 2018
when i'm about to get an insurance from the ladie by convincing her i get this
pls help
I have the same bug. Does anyone know how to fix this? Maybe a console command to teleport to the coach's office or a way to bypass it similar to the car dealership bug?In MrsBissette quest I had a bug, where I need to convince Roxxy to take exam. Quests with homework and pom poms are triggering together, when I take homework I can't give it to her because she starts pom pom quest when I talk to her again. So I can't complete pom pom because I didn't give homework and I can't give homework because I didn't complete pom pom. Help \_(*0*)_/ p/s Sorryformyenglish