Mod Ren'Py My Real Desire [Ch.3 Ep.4 Full] Multi-Mod [ShaddyModda]

5.00 star(s) 1 Vote

ShaddyGames

Engaged Member
Modder
Donor
Game Developer
Jan 19, 2020
2,394
11,989
Hello ShaddyModda,

i´m using your mod, could it be that you forgot to indicate the very first choice? (the very first meeting with Alice)

And are your Indicators just the 1+ signs in the choices? Or should they be green?

I am a bit confused. Merged the folder like instructed and i am just asking for confirmation.

ps: some reference pictures in your description would be cool (modded choices etc.), just to avoid confusion.

And a big thank you for making that mod. ;) (y)

cheers
only important choices are marked
 

HoshiEx

Member
Apr 25, 2020
348
161
My Compressed Android port of My Real Desire Ch2 Ep2 Part 1 with ShaddyModda WT and gallery mod.
Usual gestures etc


You MAY need to start a new game if you see errors.

There is a switch in Options to hide the quick menu - you will need this to get at least one of the hidden pictures
Alternative save location.
Grant storage permissions on first run.
pls update to ch.2 ep.2 part2..thx
 
  • Like
Reactions: Sk8587

Aren_Gee

Newbie
May 19, 2018
28
12
fixed. Re-download the mod.
Hi,

I am getting a traceback error. Am I doing something wrong here?

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 "E:\RenPy\MyRealDesire-Ch.2Ep.2Part2-pc\MyRealDesire-Ch.2Ep.2Part2-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\RenPy\MyRealDesire-Ch.2Ep.2Part2-pc\MyRealDesire-Ch.2Ep.2Part2-pc\renpy\python.py", line 2008, 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 "E:\RenPy\MyRealDesire-Ch.2Ep.2Part2-pc\MyRealDesire-Ch.2Ep.2Part2-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\RenPy\MyRealDesire-Ch.2Ep.2Part2-pc\MyRealDesire-Ch.2Ep.2Part2-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "E:\RenPy\MyRealDesire-Ch.2Ep.2Part2-pc\MyRealDesire-Ch.2Ep.2Part2-pc\renpy\display\core.py", line 3518, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "E:\RenPy\MyRealDesire-Ch.2Ep.2Part2-pc\MyRealDesire-Ch.2Ep.2Part2-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\RenPy\MyRealDesire-Ch.2Ep.2Part2-pc\MyRealDesire-Ch.2Ep.2Part2-pc\renpy\display\transition.py", line 47, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "E:\RenPy\MyRealDesire-Ch.2Ep.2Part2-pc\MyRealDesire-Ch.2Ep.2Part2-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\RenPy\MyRealDesire-Ch.2Ep.2Part2-pc\MyRealDesire-Ch.2Ep.2Part2-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\RenPy\MyRealDesire-Ch.2Ep.2Part2-pc\MyRealDesire-Ch.2Ep.2Part2-pc\renpy\display\screen.py", line 714, in event
rv = self.child.event(ev, x, y, st)
File "E:\RenPy\MyRealDesire-Ch.2Ep.2Part2-pc\MyRealDesire-Ch.2Ep.2Part2-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\RenPy\MyRealDesire-Ch.2Ep.2Part2-pc\MyRealDesire-Ch.2Ep.2Part2-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "E:\RenPy\MyRealDesire-Ch.2Ep.2Part2-pc\MyRealDesire-Ch.2Ep.2Part2-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\RenPy\MyRealDesire-Ch.2Ep.2Part2-pc\MyRealDesire-Ch.2Ep.2Part2-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "E:\RenPy\MyRealDesire-Ch.2Ep.2Part2-pc\MyRealDesire-Ch.2Ep.2Part2-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\RenPy\MyRealDesire-Ch.2Ep.2Part2-pc\MyRealDesire-Ch.2Ep.2Part2-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "E:\RenPy\MyRealDesire-Ch.2Ep.2Part2-pc\MyRealDesire-Ch.2Ep.2Part2-pc\renpy\display\behavior.py", line 962, in event
return handle_click(self.clicked)
File "E:\RenPy\MyRealDesire-Ch.2Ep.2Part2-pc\MyRealDesire-Ch.2Ep.2Part2-pc\renpy\display\behavior.py", line 897, in handle_click
rv = run(action)
File "E:\RenPy\MyRealDesire-Ch.2Ep.2Part2-pc\MyRealDesire-Ch.2Ep.2Part2-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 "E:\RenPy\MyRealDesire-Ch.2Ep.2Part2-pc\MyRealDesire-Ch.2Ep.2Part2-pc\renpy\loadsave.py", line 770, in load
log.unfreeze(roots, label="_after_load")
File "E:\RenPy\MyRealDesire-Ch.2Ep.2Part2-pc\MyRealDesire-Ch.2Ep.2Part2-pc\renpy\python.py", line 1963, in unfreeze
self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
File "E:\RenPy\MyRealDesire-Ch.2Ep.2Part2-pc\MyRealDesire-Ch.2Ep.2Part2-pc\renpy\python.py", line 1795, in rollback
self.load_failed()
File "E:\RenPy\MyRealDesire-Ch.2Ep.2Part2-pc\MyRealDesire-Ch.2Ep.2Part2-pc\renpy\python.py", line 1713, 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.4.596
My Real Desire Ch.2Ep.2Part2
Sat Jul 24 08:54:30 2021
 

