Page 1 of 1

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

Posted: Fri Oct 27, 2017 3:26 pm
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).

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

Posted: Sat Oct 28, 2017 10:45 am
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

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

Posted: Sat Oct 28, 2017 1:22 pm
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.

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

Posted: Sun Oct 29, 2017 6:49 am
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