jowishg

Yare yare dawa (ง •̀_•́)ง
Donor
May 6, 2018
2,500
4,266
The endless cycle of Patron development, where everyone bitches that the the update hasn't dropped.
Until it's there and then everyone bitches that it's too short, their favorite character didn't get any love and the dev clearly doesn't deserve all that money they're making.

On a more serious note, any major bugs or broken content?
Should I dive in or wait for some fixes?
Didn't get any bugs even with old saves from 0.20.1, I've only played through the main story though, didn't try the many characters routes from the previous updates
 
  • Like
Reactions: DownTheDrain

krotonor

Newbie
Dec 31, 2018
23
18
I'm trying to swim in the pool but Cassie stops me and says to change in the medic room, when I try to do that she stops me again to say that I can't change in there
 

Tjock

Member
Jun 4, 2018
216
112
Haven't played this game for a few updates, do you still have to start a new save every update?
 

jvdw92

Member
Sep 30, 2019
377
65
Do you have any save files for all time lines
Like if you decide helen or the grip next door or your friends mom or girlfriend???
 

SSBBSNAKE

Active Member
Jul 27, 2017
718
1,602
This update was a mess, the good girls only one scene each, no 3some with maria and tony (he lays in the couch like a corpse) tina a quickie in the bank, nothing more nothing less, melonia is a goddamn sex starved slut, for iwanka in my humble opinion we saw a little character development from rich girl to cool rich girl (no girl i know stays in a "party" after being called slut) and after becoming preggo she doesnt become a bitch like her mom does; forgot no preggo sex for no one in this update, the good thing is the police girl is now in the house, so that would be a good chance to make some story for her
 

Balpheron

Member
Jun 1, 2020
401
519
Been looking forward to a new update :)
Awesome work. Thanks to the uploader!

To those that complain about the update being too short, here is my first impression of the Kompas team.
- The team behind is semi-professional.
- They're organized and work well together.
- Their goals are visible for all to see and the progress they make on it.
- They deliver.
- All the content is original and of excellent quality.
- Patrons can impact some of the content, but not the storyline.

I would get it if you said "Aww dang, such good content but so little of it. They should consider hiring more help to reach their goals faster." Or something like that. But as an earlier poster pointed out, even though they might make a good amount, gross income isn't the same as net income.
That's my rant - signing off.
 

bakasto

Member
Apr 22, 2017
142
767
Haven't played this game for a few updates, do you still have to start a new save every update?
Not a case in like 3 last updates
But you have to load the save from the version before new one (20.1) and for best results load from map screen or MC bedroom
Some this will be reset and you have to replay them as they were incorporated to main story
 

DownTheDrain

Well-Known Member
Donor
Aug 25, 2017
1,731
3,823
Yeah, shit tier game is #1 pron and top 5 overall for the last 3+ years. Let's see some less shitty game manage that
Don't bother, it's the same for pretty much every single popular patreon project.
Every update sucks, every game had so much potential but then went to shit, every dev is just milking it.

Let them bitch, it's not like any dev would read through all of this and take it to heart.
 

CarolusRex

Member
Jul 10, 2018
193
70
Tried to make a save in 20.1 but now my map crashes due to no cookie jar pics.

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

While loading <'Image' u'cookie_jar/cookie_jar_40.png'>:
  File "game/scripts/locations/map/map.rpy", line 15, in <module>
  File "game/scripts/core/systems/game.rpy", line 364, in main
    player.location.call_screen(*call_screen_args)
  File "game/scripts/core/systems/locations/locations.rpy", line 268, in call_screen
    renpy.call_screen("ui")
IOError: Couldn't find file 'cookie_jar/cookie_jar_40.png'.

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

