ScrambledHow do I get combat text to show as part of the HUD?
Not floating above the people I'm shooting, but above the ammo or something.
Floating above the person IS part of the hud, but the part you are looking for is:
"DamageAccountValue"
{
"ControlName" "CExLabel"
"fieldName" "DamageAccountValue"
"xpos" "c-80" //c-144 default
"ypos" "r220"
"zpos" "2"
"wide" "100"
"tall" "26"
"visible" "1"
"enabled" "1"
"labelText" "%metal%"
"textAlignment" "west"
"fgcolor" "0 255 255 255"
"font" "[your font]"
}
throw that in the huddamageaccount.res file in resource/ui and it should work, granted you give it a font.
This also looks very screwed up due to copy pasting but just spam tab a few times and it should be fiiine