Ammo set to zero at level exit

Completed patches for Keen2.
Post Reply
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Ammo set to zero at level exit

Post by levellass »

For the upcoming Keen day Keen 2 level competition. (Needs a shorter title don't you think? KDK2C...)

Code: Select all

#Set Keen's ammo to zero when exiting level
%patch $7C9A $31 $C0 $A3 $9E $AA $A3 $A0 $AA $A3
             $A2 $AA $A3 $A4 $AA $A3 $9A $AA $A3
             $DE $9A $90 $90 $90 $90 $90 $90 $90
And I also found this:

Code: Select all

#Remove pogo at levels end
%patch $8446 $90 $90 $90 $90
And this, just to annoy people:

Code: Select all

#Disable CTSpace cheat
%patch $0DB0 $C3
Enjoy!
User avatar
XkyRauh
Posts: 1114
Joined: Sun Aug 31, 2003 9:14 pm
Location: San Diego, California

Post by XkyRauh »

Haha--I always hate it when people change the cheats in their mods. :)
User avatar
Freeyorp101
Posts: 159
Joined: Thu Nov 24, 2005 2:12 am
Location: New Zealand

Post by Freeyorp101 »

For the KDK2C I don't think we should remove the pogo at the level exit, since in keen2 keen always has a pogo..
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Post by levellass »

Hey, whatever; the patch is still there, how could I not look it up?

We have only two levels so far, but they are *good*
Post Reply