Trapezio

Engaged Member
Sep 28, 2017
2,226
3,230
Wait, i thought you could do something with Maria from the pizza place? And also the Gym Teacher? But it's just same old same old. (I thought this because i watched DC's streams and i saw him drawing them naked). Am i missing something or you're not supposed to be able to do anything with them yet?
It's easy to know whether you missed anything. This is a Ren'py game: download a program called "Unren" and use it to unpack the cgs.
 
  • Like
Reactions: E-Dog

Trapezio

Engaged Member
Sep 28, 2017
2,226
3,230
Guys, if I were you, I wouldn't install any mod/patch.


Btw, I couldn't care less if you're stuck because you installed a mod and the game is broken now, of course. JUST DON'T COMPLAIN.
 
Last edited:
  • Like
Reactions: E-Dog
Nov 22, 2018
36
58
Just name them Mom and Sister really easy
Not really, because everyone else refer to them as mom and sister as well, and doesn't change the problems like "mom" still being your landlady for some reason, Debbie still being "your mom's college friend" and Erik's "landlady" either. The renaming is a half-assed "solution" at best.
 

Fission Mailed

Active Member
Modder
Nov 27, 2017
631
675
What a buggy mess lol
Kevin standing next to weight bench "Sorry, can't weight train alone" (knuckle head is standing right next the damn thing but game thinks he's gone...already have 3-4 str points)
Suddenly Roxxy's trailer is wrapped in police tape "Roxxy's trailer still on lock-down" Wait, what?? WTF do you mean STILL on lockdown? (I know from previous versions but now? not a clue lol)
Tried fishing with a worm...caught a fish on my first try except the game froze up until I hit right click to open the save menu and reset the mini-game which I then failed to catch a fish and it proceeded fine.

Hopefully they release a bugfix version in a week or so, not looking forward to a 4 month wait for another update with even more bugs. Wasn't part of the code-base update to FIX bug's? lol
 
Nov 22, 2018
36
58
Hopefully they release a bugfix version in a week or so, not looking forward to a 4 month wait for another update with even more bugs. Wasn't part of the code-base update to FIX bug's? lol
The code is still spaguetti. Just look at the fact that there's no save compatibility thanks to Erik's update. And ironically enough, it was presented in the poll options to be voted for 0.20, even though is something really urgent to fix, the worst part is that it lost the polls.
 

Saan01

Newbie
May 31, 2018
54
14
guys i have a slioght problem , whenever i try to open task list , game display this error . i am so confused . someone can help . please

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

While running game code:
  File "game/scripts/locations/map/map.rpy", line 34, in <module>
  File "game/scripts/core/systems/game.rpy", line 298, in main
  File "game/scripts/core/systems/locations.rpy", line 133, in call_screen
  File "game/scripts/core/user_interface/cellphone.rpy", line 459, in render
  File "game/scripts/core/user_interface/cellphone.rpy", line 104, in render
KeyError: u'j\nen_name'

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

Full traceback:
  File "scripts/locations/home/entrance/hallway/bedroom/dialogue.rpyc", line 1840, in script call
  File "scripts/locations/home/entrance/hallway/bedroom/bedroom.rpyc", line 86, in script call
  File "scripts/locations/home/entrance/entrance.rpyc", line 137, in script call
  File "scripts/locations/map/map.rpyc", line 34, in script
  File "C:\Users\aqees\OneDrive\Documents\EGDownloads\SummertimeSaga-0-17-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\aqees\OneDrive\Documents\EGDownloads\SummertimeSaga-0-17-0-pc\renpy\python.py", line 1912, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/scripts/locations/map/map.rpy", line 34, in <module>
  File "game/scripts/core/systems/game.rpy", line 298, in main
  File "game/scripts/core/systems/locations.rpy", line 133, in call_screen
  File "C:\Users\aqees\OneDrive\Documents\EGDownloads\SummertimeSaga-0-17-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\aqees\OneDrive\Documents\EGDownloads\SummertimeSaga-0-17-0-pc\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\aqees\OneDrive\Documents\EGDownloads\SummertimeSaga-0-17-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\aqees\OneDrive\Documents\EGDownloads\SummertimeSaga-0-17-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\aqees\OneDrive\Documents\EGDownloads\SummertimeSaga-0-17-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\aqees\OneDrive\Documents\EGDownloads\SummertimeSaga-0-17-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\aqees\OneDrive\Documents\EGDownloads\SummertimeSaga-0-17-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\aqees\OneDrive\Documents\EGDownloads\SummertimeSaga-0-17-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\aqees\OneDrive\Documents\EGDownloads\SummertimeSaga-0-17-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\aqees\OneDrive\Documents\EGDownloads\SummertimeSaga-0-17-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 "accelerator.pyx", line 108, in renpy.display.accelerator.transform_render
  File "render.pyx", line 233, in renpy.display.render.render
  File "game/scripts/core/user_interface/cellphone.rpy", line 459, in render
  File "game/scripts/core/user_interface/cellphone.rpy", line 104, in render
  File "C:\Users\aqees\OneDrive\Documents\EGDownloads\SummertimeSaga-0-17-0-pc\renpy\text\text.py", line 1377, in __init__
    self.set_text(text, scope, substitute)
  File "C:\Users\aqees\OneDrive\Documents\EGDownloads\SummertimeSaga-0-17-0-pc\renpy\text\text.py", line 1477, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
  File "C:\Users\aqees\OneDrive\Documents\EGDownloads\SummertimeSaga-0-17-0-pc\renpy\substitutions.py", line 242, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 605, in get_value
KeyError: u'j\nen_name'

Windows-8-6.2.9200
Ren'Py 7.0.0.196
SummertimeSaga 0.17.0
Mon Nov 26 22:32:31 2018
 

richuncle

New Member
Jul 15, 2017
5
0
I appear to be stuck in the Dianne storyline. I think I was given a pie to deliver to her but she is always in her shed working on her third order and tired and there is no other way for me to interact with her.
 
Last edited:
4.00 star(s) 379 Votes