Pogo movement

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

Pogo movement

Post 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.
KeenRush
Patch Maker
Posts: 1988
Joined: Sun Aug 31, 2003 2:52 pm
Location: Sand Yego
Contact:

Ankh power!

Post 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
KeenRush
Patch Maker
Posts: 1988
Joined: Sun Aug 31, 2003 2:52 pm
Location: Sand Yego
Contact:

Post 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
User avatar
levellord
Crazy pAtChEr
Posts: 1401
Joined: Thu Nov 20, 2003 11:35 pm
Location: NewZealand
Contact:

Post by levellord »

Ah, excellentness. These will appear muchly in future mods I can tell.
User avatar
Tulip
Posts: 394
Joined: Mon Jun 16, 2008 2:40 pm
Location: Heidelberg, Germany
Contact:

Post 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.
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Post 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.)
Post Reply