- Jan 24, 2018
- 3,609
- 11,320
Have you declined Annabelle/Piggy? Then Yes Story Update.Thankyou for the update. Jw was it only a story update this time then? no new scenes
*waits waitingly with ominous intensity*
Yeah but now I'm at the office, gotta reimage my brand new work laptop cause it's running like dog shit.The Wait is over.
How do I install the walkthrough mod?View attachment 1638029
Overview:
This Mod adds a walkthrough + game point hints for choices.
Info: Mod downloads already includes the Taboo (incest) patch
===================================
Sept. 27, 2024
Updated my Mod/port for the new game version v0.63
===================================
Updated: 2024-09-27
Game: Grandma's House
Creator: MoonBox -You must be registered to see the links-You must be registered to see the links-You must be registered to see the links-You must be registered to see the links-You must be registered to see the links
Modder: KoGa3 - F95zone /You must be registered to see the links/You must be registered to see the links
Mod Version: Part 4: v0.63 (Part 1: v0.16a, Part 2: v0.37a, Part 3: v0.53)
Game Version: v0.63 (v0.16, v0.37, v0.53)
Language: English
Features:
You don't have permission to view the spoiler content. Log in or register now.
Installation:
You don't have permission to view the spoiler content. Log in or register now.
Change-Log:
You don't have permission to view the spoiler content. Log in or register now.
------------------------------------------------------------------------------
Mod for game Part 1 / v0.16:
You don't have permission to view the spoiler content. Log in or register now.
Mod for game Part 2 / v0.37:
You don't have permission to view the spoiler content. Log in or register now.
Mod for game Part 3 / v0.53:
You don't have permission to view the spoiler content. Log in or register now.
------------------------------------------------------------------------------
Mod for game Part 4 / v0.54 and up:
Download Mod with WT
(incl. Taboo Patch) v0.63WT (1MB)
You must be registered to see the links-You must be registered to see the links
Second Mod version with WT and jukebox player
(incl. Taboo Patch), v0.63MusicWT (~60MB)
You must be registered to see the links-You must be registered to see the links
Android port from the game compressed
with integrated Mod v0.63MusicWT (~620MB)
(incl. Taboo Patch)
You must be registered to see the links-You must be registered to see the links
You don't have permission to view the spoiler content. Log in or register now.
preview pics of the Mod:
View attachment 2372802 View attachment 2372803 View attachment 2372804 View attachment 2372805 View attachment 2372806
------------------------------------------------------------------------------
Optional:
If needed here a save from the beginning of v0.54
(on save page 1)
You must be registered to see the links
or also from every game chapter end v0.54 and up
(starting with save page 1)
You must be registered to see the links
Beneath the game description there are 3 headers: Features, Installation, and Changelog. Click on the 'Spoiler' text beneath Installation and instructions will appear.How do I install the walkthrough mod?
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 322, in run
new_rv = run(i, *args, **kwargs)
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.63
Fri Oct 4 12:16:23 2024
Could be a not compatible save. Try to use one Koga has posted on the main page.Hi KoGa3 i got this error every new update, is this cause of the mod?
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 322, in run new_rv = run(i, *args, **kwargs) 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.63 Fri Oct 4 12:16:23 2024
Thanks i tryCould be a not compatible save. Try to use one Koga has posted on the main page.
Hmm I didn't have that Problem , maybe corrupted Download or broken Install maybe?Something seems to be wrong, in the shower scene with Grandma, she talks about Imogen as landlady and the MC talks about Amelie as Neighbourgh, even when i downloaded the version that sayds it includes taboo patch
I downloaded the one without the jukebox, maybe you downloaded another one?Hmm I didn't have that Problem , maybe corrupted Download or broken Install maybe?
Did you download this hereI downloaded the one without the jukebox, maybe you downloaded another one?
The first one of the 0.63 definitely doesnt have the taboo stuff
Nothing is corrupted, everything is fine, the only thing missing is the taboo part
That oneDid you download this here
"Download Mod with WT
(incl. Taboo Patch) v0.63WT (1MB)
You must be registered to see the links-You must be registered to see the links"
or did you download the Android version?