ShaddyGames

Engaged Member
Modder
Donor
Game Developer
Jan 19, 2020
2,394
11,989
Hi,

I am getting a traceback error. Am I doing something wrong here?

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 "E:\RenPy\MyRealDesire-Ch.2Ep.2Part2-pc\MyRealDesire-Ch.2Ep.2Part2-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\RenPy\MyRealDesire-Ch.2Ep.2Part2-pc\MyRealDesire-Ch.2Ep.2Part2-pc\renpy\python.py", line 2008, 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 "E:\RenPy\MyRealDesire-Ch.2Ep.2Part2-pc\MyRealDesire-Ch.2Ep.2Part2-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\RenPy\MyRealDesire-Ch.2Ep.2Part2-pc\MyRealDesire-Ch.2Ep.2Part2-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "E:\RenPy\MyRealDesire-Ch.2Ep.2Part2-pc\MyRealDesire-Ch.2Ep.2Part2-pc\renpy\display\core.py", line 3518, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "E:\RenPy\MyRealDesire-Ch.2Ep.2Part2-pc\MyRealDesire-Ch.2Ep.2Part2-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\RenPy\MyRealDesire-Ch.2Ep.2Part2-pc\MyRealDesire-Ch.2Ep.2Part2-pc\renpy\display\transition.py", line 47, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "E:\RenPy\MyRealDesire-Ch.2Ep.2Part2-pc\MyRealDesire-Ch.2Ep.2Part2-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\RenPy\MyRealDesire-Ch.2Ep.2Part2-pc\MyRealDesire-Ch.2Ep.2Part2-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\RenPy\MyRealDesire-Ch.2Ep.2Part2-pc\MyRealDesire-Ch.2Ep.2Part2-pc\renpy\display\screen.py", line 714, in event
rv = self.child.event(ev, x, y, st)
File "E:\RenPy\MyRealDesire-Ch.2Ep.2Part2-pc\MyRealDesire-Ch.2Ep.2Part2-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\RenPy\MyRealDesire-Ch.2Ep.2Part2-pc\MyRealDesire-Ch.2Ep.2Part2-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "E:\RenPy\MyRealDesire-Ch.2Ep.2Part2-pc\MyRealDesire-Ch.2Ep.2Part2-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\RenPy\MyRealDesire-Ch.2Ep.2Part2-pc\MyRealDesire-Ch.2Ep.2Part2-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "E:\RenPy\MyRealDesire-Ch.2Ep.2Part2-pc\MyRealDesire-Ch.2Ep.2Part2-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\RenPy\MyRealDesire-Ch.2Ep.2Part2-pc\MyRealDesire-Ch.2Ep.2Part2-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "E:\RenPy\MyRealDesire-Ch.2Ep.2Part2-pc\MyRealDesire-Ch.2Ep.2Part2-pc\renpy\display\behavior.py", line 962, in event
return handle_click(self.clicked)
File "E:\RenPy\MyRealDesire-Ch.2Ep.2Part2-pc\MyRealDesire-Ch.2Ep.2Part2-pc\renpy\display\behavior.py", line 897, in handle_click
rv = run(action)
File "E:\RenPy\MyRealDesire-Ch.2Ep.2Part2-pc\MyRealDesire-Ch.2Ep.2Part2-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 "E:\RenPy\MyRealDesire-Ch.2Ep.2Part2-pc\MyRealDesire-Ch.2Ep.2Part2-pc\renpy\loadsave.py", line 770, in load
log.unfreeze(roots, label="_after_load")
File "E:\RenPy\MyRealDesire-Ch.2Ep.2Part2-pc\MyRealDesire-Ch.2Ep.2Part2-pc\renpy\python.py", line 1963, in unfreeze
self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
File "E:\RenPy\MyRealDesire-Ch.2Ep.2Part2-pc\MyRealDesire-Ch.2Ep.2Part2-pc\renpy\python.py", line 1795, in rollback
self.load_failed()
File "E:\RenPy\MyRealDesire-Ch.2Ep.2Part2-pc\MyRealDesire-Ch.2Ep.2Part2-pc\renpy\python.py", line 1713, 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.4.596
My Real Desire Ch.2Ep.2Part2
Sat Jul 24 08:54:30 2021
Looks like a corrupted save. I just tried 6 different saves, and all loaded fine.
 

Wills747

Engaged Member
Dec 14, 2018
2,323
4,819
My Compressed Android port of My Real Desire Ch2 Ep2 Part 2 with ShaddyModda WT and gallery mod.
Usual gestures etc


You MAY need to start a new game if you see errors.

There is a switch in Options to hide the quick menu - you will need this to get at least one of the hidden pictures
Alternative save location.
Grant storage permissions on first run.
Updated my compressed unofficial Android port to Ch2 Ep2
 
  • Like
Reactions: M@ximus
5.00 star(s) 1 Vote