Does anyone own the old m0re hud with damage numbers by the health? The new one doesn't have this and I can't find the older link that contained m0re huds to like 1.1 or something that was posted on his steam group since it's been down for a while. Thanks.
Put this into your HudDamageAccount.res file
"DamageAccountValue"
{
"ControlName" "CExLabel"
"fieldName" "DamageAccountValue"
"xpos" "c-212"
"ypos" "r155"
"zpos" "2"
"wide" "101"
"tall" "26"
"visible" "1"
"enabled" "1"
"labelText" "%metal%"
"textAlignment" "center"
"fgcolor" "Damage Numbers"
"font" "M0refont18"
}
}
Edit:
In damage numbers you need to add in a colour, I don't think m0re has and 'Damage Numbers' line for the colour.
For example put this into the "fgcolor" "255 255 255 255"
255 255 255 255(This is white)
255 255 0 255(I think this is yellow)
"DamageAccountValue"
{
"ControlName" "CExLabel"
"fieldName" "DamageAccountValue"
"xpos" "c-212"
"ypos" "r155"
"zpos" "2"
"wide" "101"
"tall" "26"
"visible" "1"
"enabled" "1"
"labelText" "%metal%"
"textAlignment" "center"
"fgcolor" "Damage Numbers"
"font" "M0refont18"
}
}
Edit:
In damage numbers you need to add in a colour, I don't think m0re has and 'Damage Numbers' line for the colour.
For example put this into the "fgcolor" "255 255 255 255"
255 255 255 255(This is white)
255 255 0 255(I think this is yellow)
GeknaiirThanks. What would the value for the shadow be?
In the "Font" "M0reFont18Outline", if you want a bigger font try "M0reFont24Outline"
M0re only has outlines no shadows :/
In the "Font" "M0reFont18Outline", if you want a bigger font try "M0reFont24Outline"
M0re only has outlines no shadows :/
edit i got it with these values from broeselhud
"DamageAccountValue"
{
"ControlName" "CExLabel"
"fieldName" "DamageAccountValue"
"xpos" "c-144"
"ypos" "r137"
"zpos" "2"
"wide" "100"
"tall" "26"
"visible" "1"
"enabled" "1"
"labelText" "%metal%"
"textAlignment" "west"
"fgcolor" "255 255 255 255"
"font" "M0refont18Outline"
}
and i also forget HUD_CombatText_Batching 1
[code] "DamageAccountValue"
{
"ControlName" "CExLabel"
"fieldName" "DamageAccountValue"
"xpos" "c-144"
"ypos" "r137"
"zpos" "2"
"wide" "100"
"tall" "26"
"visible" "1"
"enabled" "1"
"labelText" "%metal%"
"textAlignment" "west"
"fgcolor" "255 255 255 255"
"font" "M0refont18Outline"
}[/code]
and i also forget HUD_CombatText_Batching 1