OK, I've managed to duplicate Shirokaido's mod for v1.0.3-2, and everything seems to work in testing, so here you go:
-Consumables do not decrease
-Trade does not decrease items
-100% drop rate from enemies
-Ignore SP
-100% drop rate from plants
-Overheat Reduction (modifier changed from 50 to 500, so it both gains and drains VERY slowly)
Filepath: Steam\steamapps\common\CrossCode\assets\js
Pachux wrote: ↑Sat Dec 29, 2018 9:13 pm
Hey! Thank you very much for this.
I want to disable the ignore SP option. I found the lines on the script but I don't know exactly what to edit to disable it. What should I do?
With the exception of overheat reduction, all of the mods are just commented out lines of code, so to disable Ignore SP do this:
-Backup game.compiled.js
-Open game.compiled.js in Notepad++
-CTRL-F and search for "///" (all the sections modded use "///" to label themselves)
-'Find Next' until you get to the Disable SP code.
-Delete the "//" from the start of the lines of the code related to the mod (Notepad++ will display the commented out lines as green).
-Save the modified game.compiled.js