Jonboy80

Active Member
Dec 8, 2017
766
780
i hear this a lot recently and the more often i think about it what does summertime take so long to make ? its rly not some super high quality 3d ? the coding ?? i rly dont get it other devs bring out updates so much faster which look like they have to do at least twice or thrice as much work as for summertime
It's the actual 2D art drawn by hand in photoshop, for one. It's far easier to use DAZ 3D or Virtual Girl models in a scene that you then take a screengrab of. These 3D models you see in Ren'py titles, very few of them are custom made. They're pre-made assets. It's kinda like machinima. If you've seen Red vs Blue, you know that the hard work is done already because they're using 3D models from the Halo games. Drawing everything from scratch, on the other hand, is a lot more time consuming.

Coding is also slow going but I have hopes that with this update, coding will be faster since they redid a whole lot of it.
 
  • Like
Reactions: Ungawa

Jonboy80

Active Member
Dec 8, 2017
766
780
nobody pirates summertime they give it out a few hours later for non patreons you can download it from their site without being patreon
Actually, they do. People were bitching about the bugs from a pirated Patron only version before 18.2 released, which was the first public version a full two days after the patron version.
 
Jun 20, 2018
347
298
no point to complaint,this character story will stay as they are,now your money college will be used for child support
So... haven't played this in a while, Mom pregnancy in the game yet?
no,even if it did happen,i will pass,i dont want to waste my time keep impregnating mom until she have 7 baby with the MC with no meaning reaction about the babies.It stupid
 

Effinpist

Member
May 10, 2018
128
235
Have to say, current build is buggy AF. Hopefully DC will get this all straightened out by 18.5 Worst bug, don't accidentally click on the yacht. it totally messes up the game.
 
  • Like
Reactions: TurtleKing9000

Fuckerx1

Member
Jul 16, 2018
185
84
this game broken af. :D doesnt even matter how many bugfix is coming out. this game always be the one of the broken game in here.
 

rengohengo94

Member
Mar 1, 2018
235
136
Actually, they do. People were bitching about the bugs from a pirated Patron only version before 18.2 released, which was the first public version a full two days after the patron version.
im sure i remember downloading 18.1 from their site litterly the same day
 

Rebeldad

Well-Known Member
Aug 7, 2018
1,040
725
Started fresh and got a sequence of errors could not ignore past them.. this one started it.
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: Switch could not choose a displayable.

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

