Keen 1: stop 'QUIT (Y/N)'

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

Keen 1: stop 'QUIT (Y/N)'

Post by szemigi »

In Keen 1, if I press ESC to call the 'QUIT? (Y/N) window (not 'Quit to (D)os or (T)itle' window), nothing happens (aka disabled, as the title says).
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Re: Keen 1: stop 'QUIT (Y/N)'

Post by levellass »

Code: Select all

#Disable 'Quit Y/N' window -Keen 1
%patch $0838 $5D $C3

#Disable 'Quit Y/N' window -Keen 2
%patch $0838 $5D $C3

#Disable 'Quit Y/N' window -Keen 3
%patch $0895 $5D $C3
User avatar
szemigi
Posts: 716
Joined: Fri Jan 23, 2009 8:06 pm
Location: Hungary
Contact:

Re: Keen 1: stop 'QUIT (Y/N)'

Post by szemigi »

Thanks.

I don't know if this a side effect, but when I press ESC (and nothing happen of course), the menu box disappears and re-appears quickly. Can this be fix? (So if I press ESC in the main menu - when nothing happen - the menu box stays and doesn't get disappeared + re-appeared.
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Re: Keen 1: stop 'QUIT (Y/N)'

Post by levellass »

It cannot; the same code is used for the menu and in the game, if you disable Esc then you can't quit to the title or DOS in the game either. It even happens when you disable most of the keys like this:

Code: Select all

#Disable most of the keys
%patch $0C51 $C3
Post Reply