Gigi

Newbie
Mar 3, 2017
59
2
I have a problem, or maybe a bug. I'm stopped with Erik route; I completed the quest for the orcette toys, and the next step should be that erik's mom tells Mc that erik was builled, but i have almost finished all the game, and this event does not come, blocking the unlocking of the hospital. Is there any code or some cheat to continue the quest?
The rest of the game had no problem.
Thanks for your help
 

mattius77

Well-Known Member
May 16, 2017
1,685
1,351
ok - caught up in this thread. it's pretty obvious most of what people are calling bugs are not bugs, they are just trying to play the game out of sequence. repeated references to the game being bugged because things from previous versions don't happen - when those things have been removed.
Is Mia's quest bugged? When I went to talk to her about the donuts in the chemistry class, it reset Okita's story to the beginning and now I can't sleep with any of the teachers at night.
Literally consecutive posts. lol

If I had a buck for every time something like this happened in this game thread, I could independently fund DC and be the creative director for the game.
 
  • Like
Reactions: PatreonTed

yourdesire8

Member
Jul 1, 2017
307
189
Now there is the problem. Everything is unlocked, and also you said Helen stopped you when you try to sneak in, but I can sneak in to Mia without problem in your save so the quest had to go on, because otherwise Helen should stop you every time. But the interesting thing is that in first place the game thinks you didn't talked with Earl and Yumi, because the "questioned earl" and "questioned yumi" both false, but on the other hand you can go to Mia, which mean Harold convinced Helen about this, since Helen doesn't stop you... But both of this at the same time is impossible. You can somehow cheat through tho, if you set the variables. The only difficult thing is, that this game code is some heavily fargmented, that it's quite a work for an "outsider" to figure out what need to be set to continue with anything. :S

At the other thing... Every time, with every update (especially when there's quite a big changes) everybody should start a new, clean game.


player.inventory.money=cutiepiemia
Hey you did more than enough already,thanks for all the help,will wait for the next version to see that,don't worry,thanks alot! :)
 

whosthatguy

Member
Feb 25, 2018
194
135
ok - caught up in this thread. it's pretty obvious most of what people are calling bugs are not bugs, they are just trying to play the game out of sequence.
If breaking sequence breaks the game, what else would you call it? That's what testers do: attempt to do things that aren't meant to be done, try to break the game (aka FIND BUGS) so that the programmers can make sure that never happens again.

I completed the quest for the orcette toys
Oh yeah, here's another part of the storyline that was ruined by Patreon guidelines. Why would his landlady care what he buys? Also, she cannot legally open that package.
 

weaselman

Active Member
Apr 6, 2018
656
614
If breaking sequence breaks the game, what else would you call it? That's what testers do: attempt to do things that aren't meant to be done, try to break the game (aka FIND BUGS) so that the programmers can make sure that never happens again.



Oh yeah, here's another part of the storyline that was ruined by Patreon guidelines. Why would his landlady care what he buys? Also, she cannot legally open that package.
tbh at this point it's very clear that the patreon version is just there to follow the patreon rules and that the game is meant to be played with an incest patch, treat it like the disclaimer that says that all characters are 18 years old on ever porn game even though it's clear that there are not

also people are sequence breaking via the console, not via the normal game, I don't think the devs should account for that sort of sequence breaking (like people solving "the homework bug" via giving you the homework of previous versions directly in your inventory while you should actually follow the french teacher's questline)
 
  • Like
Reactions: Peyok

TheDevian

Svengali Productions
Game Developer
Mar 8, 2018
13,701
32,064
how do you get the late book from dexter? whenever i talk to him at the sports field there is no option.
After that, you need to check his locker.

If breaking sequence breaks the game, what else would you call it? That's what testers do: attempt to do things that aren't meant to be done, try to break the game (aka FIND BUGS) so that the programmers can make sure that never happens again.
One of the worst ones I found was when I managed to trigger both the Roxxy Shower scene and the quest to get the books back, the two scenes conflicted, and I could not complete either one. Ended up having to reload an older save, and do the library quest on another day.