Full traceback:
  File "scripts/locations/home/entrance/hallway/bedroom/dialogue.rpyc", line 2177, in script call
  File "scripts/locations/home/entrance/hallway/bedroom/bedroom.rpyc", line 88, in script call
  File "scripts/locations/map/map.rpyc", line 36, in script call
  File "scripts/characters/somrak/button.rpyc", line 48, in script call
  File "scripts/characters/somrak/button_dialogues.rpyc", line 142, in script
  File "C:\Users\chuck\Desktop\Summertime Saga\SummertimeSaga-0-18-0-pc\renpy\ast.py", line 1337, in execute
    renpy.exports.with_statement(trans, paired)
  File "C:\Users\chuck\Desktop\Summertime Saga\SummertimeSaga-0-18-0-pc\renpy\exports.py", line 1452, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "C:\Users\chuck\Desktop\Summertime Saga\SummertimeSaga-0-18-0-pc\renpy\display\core.py", line 2207, in do_with
    clear=clear)
  File "C:\Users\chuck\Desktop\Summertime Saga\SummertimeSaga-0-18-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\chuck\Desktop\Summertime Saga\SummertimeSaga-0-18-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\chuck\Desktop\Summertime Saga\SummertimeSaga-0-18-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\chuck\Desktop\Summertime Saga\SummertimeSaga-0-18-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\chuck\Desktop\Summertime Saga\SummertimeSaga-0-18-0-pc\renpy\display\transition.py", line 359, in render
    top = render(self.new_widget, width, height, 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\chuck\Desktop\Summertime Saga\SummertimeSaga-0-18-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\chuck\Desktop\Summertime Saga\SummertimeSaga-0-18-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 "C:\Users\chuck\Desktop\Summertime Saga\SummertimeSaga-0-18-0-pc\renpy\display\image.py", line 495, in render
    return wrap_render(self.target, width, height, st, at)
  File "C:\Users\chuck\Desktop\Summertime Saga\SummertimeSaga-0-18-0-pc\renpy\display\image.py", line 306, in wrap_render
    rend = render(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\chuck\Desktop\Summertime Saga\SummertimeSaga-0-18-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\chuck\Desktop\Summertime Saga\SummertimeSaga-0-18-0-pc\renpy\display\image.py", line 495, in render
    return wrap_render(self.target, width, height, st, at)
  File "C:\Users\chuck\Desktop\Summertime Saga\SummertimeSaga-0-18-0-pc\renpy\display\image.py", line 306, in wrap_render
    rend = render(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\chuck\Desktop\Summertime Saga\SummertimeSaga-0-18-0-pc\renpy\display\layout.py", line 331, in render
    surf = render(self.child, width, height, 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\chuck\Desktop\Summertime Saga\SummertimeSaga-0-18-0-pc\renpy\display\layout.py", line 1258, in render
    self.update(st, at)
  File "C:\Users\chuck\Desktop\Summertime Saga\SummertimeSaga-0-18-0-pc\renpy\display\layout.py", line 1245, in update
    child, redraw = self.function(st, at, *self.args, **self.kwargs)
  File "C:\Users\chuck\Desktop\Summertime Saga\SummertimeSaga-0-18-0-pc\renpy\display\layout.py", line 1316, in condition_switch_show
    return condition_switch_pick(switch), None
  File "C:\Users\chuck\Desktop\Summertime Saga\SummertimeSaga-0-18-0-pc\renpy\display\layout.py", line 1312, in condition_switch_pick
    raise Exception("Switch could not choose a displayable.")
Exception: Switch could not choose a displayable.

Windows-8-6.2.9200
Ren'Py 7.0.0.196
SummertimeSaga 0.18.0
Sat May 04 21:09:14 2019
 

srksrk 68

Forum Fanatic
Modder
Sep 17, 2018
4,439
5,662
I find that pregnancy thing weird. If it was about boinking babes with thick bellies. Could be done in a similar way as turning on/off x-ray (a feature that they seem to remove silently). But out of all things *this* is the one that cannot be done since as soon as they are pregnant, you cannot have sex any more.

Instead, you are flooding the city with your kids. That is a very questionable thing in a porn game, I'd say...
 

extractied

Newbie
Nov 11, 2016
96
170
Truth is: the game's timeline is fucked.

The updates model DarkCookie has set couldn't be any good for the sake of game's history progress. The focus on only one character per update instead of dilluting content for all of them, gradually, would inevitably result in something like the last two updates (.17 and .18).

To be fairly honest, I was already pissed since .15 when in a couple of minutes Mia could become anything you wanted to, and now you can just knock up your relatives and all while the rest of the city remains static. The dynamic of this game is doomed, and also every time a new version is out we'll have to restart the entire game until the final product is out. I'm kinda hopeless about this, though: when I checked some of my save dates, they were from almost a year ago (.16). There were only two updates in an entire year, which is very underwhelming compared to all the games around.

Let's just hope for better news from now on.
 

UBOLSOBS

Member
Mar 12, 2019
226
74
Why was that crap of gangsters put into the game?
That game was hard enough and long.
There was no need for that crap.
 

whosthatguy

Member
Feb 25, 2018
194
135
While I would have preferred Annie's update, all three of those address something that's been teased for ages (extra lifeguard content in the glory hole, extra Judith content in the bathroom, and the cult storyline) so they're all solid choices.
 
  • Like
Reactions: doshirak228

King Monkey Mon

The Perverted King of The Harem Masters
May 16, 2017
5,198
17,628
@TheDevian

ive noticed that that the big sister is more of a royal bitch then the previous versions since having the story updated

i especially found what she said hilarious that was to make me say "im a pathetic loser who will always be a virgin"

its amazing that the main character followed through with that i would be surprised if i completed the rest of characters storyline would that dialog be any different

Sorry Natasha (Jenny) but no you are not the sexiest laid i had

Mom
Roxxy
Auntie
Milf Next Door
Science Teacher
Big Sister
French Teacher
Art Teacher
Music Teacher
Daisy
Roxy's Friends
Mia
Mias Mom
Aqua
June
Juidith
Grandma
Sex Shop Owner
 

Keitaro420

Member
Apr 17, 2018
418
1,002
Started fresh and got a sequence of errors could not ignore past them.. this one started it.
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: Switch could not choose a displayable.

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

Full traceback:
  File "scripts/locations/home/entrance/hallway/bedroom/dialogue.rpyc", line 2177, in script call
  File "scripts/locations/home/entrance/hallway/bedroom/bedroom.rpyc", line 88, in script call
  File "scripts/locations/map/map.rpyc", line 36, in script call
  File "scripts/characters/somrak/button.rpyc", line 48, in script call
  File "scripts/characters/somrak/button_dialogues.rpyc", line 142, in script
  File "C:\Users\chuck\Desktop\Summertime Saga\SummertimeSaga-0-18-0-pc\renpy\ast.py", line 1337, in execute
    renpy.exports.with_statement(trans, paired)
  File "C:\Users\chuck\Desktop\Summertime Saga\SummertimeSaga-0-18-0-pc\renpy\exports.py", line 1452, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "C:\Users\chuck\Desktop\Summertime Saga\SummertimeSaga-0-18-0-pc\renpy\display\core.py", line 2207, in do_with
    clear=clear)
  File "C:\Users\chuck\Desktop\Summertime Saga\SummertimeSaga-0-18-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\chuck\Desktop\Summertime Saga\SummertimeSaga-0-18-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\chuck\Desktop\Summertime Saga\SummertimeSaga-0-18-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\chuck\Desktop\Summertime Saga\SummertimeSaga-0-18-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\chuck\Desktop\Summertime Saga\SummertimeSaga-0-18-0-pc\renpy\display\transition.py", line 359, in render
    top = render(self.new_widget, width, height, 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\chuck\Desktop\Summertime Saga\SummertimeSaga-0-18-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\chuck\Desktop\Summertime Saga\SummertimeSaga-0-18-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 "C:\Users\chuck\Desktop\Summertime Saga\SummertimeSaga-0-18-0-pc\renpy\display\image.py", line 495, in render
    return wrap_render(self.target, width, height, st, at)
  File "C:\Users\chuck\Desktop\Summertime Saga\SummertimeSaga-0-18-0-pc\renpy\display\image.py", line 306, in wrap_render
    rend = render(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\chuck\Desktop\Summertime Saga\SummertimeSaga-0-18-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\chuck\Desktop\Summertime Saga\SummertimeSaga-0-18-0-pc\renpy\display\image.py", line 495, in render
    return wrap_render(self.target, width, height, st, at)
  File "C:\Users\chuck\Desktop\Summertime Saga\SummertimeSaga-0-18-0-pc\renpy\display\image.py", line 306, in wrap_render
    rend = render(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\chuck\Desktop\Summertime Saga\SummertimeSaga-0-18-0-pc\renpy\display\layout.py", line 331, in render
    surf = render(self.child, width, height, 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\chuck\Desktop\Summertime Saga\SummertimeSaga-0-18-0-pc\renpy\display\layout.py", line 1258, in render
    self.update(st, at)
  File "C:\Users\chuck\Desktop\Summertime Saga\SummertimeSaga-0-18-0-pc\renpy\display\layout.py", line 1245, in update
    child, redraw = self.function(st, at, *self.args, **self.kwargs)
  File "C:\Users\chuck\Desktop\Summertime Saga\SummertimeSaga-0-18-0-pc\renpy\display\layout.py", line 1316, in condition_switch_show
    return condition_switch_pick(switch), None
  File "C:\Users\chuck\Desktop\Summertime Saga\SummertimeSaga-0-18-0-pc\renpy\display\layout.py", line 1312, in condition_switch_pick
    raise Exception("Switch could not choose a displayable.")
Exception: Switch could not choose a displayable.

Windows-8-6.2.9200
Ren'Py 7.0.0.196
SummertimeSaga 0.18.0
Sat May 04 21:09:14 2019
lol
SummertimeSaga 0.18.0
 
4.00 star(s) 375 Votes