********** CHEAT CODES ********** #Change or disable the cheat codes: http://andy.durdin.net/keen/modding/viewtopic.php?t=15 #To change the cheat window sizes and text, see #Text patches -> Cheats #Disable cheats: %patch $0E1D $C3 #Disable CTSpace cheat: %patch $114B $C3 #Disable GOD cheat: %patch $AF77 $EB #Even with God mode, Keen can't walk through solid map tiles %patch $75F3 $EB #Pogo doesn't fly with godmode %patch $75F0 $46 $99 # Make pogo only fly if Keen has Ankh-time. #CTSpace doesn't affect: %patch $0E6F $90 $90 $90 #Ammo %patch $0E69 $90 $90 $90 #Pogo %patch $0E7D $90 $90 $90 #Keycards #----------------------------------------------------------------- #What CTSpace cheat gives Keen: %patch $0E6E $48 $9D $64 $00 #Ammo (100) %patch $0E68 $1A $9D $01 $00 #Pogo (0 to steal pogo) %patch $0E7C $1E $9D $01 $00 #ALL keys (0 to steal all keys) #What the first byte affects*: $1A: Pogo $1E: All cards $20; Red card $22: Green card $24: Blue card $26: Level 1 $28: Level 2 $2A: Level 3 $2C: Level 4 $2E: Level 5 $30: Level 6 $32: Level 7 $34: Level 8 $36: Level 9 $38: Level 10 $3A: Level 11 $3C: Level 12 $3E: Level 13 $40: Level 14 $42: Level 15 $44: Level 16 $46: Lives $48: Ammo $4A: Points $4C: Points * 65536 * For Ankh time use the two byte sting $46 $99 #----------------------------------------------------------------- #Pogo jetpacks %patch $7627 $90 #Pogo always flies %patch $75F3 $90 $90