Page 1 of 1

Help menu yellow border removing

Posted: Thu Jul 26, 2018 1:58 am
by szemigi
I saw that this patch exists for Keen 4.
Could you do it for Keen 5 and 6 as well?

Re: Help menu yellow border removing

Posted: Thu Jul 26, 2018 10:20 am
by Nisaba
FYI Keen 6 does not have a help menu...

Re: Help menu yellow border removing

Posted: Thu Jul 26, 2018 10:26 am
by Nisaba
...for Keen 4 and 5 you don't need a patch, really. Simply check the extracted images and redraw the respected six images to your liking. let's say you want the help screen menu to appear just in red (no borders whatsoever) then paint everything just red. easy as that.

Re: Help menu yellow border removing

Posted: Thu Jul 26, 2018 12:32 pm
by szemigi
Yeah, sorry, Keen 6 doesn't have.

With patch, you can remove the border of help menu in Keen 4-5. ;)

Re: Help menu yellow border removing

Posted: Thu Jul 26, 2018 9:16 pm
by Nisaba

Code: Select all

#Don't display main Computer Wrist bitmaps - Keen 4
%patch $995C $90 $90 $90 $90 $90 #Top of help screen
%patch $996F $90 $90 $90 $90 $90 #Left of help screen
%patch $9983 $90 $90 $90 $90 $90 #Right of help screen
%patch $9997 $90 $90 $90 $90 $90 #Bottom of help screen

Re: Help menu yellow border removing

Posted: Thu Jul 26, 2018 9:28 pm
by szemigi
I already saw this on KeenWiki, but what I want is the Keen 5 version of the patch, which Levellass will make...


EDIT: Lass, answer the other topics below this topic.

Re: Help menu yellow border removing

Posted: Wed Aug 01, 2018 2:47 am
by levellass
Redrawing images is inelegant though, it takes up space and you can't use them for other things.

Code: Select all

#Don't display main Computer Wrist bitmaps -Keen 5:
%patch $E8C4 $90 $90 $90 $90 $90 #Top of help screen
%patch $E8D7 $90 $90 $90 $90 $90 #Left of help screen
%patch $E8EB $90 $90 $90 $90 $90 #Right of help screen
%patch $E8FF $90 $90 $90 $90 $90 #Bottom of help screen

Re: Help menu yellow border removing

Posted: Wed Aug 01, 2018 6:02 am
by Nisaba
Oh c'mon. I was just about to post the exact same patch... seems like I'm still too slow when it comes to dig for new patches. At least I know that I did my job right.

Re: Help menu yellow border removing

Posted: Thu Aug 02, 2018 1:25 am
by szemigi
levellass wrote: Wed Aug 01, 2018 2:47 am Redrawing images is inelegant though, it takes up space and you can't use them for other things.

Code: Select all

#Don't display main Computer Wrist bitmaps -Keen 5:
%patch $E8C4 $90 $90 $90 $90 $90 #Top of help screen
%patch $E8D7 $90 $90 $90 $90 $90 #Left of help screen
%patch $E8EB $90 $90 $90 $90 $90 #Right of help screen
%patch $E8FF $90 $90 $90 $90 $90 #Bottom of help screen
I even wanna remove the border of the entire help menu, not only the ComputerWrist.

Re: Help menu yellow border removing

Posted: Sun Aug 05, 2018 10:12 am
by levellass
Then you'll want this too:

Code: Select all

#Don't display main help page bitmaps -Keen 5:
%patch $E57A $EB $63 #All images