Mod Ren'Py Town of Magic: More Celica, Less Grinding Mod [0.72.002][Deimus]

fantasmic

Member
Modder
Nov 3, 2021
411
1,016
The mod's (finally) been updated for v0.75.500 v0.71.500. I only tested the mod for ~20 minutes, so let me know if something breaks, but the initial releases have been stable for a while now.
 
Last edited:
  • Like
Reactions: Small_Widow

TheLegendaryGrim

New Member
Nov 19, 2020
3
0
Whoops, I guess that what happens when I try to squeeze out an update after a 12-hour shift. It's been fixed now; thanks for the heads-up!
Yo, do you have any idea where I can edit the "available sp" or skill points in the rpy files? I cannot seem to find it, I just want to edit it so I can increase my sp capacity in the game.
 

fantasmic

Member
Modder
Nov 3, 2021
411
1,016
Yo, do you have any idea where I can edit the "available sp" or skill points in the rpy files? I cannot seem to find it, I just want to edit it so I can increase my sp capacity in the game.
I dug around a bit, and came up with this. Install the normal patch, then put this rar in the [Game] folder and extract it.
 

TheLegendaryGrim

New Member
Nov 19, 2020
3
0
I dug around a bit, and came up with this. Install the normal patch, then put this rar in the [Game] folder and extract it.
Yeah that worked, it increased mine by a lot, thanks so much. If you dont mind, how'd you do it? I did not notice anything that increases the sp capacity.
 

fantasmic

Member
Modder
Nov 3, 2021
411
1,016
TheLegendaryGrim Before the game calculates how much SP you have, it checks if you're using the "Infinite SP" cheat from the dev version of the game. I just replaced the no-cheats calculation with the one from cheat mode. It's not how I expected to increase SP, but it works.
 

TheLegendaryGrim

New Member
Nov 19, 2020
3
0
TheLegendaryGrim Before the game calculates how much SP you have, it checks if you're using the "Infinite SP" cheat from the dev version of the game. I just replaced the no-cheats calculation with the one from cheat mode. It's not how I expected to increase SP, but it works.
Just wow, your doing good work man, thanks so much for doing this shit, keep it up <3
 

zyntherius

Newbie
Nov 11, 2017
18
32
Whoops, I guess that what happens when I try to squeeze out an update after a 12-hour shift. It's been fixed now; thanks for the heads-up!
I'm having an issue with the mod it seems. I've noticed that the mod has files that are .rpy but the entire game itself is coded in .rpyc

Because of this, I get hit with all sorts of error screens
 

fantasmic

Member
Modder
Nov 3, 2021
411
1,016
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.
 

zyntherius

Newbie
Nov 11, 2017
18
32
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
```
 

fantasmic

Member
Modder
Nov 3, 2021
411
1,016
zyntherius I dunno, it should Just Work. Running the game before patching suggests your copy of the game and Unren-forall are both good. I extracted a fresh copy of the game and applied the patch and everything worked as it should. The only other tip I can give is the basic-troubleshooting tip of "Delete everything you were doing. Download a fresh copy of the game, patch, and UnRen-forall. Install the patch as instructed." Maybe Windows is the culprit, but I'm on Windows10 myself so it's probably not that.