stat box patch moving drops

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

stat box patch moving drops

Post by Bubzrulz »

been customizing my stats box lot of trial and error and looking everywhere for different patches and my stat box come out like this but now i wanta move the drops scection of it yo where arrow pointing Image
did end up getting the part that says drops up there (no up enough tho) but couldnt work out the rest so put it..
User avatar
Nisaba
Posts: 320
Joined: Fri Jan 01, 2016 11:15 pm
Location: patch.pat
Contact:

Re: stat box patch moving drops

Post by Nisaba »

Bubzrulz wrote:been customizing my stats box lot of trial and error and looking everywhere for different patches and my stat box come out like this but now i wanta move the drops scection of it yo where arrow pointing Image
did end up getting the part that says drops up there (no up enough tho) but couldnt work out the rest so put it..
EDIT: shikadi.net/keenwiki/Patch:Status_Window_(Galaxy)#What_is_displayed <-- check this for altering the status window. (if you aren't sure what to to exactly, please report your issues)

one quick thing about dropbox though. you might want to change your links like so

direct download links:
https://www.dropbox.com/s/hkn4hi59qzkq8hv/abiathar.pat?dl=0
https://www.dropbox.com/s/hkn4hi59qzkq8hv/abiathar.pat?dl=1

emending images:
https://www.dropbox.com/s/7r7umhrk903mghl/stat%20box.jpg?dl=0
https://dl.dropboxusercontent.com/s/7r7umhrk903mghl/stat%20box.jpg

I'm not using dosbox, so there might be a simpler (gui/menu based) solution out there...
User avatar
Bubzrulz
Posts: 208
Joined: Thu Dec 22, 2016 12:37 pm
Location: N.S.W AUSTRAILA

Re: stat box patch moving drops

Post by Bubzrulz »

OK this is for moving lives to center but deletes the drops

Code: Select all

#Center lives, remove drops
%patch $7FC2 $0080W
%patch $7FE5 $B8 $00AFW  $50 $9A $1D060DE3RL     $83 $C4 $0A $A1 $7A6AW  $99
             $52 $50 $B8 $0029W  $50 $B8 $0002W  $50 $B8 $0080W  $50 $B8 $00B0W
                 $50 $0E $E8 $FB67W $83 $C4 $0C $EB $48

and this isfor just moving lives but cos #Vertical and horizontal position are same i cant get it where i want it

Code: Select all

Lives text center
%patch $7FC2 $0087W #Horizontal
%patch $7FC8 $0080W #Vertical
%patch $7FCB $0655W #Text read from
%patch $2F4C5 "LIVES" $00

#Counter
%patch $7FEF $7A6AW #What to track
%patch $7FF5 $0029W #start tile
%patch $7FF9 $0002W #Number of digits
%patch $7FFD $0080w #Vertical AND horizontal position (Both are equal!)

%patch $7FE6 $90 $90 $90 $90 $90 #Background rectangle

best i can do with the 2nd code for lives
Image

so im abit lost as how to do it is there a way to use one of the boxes i'm not using as the new counter box so i can put it where i want it
User avatar
Bubzrulz
Posts: 208
Joined: Thu Dec 22, 2016 12:37 pm
Location: N.S.W AUSTRAILA

Re: stat box patch moving drops

Post by Bubzrulz »

SUCCESS!!! JUST have it the other way around from the drops

Image
Post Reply