Initialization screen patching

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

Initialization screen patching

Post by Bubzrulz »

is there any way of patching everything out besides the top bit that says the episode and botom box that says press any key
User avatar
Nisaba
Posts: 320
Joined: Fri Jan 01, 2016 11:15 pm
Location: patch.pat
Contact:

Re: Initialization screen patching

Post by Nisaba »

please define "everything"!
User avatar
Bubzrulz
Posts: 208
Joined: Thu Dec 22, 2016 12:37 pm
Location: N.S.W AUSTRAILA

Re: Initialization screen patching

Post by Bubzrulz »

all text will be great
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Re: Initialization screen patching

Post by levellass »

Some of the text is preexisting and needs a tool like TheDraw to edit. This patch stops the game displaying what hardware is available:

Code: Select all

#Don't show game information (Frees $19C21 - $19F4B)
%patch $38D0 $90 $90 $90 $90 $90

This may occasionally cause the game to load in 'PC mode' (PC sounds no music), if this occurs there's a patch for that too.
User avatar
Bubzrulz
Posts: 208
Joined: Thu Dec 22, 2016 12:37 pm
Location: N.S.W AUSTRAILA

Re: Initialization screen patching

Post by Bubzrulz »

what files need to be edited ps useing modkeen to extract files
levellass wrote: Wed Oct 25, 2017 2:45 am Some of the text is preexisting and needs a tool like TheDraw to edit. This patch stops the game displaying what hardware is available:

Code: Select all

#Don't show game information (Frees $19C21 - $19F4B)
%patch $38D0 $90 $90 $90 $90 $90

This may occasionally cause the game to load in 'PC mode' (PC sounds no music), if this occurs there's a patch for that too.
used this patch and this happens at bottom
Image
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Re: Initialization screen patching

Post by levellass »

Yes, do you want to block the 'Ready' text too?

Code: Select all

#Don't display 'Ready...' text
%patch $19FA6 $90 $90 $90
The relevant Keenwii page is here: http://www.shikadi.net/keenwiki/Patch:B800_text_screens
User avatar
Bubzrulz
Posts: 208
Joined: Thu Dec 22, 2016 12:37 pm
Location: N.S.W AUSTRAILA

Re: Initialization screen patching

Post by Bubzrulz »

levellass wrote: Thu Oct 26, 2017 2:57 am Yes, do you want to block the 'Ready' text too?

Code: Select all

#Don't display 'Ready...' text
%patch $19FA6 $90 $90 $90
The relevant Keenwii page is here: http://www.shikadi.net/keenwiki/Patch:B800_text_screens
no the iniztilaing and ready texts are doing weird stuff now
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Re: Initialization screen patching

Post by levellass »

What do you WANT them to do?
User avatar
Nisaba
Posts: 320
Joined: Fri Jan 01, 2016 11:15 pm
Location: patch.pat
Contact:

Re: Initialization screen patching

Post by Nisaba »

is it something like this what you have in mind?
Image
User avatar
Bubzrulz
Posts: 208
Joined: Thu Dec 22, 2016 12:37 pm
Location: N.S.W AUSTRAILA

Re: Initialization screen patching

Post by Bubzrulz »

Nisaba wrote: Thu Oct 26, 2017 8:47 pm is it something like this what you have in mind?
Image
yes it is
User avatar
Bubzrulz
Posts: 208
Joined: Thu Dec 22, 2016 12:37 pm
Location: N.S.W AUSTRAILA

Re: Initialization screen patching

Post by Bubzrulz »

levellass wrote: Thu Oct 26, 2017 3:15 pm What do you WANT them to do?
work as it dose nomarly whitch it donsnt after that patch
Post Reply