Patch request: No pre-jump pause

Request patches for Keens 1-3.
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Post by levellass »

Ok, so based on Dr K's comment I have found a patch that makes Keen jump the very soon after the button is pressed. (Instant jumping doesn't work.) The first line is the length of the pause, the second line is the jump speed. The product of the two is Keen's jump height.

Code: Select all

#Keen jumps instantly - Keen 1
%patch $3BAC $0023W
%patch $3C25 $0004W $7C

#Keen jumps instantly - Keen 2
%patch $69EE $0023W
%patch $6A67 $0004W $7C

#Keen jumps instantly - Keen 3
%patch $7251 $0023W
%patch $72D3 $0004W $7C

Huzzah!
User avatar
troublesomekeen
Posts: 223
Joined: Fri Feb 03, 2012 7:56 pm
Location: Shadowlands
Contact:

Post by troublesomekeen »

Sweet meat! And you have a version of the patch for Keen 2 and 3! Bravo! Thanks so much, Dr. K and levellass! I have need of just such a patch in my Keen2mod project!
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Post by levellass »

I never really let a patch go, it's always there in a special window in my web browser.
Post Reply