Quote:
Originally Posted by DrBeast
Hex code would be #FFFFFF, but that damn thing is not in hexadecimal code! I can't for the life of me figure out that format. I did manage to remove the black color from my home-brewed dials, but unfortunately I don't have the menu_1024.ini file here at work.
|
0x... format is hex format, just not 'html'. The '0x' is a hex specifier in programming languages like C++/C#.
Unfortunately I am no menu.ini guru so I don't know what order the hex data is written (the game reverses several other data as well (also in .dat files)).
So it could be:
0xRRGGBBAA or 0xBBGGRRAA
I'm sure one of the other menu guru's has the final answer.
One way or the other, 0xFFFFFFFF is white.