To set up, please visit the setup guide at https://c2.tail.ws/.
Non-Invasive, trimmed down version with only minor tweaks.
Features
- Adjust FPS
- Adjust Hz
- Toggle Blur
- Toggle Animation
- Toggle Audiosamples (internally renamed from exp-01 [...] to a more meaningful one
Game reads from settings/*.txt
FPS and Hz expects a value starting at 60. Blur and Animation a value from 0 to 1 (off and on)
Audiosamples need to match the exact oggfile in the cultris2.jar in order to play. Do not change the order unless you want to swap sound effects. Therefore, if you wanna disable one, just add disabled_ in front of the sample you don't want.
- Make changes of cultris2.jar in Recaf.
- Extract the modified class from cultris2.jar to a different directory.
- Pass the class over to Krakatau2 like
./krak2 dis --out OC-http-handling-and-game-parameters.j /home/blu/git25/c2-patch/binary/OC.class
. - Add the new .J file into
src/<classname>
and git add it - Commit the Cultris2.jar along with the change