Concerning Gargs (and a little about butler bots):

Completed patches for Keen1.
Post Reply
User avatar
najawa
Posts: 192
Joined: Thu Jun 02, 2005 5:42 pm
Location: New Berlin, Wisconson
Contact:

Concerning Gargs (and a little about butler bots):

Post by najawa »

Here's some interesting patches I discovered while trying to get a garg to crash a level:

This makes the garg just exist under keen, and can't effect his in any way (it still can be shot):
Code:

Code: Select all

#Garg does absolutly nothing to keen! 
%patch $184E $FF $FF

This patch just makes gargs that should exist in a level, just not exist:
Code:

Code: Select all

#Garg just don't exist (even though they should be there) 
%patch $184F $FFF $FFF

Loads a level with absolutly no sprites (only works if a garg is in the level):
Code:

Code: Select all

#Loads level with no sprites (only works if a garg is in the level; really neat, but you must quit to leave). 
%patch $1849 $90 $90

And a bonus:

This makes the butler bot into a background sprite. I don't know what It could be used for, but hey; here it is:
Code:

Code: Select all

#Make butler bot unable to push keen 
%patch $1000 $00 $00

Have fun with these!

-- NAJAWA --
Post Reply