Mod Ren'Py Estate Dominate - OscarSix's Walkthrough, Gallery Unlocker, Scene Gallery & Improvement Mod [v0.36.2] [Henissart]

NeimadFR

Active Member
Donor
Jul 1, 2017
960
2,945
Out of curiosity, did something in the game's code change with this update for your mod to suddenly be full of bugs ? It's the first time I download it but I assume it worked before since I didn't see any bug reports from earlier.
 

OscarSix

Active Member
Modder
Donor
Jul 27, 2019
829
6,640
Out of curiosity, did something in the game's code change with this update for your mod to suddenly be full of bugs ? It's the first time I download it but I assume it worked before since I didn't see any bug reports from earlier.
2 reasons,
1. Lack of sleep causes bugs
2. Since the last update, I have done many changes and "upgrades", that combined with reason 1 causes a couple bugs which aren't easy to thin out
 
  • Like
Reactions: NeimadFR

Spawn420

Active Member
Oct 24, 2018
715
460
the added files work just fine without overwriting the original files so there is no need to remove the _ between 01 and the file names...
so unless we need to overwrite the existing files you can run it as is till he release a complete fixed mod
 

FroKe88

Member
May 15, 2017
442
757
Hi, I now get the Error: Name 'Dom Path' is not defined
on some occaisons. Is this normal?
Thank you for the mod <3
 

Spawn420

Active Member
Oct 24, 2018
715
460
Hi, I now get the Error: Name 'Dom Path' is not defined
on some occaisons. Is this normal?
Thank you for the mod <3
Same, get it for most choices.
Copy the file attached below into your /game/scripts
Looks like [Dom Path] should be [DomPath] in the firstdinner script. I attached a fix below. Do the same as the one above.
Hope you don't mind OscarSix. Remember to rename and to remove the numbers blah blah..
the files from both these posts by oscar and someone should solve all the dom path not defined issues
 

OscarSix

Active Member
Modder
Donor
Jul 27, 2019
829
6,640
I do apologise for the couple bugs that have been apparent, a side effect of upgrading old code and doing that upgrade at 2 am

2020/09/03: Bug Fixes, 0.36.2

Change Log:
- Fixed Dom Path typos

Download: -
Note: Patreon Edition has all incest and taboo content removed.
 

APMaster

Newbie
Mar 8, 2020
78
113
Still getting errors trying to load a Dom path save:

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

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 "D:\Games\OSRS\EstateDominate-0.36-pc\renpy\ast.py", line 912, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Games\OSRS\EstateDominate-0.36-pc\renpy\python.py", line 2004, 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 "D:\Games\OSRS\EstateDominate-0.36-pc\renpy\ui.py", line 295, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Games\OSRS\EstateDominate-0.36-pc\renpy\display\core.py", line 2699, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\Games\OSRS\EstateDominate-0.36-pc\renpy\display\core.py", line 3510, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "D:\Games\OSRS\EstateDominate-0.36-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Games\OSRS\EstateDominate-0.36-pc\renpy\display\transition.py", line 47, in event
    return self.new_widget.event(ev, x, y, st)  # E1101
  File "D:\Games\OSRS\EstateDominate-0.36-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Games\OSRS\EstateDominate-0.36-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Games\OSRS\EstateDominate-0.36-pc\renpy\display\screen.py", line 707, in event
    rv = self.child.event(ev, x, y, st)
  File "D:\Games\OSRS\EstateDominate-0.36-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Games\OSRS\EstateDominate-0.36-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\Games\OSRS\EstateDominate-0.36-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Games\OSRS\EstateDominate-0.36-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\Games\OSRS\EstateDominate-0.36-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Games\OSRS\EstateDominate-0.36-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\Games\OSRS\EstateDominate-0.36-pc\renpy\display\behavior.py", line 946, in event
    return handle_click(self.clicked)
  File "D:\Games\OSRS\EstateDominate-0.36-pc\renpy\display\behavior.py", line 881, in handle_click
    rv = run(action)
  File "D:\Games\OSRS\EstateDominate-0.36-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 "D:\Games\OSRS\EstateDominate-0.36-pc\renpy\loadsave.py", line 761, in load
    log.unfreeze(roots, label="_after_load")
  File "D:\Games\OSRS\EstateDominate-0.36-pc\renpy\python.py", line 1959, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "D:\Games\OSRS\EstateDominate-0.36-pc\renpy\python.py", line 1791, in rollback
    self.load_failed()
  File "D:\Games\OSRS\EstateDominate-0.36-pc\renpy\python.py", line 1709, 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-8-6.2.9200