...Well, that or any time I scroll up too far, to reread something or save before an event, it can cause some really messed up glitches, like tricking the game into thinking I am starting over, but that could be related to the 'friendly family' patch, if that was the cause, it might not happen now that the update is here.
 

Crawdaddy

Active Member
Aug 26, 2017
913
1,036
Literally consecutive posts. lol

If I had a buck for every time something like this happened in this game thread, I could independently fund DC and be the creative director for the game.
Not sure if that counts. If the game literally reset the progress with a character, that's definitely a bug, it's not just progression being different from the last version (ie. the library progression people keep yammering on about).
 
  • Like
Reactions: TheDevian

Notretsam

Well-Known Member
Game Developer
Nov 1, 2017
1,292
2,024
this thread is a jumping, don't check it for a day and get met with endless amounts of posts to ignore and not read lol
 

Floterite

New Member
Aug 14, 2017
9
7
I ran in to an error when trying to use the console command:
Code:
for cookie in persistent.cookie_jar:
    persistent.cookie_jar[cookie]["unlocked"] = True
    for unlock in persistent.cookie_jar[cookie]["gallery"]:
        persistent.cookie_jar[cookie]["gallery"][unlock] = True
That is now causing the game to not open anymore, also deleting the game and unpacking a fresh version doesn't seem to help... Can anyone help me resolve this? This is the error I'm getting now:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/user_interface/cookie_jar/cookie_jar.rpy", line 1, in script
  File "game/scripts/user_interface/cookie_jar/cookie_jar.rpy", line 405, in <module>
TypeError: argument of type 'bool' is not iterable

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

Full traceback:
  File "Drive\SummertimeSaga-0.15.30-pc\renpy\bootstrap.py", line 295, in bootstrap
    renpy.main.main()
  File "Drive\SummertimeSaga-0.15.30-pc\renpy\main.py", line 419, in main
    game.context().run(node)
  File "game/scripts/user_interface/cookie_jar/cookie_jar.rpy", line 1, in script
  File "Drive\SummertimeSaga-0.15.30-pc\renpy\ast.py", line 814, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "Drive\SummertimeSaga-0.15.30-pc\renpy\python.py", line 1719, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/scripts/user_interface/cookie_jar/cookie_jar.rpy", line 405, in <module>
TypeError: argument of type 'bool' is not iterable

Windows-7-6.1.7601-SP1
Ren'Py 6.99.12.4.2187
SummertimeSaga 0.15.30
 

war2k

New Member
Nov 21, 2017
12
7
(Not sure if the Dev reads this thread or not but I'm postin this just because I was enjoyed this update "that much".)

I just went through all 4 teacher stories and the animation for each ending was awesome, you really paid alot of detail to each teacher giving them their own signature positions and (if I'm not misunderstood on how I say/mean this) even on their racial/ethinic backgrounds as far as how they are likely to move. Like Ms. Okita, you could swear her ending animations straight out of a JAV (Japanese Adult Video for those who don't know). If you didn't do that on purpose with those four then they are all well played out and my hats off to ya. Man you're only on 0.15.x I am curious to see where this all goes ones it hits 1.0.

And with that all I can say is "Call me neo.....What? CALL ME NEO!!!!!!". That was a good laugh.
 
  • Like
Reactions: tossler

erikmark88

Newbie
Jul 8, 2017
27
3
And the quest with Mrs. Ross started over head not?
How can you solve the problem?
Please help me I'm just not going to go with Mrs. Ross.

Thanks for your help
 

bas

retired
Donor
Respected User
Former Staff
May 6, 2017
3,987
30,397
If breaking sequence breaks the game, what else would you call it? That's what testers do: attempt to do things that aren't meant to be done, try to break the game (aka FIND BUGS) so that the programmers can make sure that never happens again.

Oh yeah, here's another part of the storyline that was ruined by Patreon guidelines. Why would his landlady care what he buys? Also, she cannot legally open that package.
Both of these are fixed with the incest mod, just FYI :)

I ran in to an error when trying to use the console command:
[/code]
You're gonna have to delete all your save files including your persistent file from both locations on your PC to fix. Sorry man.
 
4.10 star(s) 357 Votes