patch for esc key

Request patches for Keens 4-6.
Post Reply
User avatar
Bubzrulz
Posts: 208
Joined: Thu Dec 22, 2016 12:37 pm
Location: N.S.W AUSTRAILA

patch for esc key

Post by Bubzrulz »

Hi I need a patch for the esc key because i don't have a level 0 if u press esc while the try again or exit menu is up when you die the game crashes (no level 0 cos no world map in my mod just straight levels)
User avatar
Nisaba
Posts: 320
Joined: Fri Jan 01, 2016 11:15 pm
Location: patch.pat
Contact:

Re: patch for esc key

Post by Nisaba »

what you need is this patch. it will skip the the window and Keen will automatically restart a level if he dies with no option to return to the map.
This patch will also decrease Keen's lives.

Code: Select all

#Auto restart level, decrements lives
%patch $668C $9A $146008A8RL    $5F $5E $8B $E5 $5D $CB
User avatar
Bubzrulz
Posts: 208
Joined: Thu Dec 22, 2016 12:37 pm
Location: N.S.W AUSTRAILA

Re: patch for esc key

Post by Bubzrulz »

Nisaba wrote: Wed Jan 04, 2017 11:05 am what you need is this patch. it will skip the the window and Keen will automatically restart a level if he dies with no option to return to the map.
This patch will also decrease Keen's lives.

Code: Select all

#Auto restart level, decrements lives
%patch $668C $9A $146008A8RL    $5F $5E $8B $E5 $5D $CB
what about for k6 or even 5
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Re: patch for esc key

Post by levellass »

Keen 5:

Code: Select all

#Auto restart level, decrements lives
%patch $6647 $9A $155A08A5RL     $5F $5E $8B $E5 $5D $CB
Keen 6:

Code: Select all

#Auto restart level, decrements lives
%patch $645C $9A $141308A9RL     $5F $5E $8B $E5 $5D $CB
Post Reply