Elhemeer

Forum Fanatic
Jun 20, 2022
5,733
9,579
A really nice update, but I have to say, I'm really starting to feel bad for Aunt Amy. The story is kinda starting to gaslight her which can only be made worse due to her backstory. Like, most characters are happily living in a harem game, but Aunt Amy is living in a horror game where everyone around her is gradually starting to go insane or get possessed without anyone but her noticing, she gets treated like a naive outsider or misbehaving child when she rails against the madness around her, or worse gets treated to creepy chants of "join us" and "you'll be happier if you just give in" etc.
It's definitely that last bit ...
 
  • Thinking Face
Reactions: S1nsational

Joeking246

New Member
Jul 26, 2022
13
4
At the end of Season 3 you must save on the signature where it says "SAVE NOW!" after this, old saves from previous versions should appear, at the end a black screen appears. you need to completely complete part 3, if you haven't forgotten)))
My save is from v.0.55
 

xapican

Devoted Member
May 11, 2020
9,109
13,643
Just got a hand me down laptop but it's better than my prior and my saves are on my cloud but when I downloaded v.0.56 on the new laptop I can't see any of my saves. What do I do?
Did you check the Automaic save page ?
usually if you want to make a backup you have to export the "saves" from C: users/ *your username*/App data/ Roaming/RenPy/ Grandmas House
You might enable to see hidden folders on windows. specially the persistent file is important.
 
Jun 4, 2022
72
175
A really nice update, but I have to say, I'm really starting to feel bad for Aunt Amy. The story is kinda starting to gaslight her which can only be made worse due to her backstory. Like, most characters are happily living in a harem game, but Aunt Amy is living in a horror game where everyone around her is gradually starting to go insane or get possessed without anyone but her noticing, she gets treated like a naive outsider or misbehaving child when she rails against the madness around her, or worse gets treated to creepy chants of "join us" and "you'll be happier if you just give in" etc.
It's more Amy realising just what's happened while she was working, and there is a lot of conflicting emotions she'd be going through. Wouldn't surprise me if an upcoming update is going to be MC and Amy having a sort of date where she opens up about how she feels and MC actually toning it down (at least, when it comes to action at home) as a sign of love and respect to her.

Remember her backstory and history with men, and don't forget it hasn't actually been that long in game time. On the one hand, it's absolutely outside her comfort zone. On the other hand, Amy can see how MC is with different women, yet also care for them on the same level. I've got faith that Moon does Amy right (and that we'll all love it too)
 

Spurrea

Newbie
Jan 22, 2018
63
9
I still get an error. I used a save from the OP. Also other (older) saves give the same error

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 462, 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 "renpy/ast.py", line 923, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2235, in py_exec_bytecode
    exec(bytecode, 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 "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3276, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 4110, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/transition.py", line 48, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 720, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1297, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1297, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/behavior.py", line 979, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 914, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 462, in __call__
    renpy.load(fn)
  File "renpy/loadsave.py", line 771, in load
    log.unfreeze(roots, label="_after_load")
  File "renpy/python.py", line 2190, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "renpy/python.py", line 2014, in rollback
    self.load_failed()
  File "renpy/python.py", line 1932, 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?

Windows-10-10.0.22621
Ren'Py 7.4.8.1895
Grandma's House 0.56
Tue Jun 11 20:41:08 2024
 

Uthuriel

Conversation Conqueror
Jan 26, 2021
6,890
21,352
I still get an error. I used a save from the OP. Also other (older) saves give the same error

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 462, 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 "renpy/ast.py", line 923, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2235, in py_exec_bytecode
    exec(bytecode, 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 "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3276, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 4110, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/transition.py", line 48, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 720, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1297, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1297, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/behavior.py", line 979, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 914, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 462, in __call__
    renpy.load(fn)
  File "renpy/loadsave.py", line 771, in load
    log.unfreeze(roots, label="_after_load")
  File "renpy/python.py", line 2190, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "renpy/python.py", line 2014, in rollback
    self.load_failed()
  File "renpy/python.py", line 1932, 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?

Windows-10-10.0.22621
Ren'Py 7.4.8.1895
Grandma's House 0.56
Tue Jun 11 20:41:08 2024
Wrong save for the wrong part... :shrug:
Just use CTRL or TAB like a normal person... :WeSmart:
 

peas

Active Member
Jul 31, 2018
569
1,202
I think it is time for Nana to get some action. Maybe she starts to suck the MC cock when he is asleep. Another women in the bed wakes up and is shocked at first, but then starts to help and when the MC wakes up it is the other woman he sees sucking his cock. The MC doesn't know that Nana was breaking that barrier. Gives us something without bringing down all the walls.
 

peas

Active Member
Jul 31, 2018
569
1,202
Also, would love to see Nana kissing a woman who was just sucking MC cock and the woman still has a mouthful of cum and lots slides into Nana's mouth and she loves the taste.
 

Adhdclassic

Well-Known Member
Mar 10, 2024
1,271
1,830
I think it is time for Nana to get some action. Maybe she starts to suck the MC cock when he is asleep. Another women in the bed wakes up and is shocked at first, but then starts to help and when the MC wakes up it is the other woman he sees sucking his cock. The MC doesn't know that Nana was breaking that barrier. Gives us something without bringing down all the walls.
Didn't she do that with Jamilla or at least start.
 
3.80 star(s) 291 Votes