Some Vortikid patches (CK3)

Request patches for Keens 1-3.
Post Reply
User avatar
Quillax
Posts: 23
Joined: Sun Mar 27, 2016 5:48 pm
Contact:

Some Vortikid patches (CK3)

Post by Quillax »

So, I was working on a Keen 3 mod, and I was wondering if it is possible to make the following patches for the Vortikid:
  • The Vortikid will only jump when it reaches a cliff.
  • How high the Vortikid will jump will always be as high as Keen's max jump height.
So, that's pretty much it!
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Post by levellass »

This patch removes the randomness in the Vortikid's jump, so it always jumps the same height. You may have to adjust the jump height ($00D0) if it's not perfect.

Code: Select all

#Derandomize Vorticon Youth jump heights
%patch $4353 $90 $90 $90
%patch $4350 $00D0W

Sadly I have been unable to make them jump at edges, this is a surprisingly tricky thing to do.This has been attempted before and they tend to just fall off edges or get stuck against walls.
User avatar
Quillax
Posts: 23
Joined: Sun Mar 27, 2016 5:48 pm
Contact:

Post by Quillax »

Thanks, Levellass! The patch works really fine! Also, don't worry if you can't make them jump at edges. I don't think I would really need it, even though, it could make some interesting level designs.
Post Reply