PATCH: Derandomize Vorticon jump heights

Completed patches for Keen1.
Post Reply
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

PATCH: Derandomize Vorticon jump heights

Post by levellass »

This patch makes all Vorticon jumps the maximum height:

Code: Select all

#Makes all Vorticon jumps the maximum height:
%patch $C05C $C3
It works by blocking the subroutine that randomly shortens Vorticon jumps.

Enjoy.
Stealthy71088
Posts: 583
Joined: Thu Mar 17, 2005 11:54 pm
Location: NY

Post by Stealthy71088 »

I assume the patch that allows you to change that maximum height is still compatible, right?
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Post by levellass »

Oh heck yes.

The subroutine removes $22 $00 lumps from the main jump height so this just makes all jumps high jumps. I figure I can also make the Vorticon bounce like a pogo stick, or not jump at all.
Stealthy71088
Posts: 583
Joined: Thu Mar 17, 2005 11:54 pm
Location: NY

Post by Stealthy71088 »

I would be very interested in the make the vorticon bounce patch, especially a Keen3 version of it.
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Post by levellass »

It'd bounce continiously, like a bounder; it'd take a bit of work, but after my Keen day stuff is done, I'll look for it for you.
Post Reply