yighthttps://i.gyazo.com/8c5d86664eb3d206c8b0df2327286cdf.png
when i use rayshud why dont i see the max health below my current health like this screenie
In a July update they just disabled it by default.
If you want to re-enable it go to rayshud/resource/ui/HudPlayerHealth.res, find "PlayerStatusMaxHealthValue" and copy and paste this in:
"PlayerStatusMaxHealthValue"
{
"ControlName" "CExLabel"
"fieldName" "PlayerStatusMaxHealthValue"
"xpos" "156"
"xpos_minmode" "156"
"ypos" "77"
"zpos" "6"
"wide" "50"
"tall" "20"
"visible" "1"
"enabled" "1"
"labelText" "%MaxHealth%"
"textAlignment" "center"
"font" "CerbeticaBold28"
"font_minmode" "CerbeticaBold28"
"fgcolor" "Health Normal"
}
"PlayerStatusMaxHealthValueShadow"
{
"ControlName" "CExLabel"
"fieldName" "PlayerStatusMaxHealthValueShadow"
"xpos" "157"
"xpos_minmode" "157"
"ypos" "78"
"zpos" "6"
"wide" "50"
"tall" "20"
"visible" "1"
"enabled" "1"
"labelText" "%MaxHealth%"
"textAlignment" "center"
"font" "CerbeticaBold28"
"font_minmode" "CerbeticaBold28"
"fgcolor" "TransparentBlack"
}