Full traceback:
  File "scripts/locations/map/map.rpyc", line 15, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 79, in script call
  File "scripts/locations/mia_s_house/mia_s_house.rpyc", line 16, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 79, in script call
  File "scripts/locations/mia_s_house/mia_s_house.rpyc", line 19, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 79, in script call
  File "scripts/locations/mia_s_house/mia_s_house.rpyc", line 16, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 79, in script call
  File "scripts/locations/mia_s_house/mia_s_entrance/mia_s_entrance.rpyc", line 43, in script call
  File "scripts/locations/map/map.rpyc", line 15, in script
  File "D:\Temporary\Games\SummertimeSaga-0-20-1-pc\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Temporary\Games\SummertimeSaga-0-20-1-pc\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/scripts/locations/map/map.rpy", line 15, in <module>
  File "game/scripts/core/systems/game.rpy", line 364, in main
    player.location.call_screen(*call_screen_args)
  File "game/scripts/core/systems/locations/locations.rpy", line 268, in call_screen
    renpy.call_screen("ui")
  File "D:\Temporary\Games\SummertimeSaga-0-20-1-pc\renpy\exports.py", line 2905, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "D:\Temporary\Games\SummertimeSaga-0-20-1-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Temporary\Games\SummertimeSaga-0-20-1-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\Temporary\Games\SummertimeSaga-0-20-1-pc\renpy\display\core.py", line 3194, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "D:\Temporary\Games\SummertimeSaga-0-20-1-pc\renpy\display\core.py", line 2094, in draw_screen
    renpy.config.screen_height,
  File "renpy/display/render.pyx", line 490, in renpy.display.render.render_screen (gen\renpy.display.render.c:6805)
    rv = render(root, width, height, st, st)
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "D:\Temporary\Games\SummertimeSaga-0-20-1-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "D:\Temporary\Games\SummertimeSaga-0-20-1-pc\renpy\display\transition.py", line 361, in render
    top = render(self.new_widget, width, height, st, at)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "D:\Temporary\Games\SummertimeSaga-0-20-1-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "D:\Temporary\Games\SummertimeSaga-0-20-1-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "D:\Temporary\Games\SummertimeSaga-0-20-1-pc\renpy\display\screen.py", line 675, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "D:\Temporary\Games\SummertimeSaga-0-20-1-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "D:\Temporary\Games\SummertimeSaga-0-20-1-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "D:\Temporary\Games\SummertimeSaga-0-20-1-pc\renpy\display\layout.py", line 336, in render
    surf = render(self.child, width, height, st, at)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "D:\Temporary\Games\SummertimeSaga-0-20-1-pc\renpy\display\im.py", line 583, in render
    return cache.get(self, render=True)
  File "D:\Temporary\Games\SummertimeSaga-0-20-1-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "D:\Temporary\Games\SummertimeSaga-0-20-1-pc\renpy\display\im.py", line 628, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "D:\Temporary\Games\SummertimeSaga-0-20-1-pc\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'cookie_jar/cookie_jar_40.png'.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
SummertimeSaga 0.20.1
Tue Sep 08 20:09:02 2020
 

jowishg

Yare yare dawa (ง •̀_•́)ง
Donor
May 6, 2018
2,500
4,266
Funny that the ones shitting on the game and complaining about DC making money are always here day one playing the game for free :)

Btw stop asking for a full save file, there is a link to a thread in the OP for it...
 

mrpopo69

Member
Aug 10, 2019
191
369
Solid update, only wish the effort put into Tina and Maria was already done so they could have fleshed out Mel and Iwanka. Iwanka got good amount of attention. Melonia was really lacking sadly because she is put aside to the main story. Consuela last year got more sex scenes than both Rump mother and daughter put together which is a different travesty
 

DownTheDrain

Well-Known Member
Donor
Aug 25, 2017
1,731
3,823
Funny that the ones shitting on the game and complaining about DC making money are always here day one playing the game for free :)))
Even funnier that the ones bitching about how much money devs make are doing it here instead of the Patreon.
If you're not paying why would you care about the money side and if you are paying why are you posting your complaints on a piracy forum?
 

jowishg

Yare yare dawa (ง •̀_•́)ง
Donor
May 6, 2018
2,500
4,266
Solid update, only wish the effort put into Tina and Maria was already done so they could have fleshed out Mel and Iwanka. Iwanka got good amount of attention. Melonia was really lacking sadly because she is put aside to the main story. Consuela last year got more sex scenes than both Rump mother and daughter put together which is a different travesty
Yep I agree, good update I just hoped they put more content for Iwanka and Melonia (especially her even though she has a variation) instead of a scene for Maria who already has enough as it is. Tina had only one scene so i guess it's ok to put one more.


Even funnier that the ones bitching about how much money devs make are doing it here instead of the Patreon.
If you're not paying why would you care about the money side and if you are paying why are you posting your complaints on a piracy forum?
Yeah not liking the update and all is ok but bitching "lol it's shit" after fapping is kinda sad. Patreons seem to be ok with large gaps between updates, they are the ones who voted for a slower dev in a poll after all so
 
  • Like
Reactions: XJ347
4.00 star(s) 365 Votes