Keycards and exiting a level

Completed patches for Keen3.
Post Reply
User avatar
levellord
Crazy pAtChEr
Posts: 1401
Joined: Thu Nov 20, 2003 11:35 pm
Location: NewZealand
Contact:

Keycards and exiting a level

Post by levellord »

Here's the requested patch you wanted, hope this helps:

Code: Select all

# Let Keen keep keycards when exiting a level: 
%patch $8617 $90 $90 $90 $90 $90 $90 $90 $90 
             $90 $90 $90 $90 $90 $90 $90 $90 
             $90 $90 $90 $90 $90 $90 $90 $90 
             $90 $90 $90 

#Don't take away yellow keycard if Keen has it
%patch $861A $01

#Give Keen all the keycards when he exits a level
%patch $8627 $01
Enjoy!
Post Reply