Releases: ZeikJT/CrossCodeCheats
Releases · ZeikJT/CrossCodeCheats
1.4.2 Fix jump bug
Swap from package.json to ccmod.json
Merge pull request #7 from krypciak/master Add ccmod.json and remove package.json
Change defaults to off
Merge pull request #6 from ZeikJT/ZeikJT-patch-default-values-off Patch default values to off
Add new cheats from grasmanek94@
Add jump modifier cheats, prevent invincible from allowing the health bar to go in red, intro skipping, dashing cheats, run speed modifiers, resistance cheat, aim cheat, and puzzle resetting cheat. Written by @grasmanek94
Allow mod to work in all future versions
Change cross code version support from a range to a minimum.
Allow mod to work in 1.3
1.3.5 Bump patch version
Make button placement more inter-compatible with other mods
Instead of positioning the cheats menu button absolutely it's relative to whichever the first button in the second column is.
Save cheats' state to separate JSON file
No more having to re-enter all your cheat settings every time you load the game, they will now be saved to a separate JSON file. Quit the game and when you load it up again it should have all your cheats just the way you last configured them.
Disable cheats menu items when requirements not met
Example: If you disable Credit Cheat then the UI for Credit Multiplier will be disabled.
Add cheats menu button to title screen
1.1.0 Add Cheats menu to the Title Menu, add animations to make the menu fe…