Upvote Upvoted 0 Downvote Downvoted
No HUD damage indicators
posted in Customization
1
#1
0 Frags +

Just installed Grape m0rehud

no damage indicators (red lines / rings)

help

Just installed Grape m0rehud

no damage indicators (red lines / rings)

help
2
#2
6 Frags +
1. Go to your "tf" folder, and open the "scripts" folder.

2. Open up "hudlayout.res"

3. Ctrl+F "HudDamageIndicator" then replace whatever is under it with this:

"fieldName" "HudDamageIndicator"
"visible" "1"
"enabled" "1"
"MinimumWidth" "10"
"MaximumWidth" "10"
"StartRadius" "80"
"EndRadius" "80"
"MinimumHeight" "30"
"MaximumHeight" "60"
"MinimumTime" "1"

OR

- If your hud doesn't have "HudDamageIndicator" :

- Repeat steps 1 and 2 from above.

- On the very top of the text file, under the first "{" paste this :

HudDamageIndicator
{
"fieldName" "HudDamageIndicator"
"visible" "1"
"enabled" "1"
"MinimumWidth" "10"
"MaximumWidth" "10"
"StartRadius" "80"
"EndRadius" "80"
"MinimumHeight" "30"
"MaximumHeight" "60"
"MinimumTime" "1"
}

You can also adjust the values on your own. You can make it wider or thinner, closer or farther from the middle, longer or shorter, etc.
[quote]1. Go to your "tf" folder, and open the "scripts" folder.

2. Open up "hudlayout.res"

3. Ctrl+F "HudDamageIndicator" then replace whatever is under it with this:

"fieldName" "HudDamageIndicator"
"visible" "1"
"enabled" "1"
"MinimumWidth" "10"
"MaximumWidth" "10"
"StartRadius" "80"
"EndRadius" "80"
"MinimumHeight" "30"
"MaximumHeight" "60"
"MinimumTime" "1"

OR

- If your hud doesn't have "HudDamageIndicator" :

- Repeat steps 1 and 2 from above.

- On the very top of the text file, under the first "{" paste this :

HudDamageIndicator
{
"fieldName" "HudDamageIndicator"
"visible" "1"
"enabled" "1"
"MinimumWidth" "10"
"MaximumWidth" "10"
"StartRadius" "80"
"EndRadius" "80"
"MinimumHeight" "30"
"MaximumHeight" "60"
"MinimumTime" "1"
}

You can also adjust the values on your own. You can make it wider or thinner, closer or farther from the middle, longer or shorter, etc.[/quote]
3
#3
0 Frags +
typtosnip

Just checked this back, thank you it worked!

[quote=typto]snip[/quote]
Just checked this back, thank you it worked!
Please sign in through STEAM to post a comment.