Disable Main Menu all together and Terminator sequence and title screen

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

Disable Main Menu all together and Terminator sequence and title screen

Post by Bubzrulz »

trying to use all these patches together but once you use the last one it gose staight to demo then main menu

Code: Select all

#Disable Main Menu in-game
%patch $798E $E9 $00AAW

#Skip Main Menu, go straight to new game on startup
%patch $51F8 $EB $05


#Disable Terminator sequence and title screen (Frees $4E9F-$51B7)
%patch $3C26 $90 $90 $90 $90 $90
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Re: Disable Main Menu all together and Terminator sequence and title screen

Post by levellass »

All you need is this patch to go straight to the game from the B800 screen. (Oh, and the ingame menu-disabling one.)

Code: Select all

#Go straight to new game
%patch $4EA8 $C7 $06 $7A70W  $0005W  $C7 $06 $474AW  $0002W  $9A $146008A8RL
             $9A $05C40063RL     $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: Disable Main Menu all together and Terminator sequence and title screen

Post by Bubzrulz »

levellass wrote: Wed Oct 25, 2017 6:00 am All you need is this patch to go straight to the game from the B800 screen. (Oh, and the ingame menu-disabling one.)

Code: Select all

#Go straight to new game
%patch $4EA8 $C7 $06 $7A70W  $0005W  $C7 $06 $474AW  $0002W  $9A $146008A8RL
             $9A $05C40063RL     $5F $5E $8B $E5 $5D $CB
works treat great use to showcase some ideas i been workin on
Post Reply