other Keen 3 patches

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

other Keen 3 patches

Post by szemigi »

I'd like to request other patches for Martinez McMeyer 3, which are the following:

- it takes 35 times to kill the Meep
- after killing the Meep the game ends(so it goes to the ending sequence after killing the Meep)

I want these, because you will have to kill Oppressor Keen, then the game ends.

- the baby vorticon squishes you instead of running into you
- the vortininja can walk like a normal vorticon instead of standing and jumping(so the vortininja walks and jumps sometimes)
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Post by levellass »

Hmmmn, tricky asks all of them. But theoretically possible.


First up though, what do you mean by 'squishes'? Kills? That's easy enough.
Draik
Posts: 117
Joined: Sat Jul 26, 2008 8:52 am
Contact:

Post by Draik »

I suspect (could be wrong) that he wants the vortikid's movement behaviour changed, rather than its lethality. Presumably, it would "squish" you by stomping or some such, leaving you stunned as per usual vortikid behaviour. Probably best for szemi to clarify himself, though.
User avatar
szemigi
Posts: 716
Joined: Fri Jan 23, 2009 8:06 pm
Location: Hungary
Contact:

Post by szemigi »

levellass wrote:Hmmmn, tricky asks all of them. But theoretically possible.


First up though, what do you mean by 'squishes'? Kills? That's easy enough.
Squish: so the vorticon kid squishes you instead of running into you(so the vorticon squishes you like the Yorp)
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Post by levellass »

That makes even less sense.

So it pushes you around?

Code: Select all

#Vortikid pushes, doesn't stun Keen
%patch $3C8D $04
User avatar
troublesomekeen
Posts: 223
Joined: Fri Feb 03, 2012 7:56 pm
Location: Shadowlands
Contact:

Post by troublesomekeen »

Sounds to me like the goal here is to switch the moving behavior of Youth and Ninja, so that Youth is the one jumping around like Ninja, and Ninja walks like Youth.
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Post by levellass »

That might work.


This patch does the Meep thing. Note that you WILL have to be in level 16 for it to win the game, otherwise you just win the level. The first line is the Meep's strength.

Code: Select all

#Meep takes 35 shots to kill, wins game when shot
%patch $3D84 $0023W #Strength
%patch $48C9 $90 #Keen wins the level (if level 16, wins game)
Post Reply