Keen 5 patch again

Request patches for Keens 4-6.
Post Reply
User avatar
szemigi
Posts: 716
Joined: Fri Jan 23, 2009 8:06 pm
Location: Hungary
Contact:

Keen 5 patch again

Post by szemigi »

1. Is the patch possible, when after completing a level Keen warps to the next?

(Just like in Bio Menace, aka no worldmap, so if I start new easy, normal or hard game, Keen warps to the first level.)


2. Moreover, if you exit/complete level 1 (and then entering level 2), the entry text of level 2 appears instead of "Keen wondering.... blablabla". And this would happen to the other levels/level entry texts as well.

It's like:

Level 1: (levelname1) - I completed it; Level 2 entry text appears (levelname2)
Level 2: (levelname2)

etc.

3. And not least it takes 50 times to kill the Shockshund. If you touch his dead 'sprite', you win the game.

And of course if you touch the Shockshund (basically, when he isn't dead but active), you don't die.

4. The little ampton runs like the Blooglets.

5. If you shoot the shikadi mine, it explodes (just like you touch it).

6. It takes 1 times to kill the slicestar, which moves as fast as the Bip from Keen 6.
User avatar
troublesomekeen
Posts: 223
Joined: Fri Feb 03, 2012 7:56 pm
Location: Shadowlands
Contact:

Post by troublesomekeen »

When a level is completed, the next level immediately begins without any overworld. Hmmm... I think something like this was done for Suburb Shenanigans.
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Post by levellass »

The rest will take time to do, but here is the first:

Code: Select all

#Go up a level on level completion but not past level $10
%patch $5C8F $6F68W $0001W
%patch $6AD0 $6F68W  $0F $7F $12
%patch $6AE1 $FF $06 $6F68W  $90 $90
This makes the map level unavailable, but you can still warp to it.
User avatar
szemigi
Posts: 716
Joined: Fri Jan 23, 2009 8:06 pm
Location: Hungary
Contact:

Post by szemigi »

Cool.



I have one more I forgot:

Shockshund can ONLY shoot in the air (aka only during jumping, which means when it's standing on the ground, it absolutely cannot shoot, only during jumping in the air like I said)


And it jumps not frequently (I mean not oftenly). So its jumping frequency is average.
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Post by levellass »

Code: Select all

#Slicestar strength
%patch $11762 $0001W #Horizontal
%patch $11806 $0001W #Diagonal
The vertical-horizontal Slicestar's speed cannot easily be patched without also altering the Red Platform's speeds. This adjusts the bouncy Slicestar speed:

Code: Select all

#Diagonal Slicestar speed
%patch $32726 $0018W $0018W
For the Ampton do you mean it runs as fast as the Blooglets?
User avatar
szemigi
Posts: 716
Joined: Fri Jan 23, 2009 8:06 pm
Location: Hungary
Contact:

Post by szemigi »

Yup, runs like the Blooglet.


Moreover, what about the Shockshund patches? Takes more time?





(Anyway, why aren't you on dropbox? Still the computer broken?)
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Post by levellass »

I have managed to purloin a new laptop, a bunch of Lenovs were going cheap. I plan to hit things like a speeding truck while I can.

The Ampton already walks at the same speed as the Blooglets it seems. This patch controls the walking speeds:

Code: Select all

#Lil Ampton walk speed
%patch $32528 $0080W
%patch $32546 $0080W
%patch $32564 $0080W
%patch $32582 $0080W

This makes them move much faster:

Code: Select all

#Lil Ampton walk speed
%patch $32528 $00F0W
%patch $32546 $00F0W
%patch $32564 $00F0W
%patch $32582 $00F0W

This patch makes them not move on poles:

Code: Select all

#Ampton ignores poles entirely
%patch $11345 $05

The tricky ones here are the Shikadi Mine and Shocksund jumping patches, surprisingly tricky. This is the Shocksund's strength:

Code: Select all

#Shocksund strength (50)
%patch $1328A $0032W

This patch wins the game when the Shocksund is stunned:

Code: Select all

#Stunsund uses new collision:
%patch $33370 $1B83251ARL

#New collision: Win level
%patch $1DD48 $EB $0C $55 $8B $EC $C7 $06 $6F70W  $000FW  $5D $CB
User avatar
szemigi
Posts: 716
Joined: Fri Jan 23, 2009 8:06 pm
Location: Hungary
Contact:

Post by szemigi »

Cool.

If you are done with the Shikadi mine and the Shockshund jump patches, don't forget to post them here.
User avatar
MoffD
Posts: 62
Joined: Wed Mar 12, 2014 8:50 pm

Post by MoffD »

Yay! Glad you have a laptop once more Lass, I know how aannoying it is to have to mooch off others computers
User avatar
szemigi
Posts: 716
Joined: Fri Jan 23, 2009 8:06 pm
Location: Hungary
Contact:

Post by szemigi »

MoffD wrote:Yay! Glad you have a laptop once more Lass, I know how aannoying it is to have to mooch off others computers
I'm glad as well.
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Post by levellass »

MoffD wrote:Yay! Glad you have a laptop once more Lass, I know how aannoying it is to have to mooch off others computers
Yeah, there was a massive Tradme sale of Lenovo laptops recently at really affordable prices. I hope this one doesn't bust 'cause I really don't think I'd be able to get another in a hurry.

Hadn't ever heard of this brand, but apparently they make like, the third most popular smartphone or something?
Post Reply