Page 1 of 1

Fun with the Bipship

Posted: Sun Sep 27, 2009 8:59 pm
by Fleexy
For Keen 6 v1.0 ONLY:

Code: Select all

#Bipship can't shoot, goes away from Keen:
%patch $10D35 $05 $00

#Same thing, but ship can now float off edges and into air
%patch $10D35 $06 $00

#Weird stuff
%patch $10D35 $07 $00
Will post more as I find them!

Posted: Mon Sep 28, 2009 12:29 am
by levellass
Interesting, interesting. Is there a theory behind these patches, or are they just random. (I notice for example, you can patch the Bipship's tile detection frame-by-frame to do exactly the same thing as patch #2, because it can be made to ignore floors, but I don't see how your patches work currently.)