zyntherius Be sure to use an up-to-date version of UnRen-forall and follow the instructions carefully. An out-of-date/other decompiler can cause the game to throw errors after decompiling, as can certain decompiled rpyc files (such as renpy_events_evie). That's why I stress decompiling
only the rpa files and not the rpyc files. Ren'py reads rpy files before reading the rpyc files, which I why I can distribute the patch as rpy without needing to recompile them first or requiring users to delete rpyc files.
Also, be sure you have the correct version of the game; the patch will only work with the specific version listed.
You can also run the game after decompiling the rpa files but before installing the patch to help see if the problem is with your decompiler. The patch really should Just Work.
Game ran fine with the UnRen-forall. I even went manually into the files to hunt down those 3 rpa files to delete. So Followed all the instructions.
.bat file in the game folder, press 1 then delete the rpa files afterwards. then enter to close. Started up the game, everythings fine.
Extracted the ToM-MCLG-0.71.500a into the game folder and yes the game is the latest updated.
Launch game. Open a new save and now:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/initialize_variables_enemies.rpy", line 2, in script
python:
File "game/initialize_variables_enemies.rpy", line 42, in <module>
if celicaspirit_has_anchormoves():
NameError: name 'celicaspirit_has_anchormoves' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpyc", line 613, in script call
File "game/renpy_events_sayer.rpyc", line 45, in script call
File "game/renpy_system.rpyc", line 92, in script call
File "game/initialize_variables.rpyc", line 13, in script call
File "game/initialize_variables_enemies.rpy", line 2, in script
python:
File "D:\Downloads\f95\Town_of_Magic-win\renpy\ast.py", line 823, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Downloads\f95\Town_of_Magic-win\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/initialize_variables_enemies.rpy", line 42, in <module>
if celicaspirit_has_anchormoves():
NameError: name 'celicaspirit_has_anchormoves' is not defined
Windows-10-10.0.19045 AMD64
Ren'Py 8.2.3.24061702
Town of Magic 0.71.500a
Sun Mar 9 15:00:34 2025
```