So does that mean that we can use this mod in this new version without getting errors?Info: the Mod is now "officially" onhold.
Spent some hours yesterday and today for a solution to fix my "RenPy issue" with the new release, but without success for me. And actually don't want to put more time into it and decided to at least skip this game version. Maybe I'll have a look at it again with the next release.
For those mostly waited for a WT update: in the new game part was no choice in it. Also only one small branching with a few different dialogs. Chapter 8 Part 2 was therefore a kind of kinetic update, a WT not needed for it anyway.
No, please don't use it for the new game version. Unfortunately that would have the same effect as my new Mod update tries, it would not work properly for the new game release. And also overwrite the new content with the old Ch8 Part 1 from my Mod.So does that mean that we can use this mod in this new version without getting errors?
okdid you see this?
Installation:
- first the game
- second my Mod Ch7P2
- last the Mod patch Ch8P1pre
Attention, you've quoted an outdated post for the previous game version.ok
nice
but where to download mod ch7p2 ?
Unfortunately no, the replay (gallery) was one of the Mod functions I had troubles with the latest game version.not gallery at this update?
Are you gonna work on the replay feature just curiousUnfortunately no, the replay (gallery) was one of the Mod functions I had troubles with the latest game version.
As said it would not work properly with the current game version anymore ( the dev changed to an older RenPy version with Ch8P2)Are you gonna work on the replay feature just curious
same here..i on'ty care at all about sound and music...only WT and sometimes cheat..Thanks for the update (hard work), for me mostly for these mods all I care about is the WT, so thanks
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 "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, 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 3101, 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 3910, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1053, 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 1053, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1053, 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 1053, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1243, in event
rv = super(Window, self).event(ev, x, y, st)
File "renpy/display/layout.py", line 245, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/layout.py", line 1053, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1243, in event
rv = super(Window, self).event(ev, x, y, st)
File "renpy/display/layout.py", line 245, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/layout.py", line 1053, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 245, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/behavior.py", line 975, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 910, 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 452, in __call__
renpy.load(fn)
File "renpy/loadsave.py", line 767, in load
log.unfreeze(roots, label="_after_load")
File "renpy/python.py", line 2173, in unfreeze
self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
File "renpy/python.py", line 2005, in rollback
self.load_failed()
File "renpy/python.py", line 1923, 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.4.1439
Between Salvation and Abyss Chapter8part2
Tue Jul 11 08:17:14 2023
Unfortunately that looks like an incompatible save. Maybe try another one or autosaves. I also have a save posted on the first page, it's from the end of Ch7P2 (a bit hidden under the spoiler for the old game Mod version). I checked, it actually should work with or without my Mod installed.Can someone help me please?
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 "renpy/ast.py", line 922, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 2218, 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 3101, 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 3910, in interact_core rv = root_widget.event(ev, x, y, 0) File "renpy/display/layout.py", line 1053, 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 1053, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/layout.py", line 1053, 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 1053, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/layout.py", line 1243, in event rv = super(Window, self).event(ev, x, y, st) File "renpy/display/layout.py", line 245, in event rv = d.event(ev, x - xo, y - yo, st) File "renpy/display/layout.py", line 1053, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/layout.py", line 1243, in event rv = super(Window, self).event(ev, x, y, st) File "renpy/display/layout.py", line 245, in event rv = d.event(ev, x - xo, y - yo, st) File "renpy/display/layout.py", line 1053, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/layout.py", line 245, in event rv = d.event(ev, x - xo, y - yo, st) File "renpy/display/behavior.py", line 975, in event return handle_click(self.clicked) File "renpy/display/behavior.py", line 910, 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 452, in __call__ renpy.load(fn) File "renpy/loadsave.py", line 767, in load log.unfreeze(roots, label="_after_load") File "renpy/python.py", line 2173, in unfreeze self.rollback(0, force=True, label=label, greedy=greedy, on_load=True) File "renpy/python.py", line 2005, in rollback self.load_failed() File "renpy/python.py", line 1923, 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.4.1439 Between Salvation and Abyss Chapter8part2 Tue Jul 11 08:17:14 2023
My last save is from chapter7p2Unfortunately that looks like an incompatible save. Maybe try another one or autosaves. I also have a save posted on the first page, it's from the end of Ch7P2 (a bit hidden under the spoiler for the old game Mod version). I checked, it actually should work with or without my Mod installed.
Strange, I just checked on a fresh game install. And as said I had no problems withMy last save is from chapter7p2
I'm using your save now but I still have problemsStrange, I just checked on a fresh game install. And as said I had no problems withYou must be registered to see the linksfrom me, with or without using my Mod.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 31142, in script
sof"Will it hurt a lot?"
TypeError: 'bool' object is not callable
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 31142, in script
sof"Will it hurt a lot?"
File "renpy/ast.py", line 715, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1393, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1205, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 871, in do_display
**display_args)
File "renpy/character.py", line 621, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3101, 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 3586, in interact_core
if renpy.display.draw.update(force=self.display_reset):
TypeError: 'bool' object is not callable
Windows-10-10.0.22621
Ren'Py 7.4.4.1439
Between Salvation and Abyss Chapter8part2
Tue Jul 11 09:10:05 2023
Have to admit I have no clue what is causing that in your case.I'm using your save now but I still have problems
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 31142, in script sof"Will it hurt a lot?" TypeError: 'bool' object is not callable -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 31142, in script sof"Will it hurt a lot?" File "renpy/ast.py", line 715, in execute renpy.exports.say(who, what, *args, **kwargs) File "renpy/exports.py", line 1393, in say who(what, *args, **kwargs) File "renpy/character.py", line 1205, in __call__ self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args) File "renpy/character.py", line 871, in do_display **display_args) File "renpy/character.py", line 621, in display_say rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward) File "renpy/ui.py", line 298, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3101, 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 3586, in interact_core if renpy.display.draw.update(force=self.display_reset): TypeError: 'bool' object is not callable Windows-10-10.0.22621 Ren'Py 7.4.4.1439 Between Salvation and Abyss Chapter8part2 Tue Jul 11 09:10:05 2023