srksrk 68

Forum Fanatic
Modder
Sep 17, 2018
4,439
5,662
I finally figure out what's wrong with that game I think.
It was the rollback all along.
I started the game in 3rd computer.
I didn't put any mod or patch or anything and it worked.
Then I put the rollback and said here we go again with this crap.
So if you've been having the same issues as I have.
Don't use the rollback it's defective.
And your game will crash.
Your loads and saves will be bugged.
The game will just become crappy to play...The End.
Good you share this here. But for the records: there has been a reason why they disabled rollback. You learned why.

Edit: my mod enables rollback but limits it so that no important status changes (time of day, location etc.) can be skipped. You may want to try this if you want some rollback. Comes in handy during the action scenes.
 

thmcjr

Newbie
May 18, 2018
70
63
I think I'm running into a couple bugs. Debbie has made a pie for Diane, but it won't let me drop it off, and if i go to buy the buttplug with Jenny then I end up trapped in Pink -- it says I have no reason to buy the thing on the wall, the person working behind the counter only offers me a massage, and the "go back" or "leave" button has disappeared.
 

FalseOath

Member
Jan 30, 2018
258
321
Can someone please post the recent poll regarding Rhonda's story line will be the main center of focus for v2.1. If someone already posted it can you please post the page number? This thread makes like 50 posts a day or something. Lol

Much appreciated.
 

gnadudu

Well-Known Member
Aug 31, 2018
1,895
2,798

Valoryn

Active Member
Jul 13, 2018
924
521
I think I'm running into a couple bugs. Debbie has made a pie for Diane, but it won't let me drop it off, and if i go to buy the buttplug with Jenny then I end up trapped in Pink -- it says I have no reason to buy the thing on the wall, the person working behind the counter only offers me a massage, and the "go back" or "leave" button has disappeared.
You're supposed to give Diane the pie at her shed on the same evening that the pie was handed to you (that's what I did anyway). There you catch her milking herself.

Jenny doesn't need you to buy the buttplug, she wants you to buy the ultravibrator (blue and white).
 

Glyde62

Newbie
Jul 3, 2017
72
9
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
369
163
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.
 

oakshield2

Newbie
Sep 14, 2017
31
13
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

Active Member
Feb 4, 2017
996
1,716
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
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,439
5,662
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.
 
4.00 star(s) 374 Votes