Mod Cheat Mod Ren'Py ToxiCity Multi-Mod [v0.07.0] [Zemax]

Zemax

Retired
Modder
Donor
Former Staff
Aug 19, 2022
3,685
52,990
Ah shiz sorry to hear about your discord server Zemax :O
Don't worry about it, my friend. I was talking about the site's Discord—I don't have my own server.
Heh, eventually got it working again after reset. Anyways update is out when you have time Zemax! <3
Just updated the mod and improved the cheat menu, have fun!
Do you have the time
To listen to me whine
for an update to your mod
iam-out-jump.gif
 

JHawkins

Newbie
May 30, 2020
59
48
Trying to load my save or any autosave from the last version i got this with and without the new mod.
Could this be because of the one tag change thats noted in the changelog?

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 3213, 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 4037, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1059, 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 1059, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1059, 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 1059, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1249, 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 1059, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1249, 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 1059, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1059, 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 979, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 914, 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 769, 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.26100
Ren'Py 7.4.5.1648
TOXICity 0.06.0
Thu May 22 21:54:54 2025
 
Last edited:

Benjamin_Blume

New Member
May 5, 2022
4
5
Trying to load my save or any autosave from the last version i got this with and without the new mod.
Could this be because of the one tag change thats noted in the changelog?

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 3213, 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 4037, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1059, 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 1059, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1059, 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 1059, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1249, 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 1059, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1249, 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 1059, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1059, 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 979, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 914, 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 769, 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.26100
Ren'Py 7.4.5.1648
TOXICity 0.06.0
Thu May 22 21:54:54 2025
Same issue here.
Same error. All saves don't work.
That's not a problem with the mod but with the game itself. If you really want to use old saves, just load a save from before you go outside with Kallie and find the burned corpse. Or just start a new Game and skip unseen dialog.
 

GeoffG

Newbie
Mar 4, 2024
86
122
That's not a problem with the mod but with the game itself. If you really want to use old saves, just load a save from before you go outside with Kallie and find the burned corpse. Or just start a new Game and skip unseen dialog.

Yeah that's twice in a row now that it hasn't worked. Guess it's best just to use the PDF walkthrough from now on
 
  • Sad
Reactions: Benjamin_Blume

JHawkins

Newbie
May 30, 2020
59
48
That's not a problem with the mod but with the game itself. If you really want to use old saves, just load a save from before you go outside with Kallie and find the burned corpse. Or just start a new Game and skip unseen dialog.
I suspected it might be cause of that changed Tag, good to have clarification. Thanks
 
  • Like
Reactions: Benjamin_Blume

Zemax

Retired
Modder
Donor
Former Staff
Aug 19, 2022
3,685
52,990
Zemax update possible for ya :)
Zemax There has been an update To ToxiCity 7.0.

Seems like everybody is afraid to say anything specific.
One request for a mod update is more than enough guys.
The Multi-Mod has been updated to v0.07.0
The Gallery Unlocker can now unlock Achievements as well.
Added Name Change feature.

2.png

And in case you have issues with game saves, here’s the last save before Chapter 7 begins.
If you're not using the default MC name, you can change it anytime using the Multi-Mod.
You don't have permission to view the spoiler content. Log in or register now.

I was going to complain about the guide not being up, but then I remembered I am not paying this modder and also that I am not a little bitch... Are you okay Zemax? All good in your life?
Thanks for asking. I’m doing fine, but real life has kept me busy lately. Even after retiring from F95 Staff work, I still haven’t found much time to visit the site. I really appreciate you checking in.

Also, I apologize for the delay with the mod update, guys.
 
Last edited:

Ferlucio

Member
Feb 21, 2018
136
126
So far I've had issues with the saves every time but I can load a save from before opening the door with the monster inside at the second office. I was wondering if restarting the game from scratch (with or without mod) would prevent the issue in the futures (obviously assuming I'm using the mod)
 
Last edited:

Draver1

Member
Feb 17, 2021
243
337
So far I've had issues with the saves every time but I can load a save from before opening the door with the monster inside at the second office. I was wondering if restarting the game from scratch (with or without mod) would prevent the issue in the futures (obviously assuming I'm using the mod)
I had that problem until this update. I think it was an issue with the base game not liking the mod allowing you to choose "Both" on a few choices. I did try going through without choosing any "Both" options, but still got the "Greedy" error. Thankfully, with this update it just allowed me to use my save from the end of the last update.