Cubekolgrrrrrrr
bad day?
f2s4x1othe first two steps worked. but I can't change the cross color.
At the top of hudplayerhealth.res you will find something similar to this:
"HudPlayerHealth"
{
"ControlName" "EditablePanel"
"fieldName" "HudPlayerHealth"
"xpos" "-10"
"ypos" "25"
"zpos" "2"
"wide" "f0"
"tall" "480"
"visible" "1"
"enabled" "1"
"HealthBonusPosAdj" "37"
"HealthBonusPosAdj_minmode" "20"
"HealthDeathWarning" "0.49"
"HealthDeathWarningColor" "HudDeathWarning"
}
Here you can change the low health colour by replacing HudDeathWarning with whatever you want. If that does not work you need to go into clientscheme.res and search for HudDeathWarning in the colours section and change the value there.
If you want to change the buff colour you need to change the vtf to a coloured vtf. In hudplayerhealth.res find this bit
"PlayerStatusHealthImage"
{
"ControlName" "ImagePanel"
"fieldName" "PlayerStatusHealthImage"
"xpos" "c-134"
"ypos" "35"
"zpos" "4"
"wide" "51"
"tall" "51"
"visible" "0"
"enabled" "0"
"scaleImage" "1"
}
and add
"image" "replay/thumbnails/yourimage
change yourimage you whatever your vmt is called and google how to make custom vmts if you want to find out how to do it.
Put your low health cross file in materials/vgui/replay/thumbnails
done that should work but it might screw up your low health colour