Wolverine923

Newbie
Dec 22, 2017
44
76
In general, it turned out a good update - 4 sex scenes +, depending on the previously taken actions, we received development / groundwork for future events, BUT personally it seems to me that each new update of the game is too fleeting - for example, the last update we woke up, then had sex (along the way, remembering events of last night), then the main character went about his business, returned to the room, sex in the car, the heroes go to bed and that's it. And why was it impossible, for example, before leaving for the main character and his mother to arrange a date, because they were in another city where no one knows them, which means you can calmly show your feelings (kissing, hugging, caressing each other)? And the last update is just as very fleeting for events - they woke up, then sex with a cousin (or not), a barbeque by the pool (introduction of a new character), sex with a red-haired beast (or not), preparation for a threesome (or not), and sex with mother / aunt and end. Why hasn't the developer added a few more events? Just as for me, in 2 and a half months it was possible to add a little more content (although I have to admit that animation inserts are getting better and better every time). I hope that further the developer will still make updates longer, otherwise it is a shame to wait several months to `` run '' it in 20 minutes (and this is still reading the tex, and not just skipping).
 

California Doc

Member
Donor
Nov 14, 2019
111
152
OK -- never have had a problem before but this update takes me back to an episode 6 save and I get loads of errors. As a patron I used the patreon download. (Also used Zoe's patch after having tried to just play it. Same thing.
Ideas, anyone?
Thanks.
 

proximusArka

Member
Nov 1, 2018
441
318
OK -- never have had a problem before but this update takes me back to an episode 6 save and I get loads of errors. As a patron I used the patreon download. (Also used Zoe's patch after having tried to just play it. Same thing.
Ideas, anyone?
Thanks.
Use this save file its from last version
 
  • Like
Reactions: galaxiel

proximusArka

Member
Nov 1, 2018
441
318
I keep getting an error. Ive tried removing the mods and IC patch and I still get this error.

While running game code:
File "renpy/common/00action_file.rpy", line 452, in __call__
renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

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

Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "C:\Users\aarons\Desktop\Dirty Games\AwayFromHome-Episode[1-14]-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\aarons\Desktop\Dirty Games\AwayFromHome-Episode[1-14]-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "C:\Users\aarons\Desktop\Dirty Games\AwayFromHome-Episode[1-14]-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\aarons\Desktop\Dirty Games\AwayFromHome-Episode[1-14]-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\aarons\Desktop\Dirty Games\AwayFromHome-Episode[1-14]-pc\renpy\display\core.py", line 3518, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\Users\aarons\Desktop\Dirty Games\AwayFromHome-Episode[1-14]-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\aarons\Desktop\Dirty Games\AwayFromHome-Episode[1-14]-pc\renpy\display\transition.py", line 47, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "C:\Users\aarons\Desktop\Dirty Games\AwayFromHome-Episode[1-14]-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\aarons\Desktop\Dirty Games\AwayFromHome-Episode[1-14]-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\aarons\Desktop\Dirty Games\AwayFromHome-Episode[1-14]-pc\renpy\display\screen.py", line 714, in event
rv = self.child.event(ev, x, y, st)
File "C:\Users\aarons\Desktop\Dirty Games\AwayFromHome-Episode[1-14]-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\aarons\Desktop\Dirty Games\AwayFromHome-Episode[1-14]-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\aarons\Desktop\Dirty Games\AwayFromHome-Episode[1-14]-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\aarons\Desktop\Dirty Games\AwayFromHome-Episode[1-14]-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\aarons\Desktop\Dirty Games\AwayFromHome-Episode[1-14]-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\aarons\Desktop\Dirty Games\AwayFromHome-Episode[1-14]-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\aarons\Desktop\Dirty Games\AwayFromHome-Episode[1-14]-pc\renpy\display\behavior.py", line 962, in event
return handle_click(self.clicked)
File "C:\Users\aarons\Desktop\Dirty Games\AwayFromHome-Episode[1-14]-pc\renpy\display\behavior.py", line 897, in handle_click
rv = run(action)
File "C:\Users\aarons\Desktop\Dirty Games\AwayFromHome-Episode[1-14]-pc\renpy\display\behavior.py", line 320, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 452, in __call__
renpy.load(fn)
File "C:\Users\aarons\Desktop\Dirty Games\AwayFromHome-Episode[1-14]-pc\renpy\loadsave.py", line 770, in load
log.unfreeze(roots, label="_after_load")
File "C:\Users\aarons\Desktop\Dirty Games\AwayFromHome-Episode[1-14]-pc\renpy\python.py", line 1983, in unfreeze
self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
File "C:\Users\aarons\Desktop\Dirty Games\AwayFromHome-Episode[1-14]-pc\renpy\python.py", line 1815, in rollback
self.load_failed()
File "C:\Users\aarons\Desktop\Dirty Games\AwayFromHome-Episode[1-14]-pc\renpy\python.py", line 1733, in load_failed
raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?
save file from last version isn't working so you have to play from further back!
 

kiljaeden

Active Member
Jun 2, 2019
763
828
I updated Qleaf's Gallery Mod to include Episode 13 scenes and animations.
All credits to Qleaf, I only did this because he hasn't been on F95 for more than a month and I saw a few people asking for this and I love this game :love:
I hope you don't mind :)


Features:
  • A Scene Gallery to re-play hand picked special moments with the girls
  • An animation gallery to re-view those special moments with the girls.
You don't have permission to view the spoiler content. Log in or register now.

Enjoy :D
thanks in advance. Really like your mod.
 
  • Like
Reactions: ohcmonrest
Mar 14, 2019
230
534
I mean, he's not saying the folders the problem, he's just commenting on the fact that you have a Dirty Games folder on your desktop. Which clearly you do, anyone with a passing knowledge of PC's can see that - File "C:\Users\aarons\Desktop\Dirty Games. That tells us your windows user name and that the files that are erroring are located on your desktop, in a folder named Dirty Games.

Again, not saying that's is what causes the error, just that you do indeed have a folder on your desktop for Dirty Games just as he said.
You forgot to say, that this fact is mildly amusing, which on the internet warrants writing a lower case "lmao", as I did so.
 

UncleFredo

Well-Known Member
Aug 29, 2020
1,934
3,646
Had to load a somewhat earlier v13 autosave to avoid throwing an exception, but once it loaded all was fine.
Nice update! Thanks for your efforts.
 

Maestro91

Active Member
Aug 2, 2017
732
1,020
Hey Guys i hope you all are fine . I will like to share my walkthrough+Cheat+choices mod of the latest version using which you all can play game easily. Here is link :
Mega

Here is my discord server link . Feel free to join me there :


Here are some previews of mod :

View attachment 1345304 View attachment 1345306 View attachment 1345308 View attachment 1345310
Your mod made a lot of the renders turn grey. I tried with a different walkthrough/mod and no issues there. So just a heads up if you know what could cause it.
I tried base game without mods and patch and no issues there either.
 

Qmil679

Q / Motherlover
Donor
Mar 13, 2019
5,059
13,460
To have a scene with aunt and sophie in future updates, do i need to get caught by aunt when i have sex with sophie? (at Janet's house)
 

blademaster89

Active Member
Aug 4, 2017
693
708
To have a scene with aunt and sophie in future updates, do i need to get caught by aunt when i have sex with sophie? (at Janet's house)
JUP, that's the trigger for the "threesome". You will also get a confirmation in later scenes where the ladies will be discussing you and you being the naughty horndog (please take that as a compliment to the MC) that you are will be even bolder with those two, setting up a " date".
 
  • Like
Reactions: Qmil679
4.10 star(s) 171 Votes