I know, there were many complaints about this part if you look at the 1-2 stars reviews. That's why I will absolutely remake the Prologue (and some parts of Chapter I) once I'm done with Chapter I.View attachment 4467225
Eeeh, nah. There not being a choice in this interaction, but in various unimportant ones earlier is shite.
"I want this game to be as good as possible..."I know, there were many complaints about this part if you look at the 1-2 stars reviews. That's why I will absolutely remake the Prologue (and some parts of Chapter I) once I'm done with Chapter I.
I want this game to be as good as possible
nope my saves worked fineAll my saves broke (Went from 0.11 to 0.12b), is this happening to anyone else?
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00action_file.rpy", line 499, 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_load_save.rpym", line 35, in script $ ui.interact() File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\ast.py", line 821, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\python.py", line 1178, in py_exec_bytecode exec(bytecode, globals, locals) File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module> $ ui.interact() File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\ui.py", line 301, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\core.py", line 2215, 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 "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\core.py", line 3278, in interact_core rv = root_widget.event(ev, x, y, 0) File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\layout.py", line 1294, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\transition.py", line 53, in event return self.new_widget.event(ev, x, y, st) # E1101 File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\layout.py", line 1294, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\layout.py", line 1294, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\screen.py", line 793, in event rv = self.child.event(ev, x, y, st) File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\layout.py", line 1294, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\layout.py", line 1523, in event rv = super(Window, self).event(ev, x, y, st) File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\layout.py", line 288, in event rv = d.event(ev, x - xo, y - yo, st) File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\layout.py", line 1294, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\layout.py", line 1294, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\behavior.py", line 1180, in event return handle_click(self.clicked) File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\behavior.py", line 1101, in handle_click rv = run(action) File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\behavior.py", line 394, in run new_rv = run(i, *args, **kwargs) File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\behavior.py", line 401, in run return action(*args, **kwargs) File "renpy/common/00action_file.rpy", line 499, in __call__ renpy.load(fn) File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\loadsave.py", line 826, in load log.unfreeze(roots, label="_after_load") File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\rollback.py", line 1135, in unfreeze self.rollback(0, force=True, label=label, greedy=greedy, on_load=True) File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\rollback.py", line 930, in rollback self.load_failed() File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\rollback.py", line 848, 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.3.2.24090902 DESIRIUM 0.12.0b Tue Jan 21 12:09:33 2025
not all my saves but the ones from near the end of the update did yeahAll my saves broke (Went from 0.11 to 0.12b), is this happening to anyone else?
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00action_file.rpy", line 499, 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_load_save.rpym", line 35, in script $ ui.interact() File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\ast.py", line 821, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\python.py", line 1178, in py_exec_bytecode exec(bytecode, globals, locals) File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module> $ ui.interact() File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\ui.py", line 301, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\core.py", line 2215, 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 "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\core.py", line 3278, in interact_core rv = root_widget.event(ev, x, y, 0) File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\layout.py", line 1294, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\transition.py", line 53, in event return self.new_widget.event(ev, x, y, st) # E1101 File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\layout.py", line 1294, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\layout.py", line 1294, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\screen.py", line 793, in event rv = self.child.event(ev, x, y, st) File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\layout.py", line 1294, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\layout.py", line 1523, in event rv = super(Window, self).event(ev, x, y, st) File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\layout.py", line 288, in event rv = d.event(ev, x - xo, y - yo, st) File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\layout.py", line 1294, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\layout.py", line 1294, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\behavior.py", line 1180, in event return handle_click(self.clicked) File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\behavior.py", line 1101, in handle_click rv = run(action) File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\behavior.py", line 394, in run new_rv = run(i, *args, **kwargs) File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\behavior.py", line 401, in run return action(*args, **kwargs) File "renpy/common/00action_file.rpy", line 499, in __call__ renpy.load(fn) File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\loadsave.py", line 826, in load log.unfreeze(roots, label="_after_load") File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\rollback.py", line 1135, in unfreeze self.rollback(0, force=True, label=label, greedy=greedy, on_load=True) File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\rollback.py", line 930, in rollback self.load_failed() File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\rollback.py", line 848, 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.3.2.24090902 DESIRIUM 0.12.0b Tue Jan 21 12:09:33 2025
This should make more sense once Chapter I is completeThere was mention about package but i dont recall MC getting any package
Some choices do not have an impact, so I decided to not make them highlighted in green. It might be confusing as it isthe ingame walkthrough option doesn't work, anyone else have the same?
some choices have a highlighted option others don't (i guessed those lead to same path just dialogue changes)the ingame walkthrough option doesn't work, anyone else have the same?
this scene is not in the game yea?
It 100% is, although you could say a sexy devil is playing a trick on youthis scene is not in the game yea?