Upvote Upvoted 1 Downvote Downvoted
Default HUD, with green damage indicators
posted in Q/A Help
1
#1
0 Frags +

Hey, I was wondering if I could get a default HUD with green damage indicators? Thanks. :D Sorry new to this stuff :P

Hey, I was wondering if I could get a default HUD with green damage indicators? Thanks. :D Sorry new to this stuff :P
2
#2
0 Frags +

If you really mean damage indicators (the red things that show you where the damage comes from), then no. If you mean damage numbers, that would be no problem.

If you really mean damage indicators (the red things that show you where the damage comes from), then no. If you mean damage numbers, that would be no problem.
3
#3
2 Frags +

"Resource/UI/HudDamageAccount.res"
{
"CDamageAccountPanel"
{
"fieldName" "CDamageAccountPanel"
"text_x" "10"
"text_y" "10"
"delta_item_start_y" "0"
"delta_item_end_y" "5"
"PositiveColor" "0 255 0 255" // RED GREEN BLUE ALPHA
"NegativeColor" "0 255 0 255"
"delta_lifetime" "2"
"delta_item_font" "HudFontMedium"
"delta_item_font_big" "HudFontMedium"
}
}

Thats if you mean damage numbers

"Resource/UI/HudDamageAccount.res"
{
"CDamageAccountPanel"
{
"fieldName" "CDamageAccountPanel"
"text_x" "10"
"text_y" "10"
"delta_item_start_y" "0"
"delta_item_end_y" "5"
"PositiveColor" "0 255 0 255" // RED GREEN BLUE ALPHA
"NegativeColor" "0 255 0 255"
"delta_lifetime" "2"
"delta_item_font" "HudFontMedium"
"delta_item_font_big" "HudFontMedium"
}
}

Thats if you mean damage numbers
Please sign in through STEAM to post a comment.