Mod Ren'Py Intertwined - Walkthrough/Gallery Mod [v0.13.1][scrappy]

LoGyMW

Member
Nov 21, 2022
368
356
scrappy 0.13.1 version of this mod doesn't seem to be working on 0.13.1 version of the game. I can't load any saves that i saved on 0.13 version or prior. Those saves were done with Scrappy mod installed. Without Scrappy mod installed everything loads fine.


[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00action_file.rpy", line 479, 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 "F:\Program Files (x86)\Games\Nyx\Intertwined 0.13.1-compressed\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "F:\Program Files (x86)\Games\Nyx\Intertwined 0.13.1-compressed\renpy\python.py", line 1122, 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 "F:\Program Files (x86)\Games\Nyx\Intertwined 0.13.1-compressed\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "F:\Program Files (x86)\Games\Nyx\Intertwined 0.13.1-compressed\renpy\display\core.py", line 3499, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "F:\Program Files (x86)\Games\Nyx\Intertwined 0.13.1-compressed\renpy\display\core.py", line 4457, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "F:\Program Files (x86)\Games\Nyx\Intertwined 0.13.1-compressed\renpy\display\layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\Program Files (x86)\Games\Nyx\Intertwined 0.13.1-compressed\renpy\display\transition.py", line 53, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "F:\Program Files (x86)\Games\Nyx\Intertwined 0.13.1-compressed\renpy\display\layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\Program Files (x86)\Games\Nyx\Intertwined 0.13.1-compressed\renpy\display\layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\Program Files (x86)\Games\Nyx\Intertwined 0.13.1-compressed\renpy\display\screen.py", line 770, in event
rv = self.child.event(ev, x, y, st)
File "F:\Program Files (x86)\Games\Nyx\Intertwined 0.13.1-compressed\renpy\display\layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\Program Files (x86)\Games\Nyx\Intertwined 0.13.1-compressed\renpy\display\layout.py", line 1401, in event
rv = super(Window, self).event(ev, x, y, st)
File "F:\Program Files (x86)\Games\Nyx\Intertwined 0.13.1-compressed\renpy\display\layout.py", line 279, in event
rv = d.event(ev, x - xo, y - yo, st)
File "F:\Program Files (x86)\Games\Nyx\Intertwined 0.13.1-compressed\renpy\display\layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\Program Files (x86)\Games\Nyx\Intertwined 0.13.1-compressed\renpy\display\layout.py", line 1401, in event
rv = super(Window, self).event(ev, x, y, st)
File "F:\Program Files (x86)\Games\Nyx\Intertwined 0.13.1-compressed\renpy\display\layout.py", line 279, in event
rv = d.event(ev, x - xo, y - yo, st)
File "F:\Program Files (x86)\Games\Nyx\Intertwined 0.13.1-compressed\renpy\display\layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\Program Files (x86)\Games\Nyx\Intertwined 0.13.1-compressed\renpy\display\layout.py", line 279, in event
rv = d.event(ev, x - xo, y - yo, st)
File "F:\Program Files (x86)\Games\Nyx\Intertwined 0.13.1-compressed\renpy\display\behavior.py", line 1138, in event
return handle_click(self.clicked)
File "F:\Program Files (x86)\Games\Nyx\Intertwined 0.13.1-compressed\renpy\display\behavior.py", line 1071, in handle_click
rv = run(action)
File "F:\Program Files (x86)\Games\Nyx\Intertwined 0.13.1-compressed\renpy\display\behavior.py", line 375, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 479, in __call__
renpy.load(fn)
File "F:\Program Files (x86)\Games\Nyx\Intertwined 0.13.1-compressed\renpy\loadsave.py", line 813, in load
log.unfreeze(roots, label="_after_load")
File "F:\Program Files (x86)\Games\Nyx\Intertwined 0.13.1-compressed\renpy\rollback.py", line 1084, in unfreeze
self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
File "F:\Program Files (x86)\Games\Nyx\Intertwined 0.13.1-compressed\renpy\rollback.py", line 895, in rollback
self.load_failed()
File "F:\Program Files (x86)\Games\Nyx\Intertwined 0.13.1-compressed\renpy\rollback.py", line 813, 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.19045 AMD64
Ren'Py 8.1.0.23051307
Intertwined 0.13
Mon Dec 30 02:28:09 2024
[/code]

 

scrappy

Well-Known Member
Modder
May 26, 2017
1,065
31,443
scrappy 0.13.1 version of this mod doesn't seem to be working on 0.13.1 version of the game. I can't load any saves that i saved on 0.13 version or prior. Those saves were done with Scrappy mod installed. Without Scrappy mod installed everything loads fine.


[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00action_file.rpy", line 479, 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 "F:\Program Files (x86)\Games\Nyx\Intertwined 0.13.1-compressed\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "F:\Program Files (x86)\Games\Nyx\Intertwined 0.13.1-compressed\renpy\python.py", line 1122, 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 "F:\Program Files (x86)\Games\Nyx\Intertwined 0.13.1-compressed\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "F:\Program Files (x86)\Games\Nyx\Intertwined 0.13.1-compressed\renpy\display\core.py", line 3499, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "F:\Program Files (x86)\Games\Nyx\Intertwined 0.13.1-compressed\renpy\display\core.py", line 4457, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "F:\Program Files (x86)\Games\Nyx\Intertwined 0.13.1-compressed\renpy\display\layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\Program Files (x86)\Games\Nyx\Intertwined 0.13.1-compressed\renpy\display\transition.py", line 53, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "F:\Program Files (x86)\Games\Nyx\Intertwined 0.13.1-compressed\renpy\display\layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\Program Files (x86)\Games\Nyx\Intertwined 0.13.1-compressed\renpy\display\layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\Program Files (x86)\Games\Nyx\Intertwined 0.13.1-compressed\renpy\display\screen.py", line 770, in event
rv = self.child.event(ev, x, y, st)
File "F:\Program Files (x86)\Games\Nyx\Intertwined 0.13.1-compressed\renpy\display\layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\Program Files (x86)\Games\Nyx\Intertwined 0.13.1-compressed\renpy\display\layout.py", line 1401, in event
rv = super(Window, self).event(ev, x, y, st)
File "F:\Program Files (x86)\Games\Nyx\Intertwined 0.13.1-compressed\renpy\display\layout.py", line 279, in event
rv = d.event(ev, x - xo, y - yo, st)
File "F:\Program Files (x86)\Games\Nyx\Intertwined 0.13.1-compressed\renpy\display\layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\Program Files (x86)\Games\Nyx\Intertwined 0.13.1-compressed\renpy\display\layout.py", line 1401, in event
rv = super(Window, self).event(ev, x, y, st)
File "F:\Program Files (x86)\Games\Nyx\Intertwined 0.13.1-compressed\renpy\display\layout.py", line 279, in event
rv = d.event(ev, x - xo, y - yo, st)
File "F:\Program Files (x86)\Games\Nyx\Intertwined 0.13.1-compressed\renpy\display\layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\Program Files (x86)\Games\Nyx\Intertwined 0.13.1-compressed\renpy\display\layout.py", line 279, in event
rv = d.event(ev, x - xo, y - yo, st)
File "F:\Program Files (x86)\Games\Nyx\Intertwined 0.13.1-compressed\renpy\display\behavior.py", line 1138, in event
return handle_click(self.clicked)
File "F:\Program Files (x86)\Games\Nyx\Intertwined 0.13.1-compressed\renpy\display\behavior.py", line 1071, in handle_click
rv = run(action)
File "F:\Program Files (x86)\Games\Nyx\Intertwined 0.13.1-compressed\renpy\display\behavior.py", line 375, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 479, in __call__
renpy.load(fn)
File "F:\Program Files (x86)\Games\Nyx\Intertwined 0.13.1-compressed\renpy\loadsave.py", line 813, in load
log.unfreeze(roots, label="_after_load")
File "F:\Program Files (x86)\Games\Nyx\Intertwined 0.13.1-compressed\renpy\rollback.py", line 1084, in unfreeze
self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
File "F:\Program Files (x86)\Games\Nyx\Intertwined 0.13.1-compressed\renpy\rollback.py", line 895, in rollback
self.load_failed()
File "F:\Program Files (x86)\Games\Nyx\Intertwined 0.13.1-compressed\renpy\rollback.py", line 813, 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.19045 AMD64
Ren'Py 8.1.0.23051307
Intertwined 0.13
Mon Dec 30 02:28:09 2024
[/code]

Try installing this one.
 
  • Like
Reactions: medgecko

im_here_4_content

New Member
Nov 20, 2022
3
0
Dears, I'm blind or, but I cannot find on forum thread of Westview Academy game. Can someone share link here or in pm. thanks! Also thanks for the mode.
 

yekodos6

New Member
Aug 1, 2022
11
12
Try installing this one.
Am i just dumb, or is it just the "fix" posted now in thread? You still need the "base" mod right? Cos i have a base mod file from before, that is like 17mb, and now i can only download a file that is less than 1mb.
And if i just apply the file posted on main post now, then game crashes on load.
 

nitkonikic

Member
Sep 17, 2018
480
1,622
Am i just dumb, or is it just the "fix" posted now in thread? You still need the "base" mod right? Cos i have a base mod file from before, that is like 17mb, and now i can only download a file that is less than 1mb.
And if i just apply the file posted on main post now, then game crashes on load.
The way I've done it (and it works) is to install "fix" first, progress story early on (there are no choices except on Alexis route, and even that one you can progress up to first dialogue choice), save, install mod from first page.

On load with mod from first page, it will go few slides back (for example, if you were at dialogue choice, it will instead load 4-5 slides earlier), but game will no longer crash on load.

Dialogues still display choice values so I assume it works :)

Just "fix" worked for me as well, but I also noticed difference in size, so decided to find a way to get full mod there...
Needed? No idea.