Hello Galera's Ragezone;
I came to ask for aid for you, can you help me? Thank you if they can.
I know, like change the colors of the game .. those ^ 1 .. ^ 2 and etc. ..
Thank you
Hello Galera's Ragezone;
I came to ask for aid for you, can you help me? Thank you if they can.
I know, like change the colors of the game .. those ^ 1 .. ^ 2 and etc. ..
Thank you
i need to know that too
find teh preexisting colors hex value
get the first 3 or 4
and reverse them from rgb to bgr and add a alpha of FF
Then search for it in a hex editor all of them will be together
i dont get that AT ALL
get a hex editor, search gunz for
80 80 80 FF 00 00 FF FF 00 FF 00 FF FF 00 00 FF
00 FF FF FF 00 00 80 FF 00 80 00 FF 80 00 00 FF
00 80 80 FF FF FF FF FF
^0 = 80 80 80 FF (grey)
^1 = 00 00 FF FF (red)
^2 = 00 FF 00 FF (green)
^3 = FF 00 00 FF (blue)
^4 = 00 FF FF FF (yellow)
^5 = 00 00 80 FF (dark red)
^6 = 00 80 00 FF (dark green)
^7 = 80 00 00 FF (dark blue)
^8 = 00 80 80 FF (dark yellow)
^9 = FF FF FF FF (white)
Each of thsoe are in bgra Format
------------------------------------------------------
method for bgra colors
alpha is most likely always going to be FF
reverse the hex from rgb to bgr then add a alpha of FF
Example:
so ur bgra hex color would really be - 00CFFFFCode:red is rgb: FF0C00 <--default hex value for colors bgr: 000CFF <--Reversed rgb values 00CFFFF <-- FF being alpha
Credits: Sulfin for Pre-existing color hex values
Sorry, I just got it a little. If it is not asking much, I wanted a screeshot, where I edit it.
Thank you, Thank you there!
Open your loadable, search the pre-existing vaulse (given in the little example above) and change them to the color code you want. Use Hex editor to make the changes.
help.
Im no noob to hex workshop
but i cant find any of those colors, i tried searching,
tried searching seperate colors
tried searching the whole thing
tried looking through Gunz.exe
i cant find it help?