Page 1 of 1

Pogo movement

Posted: Thu Jun 15, 2006 4:41 am
by levellord

Code: Select all

#Pogo jetpacks
%patch $7627 $90

#Pogo doesn't fly with godmode
%patch $75F3 $EB

#Pogo always flies
%patch $75F3 $90 $90
Possibly more to come.

Ankh power!

Posted: Thu Jun 15, 2006 10:11 am
by KeenRush
Here's one nice patch I happened to think of. Make pogo fly only if Keen has Ankh-time! You can change Ankh-time to be for example something collectable fuel or something in your mod.. :)
Oh, and change it so too that even if Keen has Ankh-time he isn't automatically in god mode -- there's a patch somewhere to change that.
I'll try to find if I can make it so that it only decreases Ankh-time when Keen is using the pogo. In the mean time, enjoy. ;)

Code: Select all

# Make pogo only fly if Keen has Ankh-time.
%patch $75F0 $46 $99
The cool thing is that Keen just drops back to ground if Ankh-time runs out while he's flying. :)

Edit: If you use the patch above, you can use this patch to make flying so that Keen moves up automatically, but to get down (when having Ankh-time) you have to press the pogo button. Moving gets pretty cool this way, I think.

Code: Select all

%patch $75FA $75

Posted: Thu Jun 15, 2006 10:29 am
by KeenRush
This is just one of those freaky patches that probably no one will use seriously..

Code: Select all

# Allow Keen to pogo backwards.
# That is, never change the direction he is facing when he is pogoing.
%patch $7607 $75

Posted: Fri Jun 16, 2006 4:08 am
by levellord
Ah, excellentness. These will appear muchly in future mods I can tell.

Posted: Tue Aug 26, 2008 1:21 pm
by Tulip
Keenrush, did you succeed in making the ankh-time only running out when pogoing?

If not, did anybody else?

I may be able to use this for my mod.

Posted: Tue Aug 26, 2008 10:11 pm
by levellass
Hmmn, as far as I can see, nobody has; it would certainly be interesting. (I like the fact that whenyou have Ankh time and exit a level, it frou can use it in another level at the start.)