game over kicks out off of game

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

game over kicks out off of game

Post by Bubzrulz »

been modding this slowly now if you die it says "game over" the you press any key it kicks you out and says RF_NewMap: map too tall! what am i doing wrong or what dose this mean? and here is the files https://www.dropbox.com/s/b53gaqvgg26hh ... n.zip?dl=0
User avatar
Nisaba
Posts: 320
Joined: Fri Jan 01, 2016 11:15 pm
Location: patch.pat
Contact:

Re: game over kicks out off of game

Post by Nisaba »

Bubzrulz wrote:now if you die it says "game over" the you press any key it kicks you out and says RF_NewMap: map too tall! what am i doing wrong or what dose this mean?
after dying (or moving to the end screen story), the game is about to look for the high score level, which is level 19. in your mod there is no level 19. that's why the game crashes.

you either want to re-insert a high score level again.

or use this patch to skip the high scores entirely:

Code: Select all

#Don't play highscore demo when a game is quit or new high score is obtained
%patch $3C7D $90 $90 $90 $90 $90
User avatar
Bubzrulz
Posts: 208
Joined: Thu Dec 22, 2016 12:37 pm
Location: N.S.W AUSTRAILA

Re: game over kicks out off of game

Post by Bubzrulz »

or use this patch to skip the high scores entirely:

Code: Select all

#Don't play highscore demo when a game is quit or new high score is obtained
%patch $3C7D $90 $90 $90 $90 $90
worked a treat thanks will add high score level back latter
Post Reply