Skip to content

Releases: ZeikJT/CrossCodeCheats

1.4.2 Fix jump bug

23 May 02:24
39beb00
Compare
Choose a tag to compare

Swap from package.json to ccmod.json

22 Feb 01:31
39beb00
Compare
Choose a tag to compare
Merge pull request #7 from krypciak/master

Add ccmod.json and remove package.json

Change defaults to off

09 Sep 00:57
08b9c2a
Compare
Choose a tag to compare
Merge pull request #6 from ZeikJT/ZeikJT-patch-default-values-off

Patch default values to off

Add new cheats from grasmanek94@

07 Sep 06:55
1cea15a
Compare
Choose a tag to compare

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

24 Mar 18:25
f7e93fa
Compare
Choose a tag to compare

Change cross code version support from a range to a minimum.

Allow mod to work in 1.3

02 Feb 06:39
328a8d5
Compare
Choose a tag to compare
1.3.5

Bump patch version

Make button placement more inter-compatible with other mods

02 Feb 06:27
Compare
Choose a tag to compare

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

30 Jan 16:09
ccd2cfd
Compare
Choose a tag to compare

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

30 Jan 16:08
Compare
Choose a tag to compare

Example: If you disable Credit Cheat then the UI for Credit Multiplier will be disabled.

Add cheats menu button to title screen

30 Jan 16:05
Compare
Choose a tag to compare
1.1.0

Add Cheats menu to the Title Menu, add animations to make the menu fe…