KEEN 6 no level 0

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

KEEN 6 no level 0

Post by Bubzrulz »

hi im trying to have no "map"

so keen starts level 1

Code: Select all

#Keen starts game in the 1
%patch $5A8F $75A4W $0001W
and now been tryin to mod this patch but no matter what i do i cant get it to go to level 2 after 1 it goes 1 to 1 to 2 , i can get it to go to finishing game high score or to finishing game text then high score but not level 1 to 2 and so on ... what am i not doing right

Code: Select all

#Winning level goes to next level
%patch $68D4 $FF $06 $7558W  $90 $90 $90
%patch $68E7 $A1 $7558W  $A3 $75A4W
%patch $68F3 $EB $0A
or is there anyway to patch so level 0 is a real level not a map
User avatar
Nisaba
Posts: 320
Joined: Fri Jan 01, 2016 11:15 pm
Location: patch.pat
Contact:

Re: KEEN 6 no level 0

Post by Nisaba »

the Wiki states:
KeenWiki wrote:Note that this patch assumes Keen starts on level 0 as the initial 'next level' value is 1.
so let Keen start in Level 0.
And don't forget to change the world-map-Keen-sprite into a level-Keen-sprite.
User avatar
Bubzrulz
Posts: 208
Joined: Thu Dec 22, 2016 12:37 pm
Location: N.S.W AUSTRAILA

Re: KEEN 6 no level 0

Post by Bubzrulz »

yes i saw that so i tried to modify patch ...

now i cant get level 0 to exit collect items or go thru doors what am i doing wrong only on level 0, I got right keen sprite
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Re: KEEN 6 no level 0

Post by levellass »

This patch makes Keen behave the same way in level 0 as in level 1: (Use only one of these for your game!)

Code: Select all

#Keen can get stuff in level 0 -Keen 4
%patch $8FBC $A7EDW $00 $90 $90

#Keen can get stuff in level 0  -Keen 5
%patch $8F2E $9E55W $00 $90 $90

#Keen can get stuff in level 0  -Keen 6
%patch $8D96 $A97BW $00 $90 $90
User avatar
Bubzrulz
Posts: 208
Joined: Thu Dec 22, 2016 12:37 pm
Location: N.S.W AUSTRAILA

Re: KEEN 6 no level 0

Post by Bubzrulz »

levellass wrote: Sun Mar 26, 2017 12:39 am
#Keen can get stuff in level 0 -Keen 6
%patch $8D96 $A97BW $00 $90 $90[/code]
it still dosnt let you exit the level
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Re: KEEN 6 no level 0

Post by levellass »

Wait, which game are you modding? Keen 6?


These patches let you exit the map level normally, add the right one to your patchfile:

Code: Select all

#Level 0 is a regular level -Keen 4
%patch $904F $EB $05

#Level 0 is a regular level -Keen 5
%patch $8FC1 $EB $05

#Level 0 is a regular level -Keen 6
%patch $8E29 $EB $05
User avatar
Bubzrulz
Posts: 208
Joined: Thu Dec 22, 2016 12:37 pm
Location: N.S.W AUSTRAILA

Re: KEEN 6 no level 0

Post by Bubzrulz »

levellass wrote: Sun Mar 26, 2017 4:21 am Wait, which game are you modding? Keen 6?


These patches let you exit the map level normally, add the right one to your patchfile:

Code: Select all

#Level 0 is a regular level -Keen 4
%patch $904F $EB $05

#Level 0 is a regular level -Keen 5
%patch $8FC1 $EB $05

#Level 0 is a regular level -Keen 6
%patch $8E29 $EB $05
doing a keen 4 and 6 atm
Post Reply