Glyde62

Newbie
Jul 3, 2017
74
9
290
How do you know when you have finished all the current content?
Seem to have done all that i can find
No walkthroughs seem to cover it all
Can you get a meeting with Rump?
 
Jul 17, 2018
387
170
137
Need help with Mia's story. I've been working on Mia's story using one of the mods as a guide. However, I seem to be stuck where I buy the whip and give it to the nun to whip Helen, but it's not checked yet. Can anyone help me? Or am I screwed? I have added a screenshot.
 

bosa43

Active Member
Oct 20, 2017
912
1,012
393
Thought the game was going at an amazing pace with the Roxxy content, but lately things have been meh. Hope the game still does well, but I think this is one of those games I just have to stop caring about.
 

oakshield2

Newbie
Sep 14, 2017
31
14
38
Seems like if you impregnate sister before the hint "sister told me to expect a surprise tonight, I can't wait" you can't progress anymore unfortunately.
 

PayneToTheMax

Well-Known Member
Feb 4, 2017
1,314
2,218
491
Thought the game was going at an amazing pace with the Roxxy content, but lately things have been meh. Hope the game still does well, but I think this is one of those games I just have to stop caring about.
That's because we've been redoing old content (which, while touched up is still stuff we've already had), Eve is the real new content we're getting next.
 

Jay R Loyola

Newbie
Feb 27, 2018
15
1
170
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/locations/diane_s_home/barn/barn.rpy", line 84, in <module>
  File "game/scripts/core/systems/game.rpy", line 325, in main
  File "game/scripts/core/systems/locations.rpy", line 249, in call_screen
Exception: DynamicImage u'objects/character_diane_[M_diane.outfit.get][M_diane.pregnancy.to_string].png': could not find image. (u'objects/character_diane_shirtless_pregnant_belly.png')

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

Full traceback:
  File "scripts/core/user_interface/cellphone.rpyc", line 529, in script call
  File "scripts/locations/home/entrance/hallway/hallway.rpyc", line 62, in script call
  File "scripts/locations/home/entrance/hallway/bedroom/bedroom.rpyc", line 88, in script call
  File "scripts/locations/diane_s_home/barn/barn.rpyc", line 84, in script
  File "/data/user/0/summer.time.saga/files/renpy/ast.py", line 862, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/data/user/0/summer.time.saga/files/renpy/python.py", line 1912, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/scripts/locations/diane_s_home/barn/barn.rpy", line 84, in <module>
  File "game/scripts/core/systems/game.rpy", line 325, in main
  File "game/scripts/core/systems/locations.rpy", line 249, in call_screen
  File "/data/user/0/summer.time.saga/files/renpy/exports.py", line 2710, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "/data/user/0/summer.time.saga/files/renpy/ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/data/user/0/summer.time.saga/files/renpy/display/core.py", line 2649, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "/data/user/0/summer.time.saga/files/renpy/display/core.py", line 3033, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "/data/user/0/summer.time.saga/files/renpy/display/core.py", line 511, in visit_all
    d.visit_all(callback)
  File "/data/user/0/summer.time.saga/files/renpy/display/core.py", line 511, in visit_all
    d.visit_all(callback)
  File "/data/user/0/summer.time.saga/files/renpy/display/core.py", line 511, in visit_all
    d.visit_all(callback)
  File "/data/user/0/summer.time.saga/files/renpy/display/screen.py", line 428, in visit_all
    self.child.visit_all(callback)
  File "/data/user/0/summer.time.saga/files/renpy/display/core.py", line 511, in visit_all
    d.visit_all(callback)
  File "/data/user/0/summer.time.saga/files/renpy/display/core.py", line 511, in visit_all
    d.visit_all(callback)
  File "/data/user/0/summer.time.saga/files/renpy/display/core.py", line 508, in visit_all
    for d in self.visit():
  File "/data/user/0/summer.time.saga/files/renpy/display/image.py", line 718, in visit
    self.find_target()
  File "/data/user/0/summer.time.saga/files/renpy/display/image.py", line 632, in find_target
    raise Exception(error)
Exception: DynamicImage u'objects/character_diane_[M_diane.outfit.get][M_diane.pregnancy.to_string].png': could not find image. (u'objects/character_diane_shirtless_pregnant_belly.png')

Please fix issue upon going inside the barn.
After I finished the statue and put the sample milk on it.
When daisy arrive after that I cant go inside the barn
And a lot of glitches.
Some are going inside the school but it showing outside the barn
 

srksrk 68

Forum Fanatic
Modder
Sep 17, 2018
4,524
5,718
703
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/locations/diane_s_home/barn/barn.rpy", line 84, in <module>
  File "game/scripts/core/systems/game.rpy", line 325, in main
  File "game/scripts/core/systems/locations.rpy", line 249, in call_screen
Exception: DynamicImage u'objects/character_diane_[M_diane.outfit.get][M_diane.pregnancy.to_string].png': could not find image. (u'objects/character_diane_shirtless_pregnant_belly.png')

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

Full traceback:
  File "scripts/core/user_interface/cellphone.rpyc", line 529, in script call
  File "scripts/locations/home/entrance/hallway/hallway.rpyc", line 62, in script call
  File "scripts/locations/home/entrance/hallway/bedroom/bedroom.rpyc", line 88, in script call
  File "scripts/locations/diane_s_home/barn/barn.rpyc", line 84, in script
  File "/data/user/0/summer.time.saga/files/renpy/ast.py", line 862, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/data/user/0/summer.time.saga/files/renpy/python.py", line 1912, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/scripts/locations/diane_s_home/barn/barn.rpy", line 84, in <module>
  File "game/scripts/core/systems/game.rpy", line 325, in main
  File "game/scripts/core/systems/locations.rpy", line 249, in call_screen
  File "/data/user/0/summer.time.saga/files/renpy/exports.py", line 2710, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "/data/user/0/summer.time.saga/files/renpy/ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/data/user/0/summer.time.saga/files/renpy/display/core.py", line 2649, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "/data/user/0/summer.time.saga/files/renpy/display/core.py", line 3033, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "/data/user/0/summer.time.saga/files/renpy/display/core.py", line 511, in visit_all
    d.visit_all(callback)
  File "/data/user/0/summer.time.saga/files/renpy/display/core.py", line 511, in visit_all
    d.visit_all(callback)
  File "/data/user/0/summer.time.saga/files/renpy/display/core.py", line 511, in visit_all
    d.visit_all(callback)
  File "/data/user/0/summer.time.saga/files/renpy/display/screen.py", line 428, in visit_all
    self.child.visit_all(callback)
  File "/data/user/0/summer.time.saga/files/renpy/display/core.py", line 511, in visit_all
    d.visit_all(callback)
  File "/data/user/0/summer.time.saga/files/renpy/display/core.py", line 511, in visit_all
    d.visit_all(callback)
  File "/data/user/0/summer.time.saga/files/renpy/display/core.py", line 508, in visit_all
    for d in self.visit():
  File "/data/user/0/summer.time.saga/files/renpy/display/image.py", line 718, in visit
    self.find_target()
  File "/data/user/0/summer.time.saga/files/renpy/display/image.py", line 632, in find_target
    raise Exception(error)
Exception: DynamicImage u'objects/character_diane_[M_diane.outfit.get][M_diane.pregnancy.to_string].png': could not find image. (u'objects/character_diane_shirtless_pregnant_belly.png')

Please fix issue upon going inside the barn.
After I finished the statue and put the sample milk on it.
When daisy arrive after that I cant go inside the barn
And a lot of glitches.
Some are going inside the school but it showing outside the barn
This should be fixed with my mod. If you install it and still face the issue, please post a savegame here and I will try to fix it.
 

Bababoooey

Active Member
May 4, 2017
516
360
330
you know this game is a joke now, when the 18.5 update (which isn't even supposed to be an update by itself) is gonna take a month(or more) to make. Still don't understand why people keep giving money to this dude.
 

UBOLSOBS

Member
Mar 12, 2019
226
74
38
What was Roxxy's mom crime?
Oh I get it selling meth without a license.
You need a license to have money nowadays.
I swear cops are just looking for any dumb excuse to arrest you.
Also if you are wondering why she's not in jail that Saturday or Sunday.
Is cause she doesn't show up until Monday when you talk to Roxxie at school.
I know another one of those bugs.
 

BitterFrost

Member
Sep 28, 2017
477
700
259
This should be fixed with my mod. If you install it and still face the issue, please post a savegame here and I will try to fix it.
Still breaks on the aunt content. Not just that barn scene which remains broken but also when you talk to her at home at the couch, talking about the baby when she's preggo kicks out an error too. Bugs of these magnitude are pretty silly for the maker of the game to leave in, but I guess they can't be arsed to try things out in every variant you can achieve. Quality control is hard, which is why real game companies have real QA departments that do nothing but...
 

BitterFrost

Member
Sep 28, 2017
477
700
259
It's also ridiculous bullshit of the game maker to not include a 100% completed save or two with each release if the save game compatibility keeps breaking, but I suppose that's another rant.
 

apolloladdie

Member
Aug 5, 2017
388
771
174
I do not know if this has been brought up before, but I think there should be a script in the game to keep track of how many kids the MC has had, and with whom. I also believe that every viable character in the game should be impregnable, but that is just me. Nothing like secretly(or not so secretly) claiming every ladies womb in town with spawn. It could become an epidemic in the town. hahaha.
 
3.90 star(s) 434 Votes