Level load window k4 as keen dreams

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

Level load window k4 as keen dreams

Post by Bubzrulz »

so im using these 2 patches

Code: Select all

#Keen Dreams style level loading box -Keen 4
%patch $38FF $EB $22
and

Code: Select all

#Keen 4 :
%patch $19F34  $46DDW #Text called from
%patch $3354D "  Loading...   " $00
now when i try and make the level load and entrence window bigger i cant need it brigger to list all text entering a level

Code: Select all

#Level entry window size
%patch $634A $0008W #Height
%patch $634E $001AW #Width
changing the height dose nothing any i patching the wrong thing ??

bubsy
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Re: Level load window k4 as keen dreams

Post by levellass »

You are trying to alter the size of the 'Galaxy style' window, which isn't used. What you want to do is alter the size of the 'Dreams style' window you're now using, which requires some different patches: http://www.shikadi.net/keenwiki/Patch:L ... ndow_setup

Code: Select all

#Keen Dreams style window -Keen 4
%patch $19F22 $0012W #Height
%patch $19F26 $0034W #Width
User avatar
Bubzrulz
Posts: 208
Joined: Thu Dec 22, 2016 12:37 pm
Location: N.S.W AUSTRAILA

Re: Level load window k4 as keen dreams

Post by Bubzrulz »

how did i manage to change the loading bar colour between my demo and my mod now have no idea how i did and how do i also change the colour of the "Loading" text


this is my mod as is
Image



this is my demo
Image

it getting to me i cant ork out what i did to change it
User avatar
Nisaba
Posts: 320
Joined: Fri Jan 01, 2016 11:15 pm
Location: patch.pat
Contact:

Re: Level load window k4 as keen dreams

Post by Nisaba »

documentation is the key! never forget to put some notes...
User avatar
Bubzrulz
Posts: 208
Joined: Thu Dec 22, 2016 12:37 pm
Location: N.S.W AUSTRAILA

Re: Level load window k4 as keen dreams

Post by Bubzrulz »

Nisaba wrote: Sun Apr 23, 2017 9:12 pm documentation is the key! never forget to put some notes...

i never went to change it but it was a result of me changing something else
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Re: Level load window k4 as keen dreams

Post by levellass »

Have you tried changing the graphics in 4TIL-8-UNAMSKED.BMP? (These are the ones that contain the 'PRESS ANY KEY' graphics for the status window.)
User avatar
Bubzrulz
Posts: 208
Joined: Thu Dec 22, 2016 12:37 pm
Location: N.S.W AUSTRAILA

Re: Level load window k4 as keen dreams

Post by Bubzrulz »

levellass wrote: Mon Apr 24, 2017 7:50 am Have you tried changing the graphics in 4TIL-8-UNAMSKED.BMP? (These are the ones that contain the 'PRESS ANY KEY' graphics for the status window.)
cheers for heads up found them 4TIL0002.bmp for those using modkeen like me i cant get keengraph to work and i used modkeen from begining


cant find load bar yellow tho
Post Reply