Ren'Py 7.3.2.320
Estate : Dominate 0.36
Thu Sep 03 16:41:55 2020
 

Spawn420

Active Member
Oct 24, 2018
715
460
Still getting errors trying to load a Dom path save:

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

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 "D:\Games\OSRS\EstateDominate-0.36-pc\renpy\ast.py", line 912, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Games\OSRS\EstateDominate-0.36-pc\renpy\python.py", line 2004, 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 "D:\Games\OSRS\EstateDominate-0.36-pc\renpy\ui.py", line 295, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Games\OSRS\EstateDominate-0.36-pc\renpy\display\core.py", line 2699, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\Games\OSRS\EstateDominate-0.36-pc\renpy\display\core.py", line 3510, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "D:\Games\OSRS\EstateDominate-0.36-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Games\OSRS\EstateDominate-0.36-pc\renpy\display\transition.py", line 47, in event
    return self.new_widget.event(ev, x, y, st)  # E1101
  File "D:\Games\OSRS\EstateDominate-0.36-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Games\OSRS\EstateDominate-0.36-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Games\OSRS\EstateDominate-0.36-pc\renpy\display\screen.py", line 707, in event
    rv = self.child.event(ev, x, y, st)
  File "D:\Games\OSRS\EstateDominate-0.36-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Games\OSRS\EstateDominate-0.36-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\Games\OSRS\EstateDominate-0.36-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Games\OSRS\EstateDominate-0.36-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\Games\OSRS\EstateDominate-0.36-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Games\OSRS\EstateDominate-0.36-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\Games\OSRS\EstateDominate-0.36-pc\renpy\display\behavior.py", line 946, in event
    return handle_click(self.clicked)
  File "D:\Games\OSRS\EstateDominate-0.36-pc\renpy\display\behavior.py", line 881, in handle_click
    rv = run(action)
  File "D:\Games\OSRS\EstateDominate-0.36-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 "D:\Games\OSRS\EstateDominate-0.36-pc\renpy\loadsave.py", line 761, in load
    log.unfreeze(roots, label="_after_load")
  File "D:\Games\OSRS\EstateDominate-0.36-pc\renpy\python.py", line 1959, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "D:\Games\OSRS\EstateDominate-0.36-pc\renpy\python.py", line 1791, in rollback
    self.load_failed()
  File "D:\Games\OSRS\EstateDominate-0.36-pc\renpy\python.py", line 1709, 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-8-6.2.9200
Ren'Py 7.3.2.320
Estate : Dominate 0.36
Thu Sep 03 16:41:55 2020
he said he added some feature to the mod so best just start a new game and skip to where you left things off..
 
  • Like
Reactions: OscarSix

ZTex

Engaged Member
Apr 3, 2019
2,894
4,181
Out of curiosity has anyone tried using the .36.2 mod from the start and are they running into an AnjaPath not defined ?
I only ask because i wanted to start fresh and the .36 mod had a bunch but i didn't see that mentioning in the changelog for this mod.

Edit: Okay just saw it mentioning the .36.1 changelog post.
Will give this mod another shot then.
 

OscarSix

Active Member
Modder
Donor
Jul 27, 2019
829
6,640
Out of curiosity has anyone tried using the .36.2 mod from the start and are they running into an AnjaPath not defined ?
I only ask because i wanted to start fresh and the .36 mod had a bunch but i didn't see that mentioning in the changelog for this mod.

Edit: Okay just saw it mentioning the .36.1 changelog post.
Will give this mod another shot then.
Haha, was about to say that was fixed in x.1
https://f95zone.to/threads/estate-d...ment-mod-v0-36-2-henissart.50075/post-4119134
 
  • Like
Reactions: ZTex

OscarSix

Active Member
Modder
Donor
Jul 27, 2019
829
6,640
Dose this include incest patch or do i have to download that as well
No need to download the external incest patch, the mod should give you the option to enable/disable it