Log in

View Full Version : Color code


Fahnenbohn
03-16-16, 07:17 AM
Hello,

Here is my problem : I would like to change the color of the liquid in the glass tube that represents the water level. So, I look in menu_1024_768.ini, and I find this :

[G2B I24]
Name=Water level
Type=1026;Menu group
ItemID=0x2B070000
ParentID=0x2B000000
Pos=938,-476,60,451
Color=0xFF000000

So, I replace 0xFF000000 with other values, but there is no change in game.

What am I doing wrong ??

F.

http://nsm08.casimages.com/img/2016/03/16//16031601270018069014065044.png (http://www.casimages.com/img.php?i=16031601270018069014065044.png)

Tycho
03-16-16, 08:37 AM
Look for "Sub level", little lower after 0x2B070000, for me it is:

[G2B I144]
Name=Sub level
Type=1031;Stat bmp array
ItemID=0x2B070002
ParentID=0x2B070000
Pos=24,-371,12,80
Color=0x081A44FF

SquareSteelBar
03-16-16, 09:09 AM
White = 0xFFFFFFFF
Tan = 0xEBCF99FF
Black = 0xFF
Orange1 = 0xD26400FE
Orange2 = 0xDD5800FF
Orange3 = 0xE26522FF
Light Brown = 0x9F8671FF
Brown = 0x593A20FF
Gray = 0x8B8989FF
Black = 0x111111FF
Green = 0x329632FE
Light Gray = 0xB0B0B0FF
Light Tan = 0xCDB59EFF
Light Green = 0x00FF99FF

Fahnenbohn
03-16-16, 09:47 AM
White = 0xFFFFFFFF
Tan = 0xEBCF99FF
Black = 0xFF
Orange1 = 0xD26400FE
Orange2 = 0xDD5800FF
Orange3 = 0xE26522FF
Light Brown = 0x9F8671FF
Brown = 0x593A20FF
Gray = 0x8B8989FF
Black = 0x111111FF
Green = 0x329632FE
Light Gray = 0xB0B0B0FF
Light Tan = 0xCDB59EFF
Light Green = 0x00FF99FF

How do you know ??? More precise colors are possible ?

Fahnenbohn
03-16-16, 12:34 PM
Thank you guys for your good advice ! It still remains a bit mysterious for me, as I've replaced by brown, tan or light tan, and I get the same color ... white ! But I like it ! Problem solved !

http://nsm08.casimages.com/img/2016/03/16//16031606430218069014065743.png (http://www.casimages.com/img.php?i=16031606430218069014065743.png)