Upvote Upvoted 13 Downvote Downvoted
Change red damage indicator size
posted in Customization
1
#1
0 Frags +

found this in an old thread. its pretty handy and most of the huds ive used havent used it from what i can tell, so i thought id post it again.

Basically, your screen won't be filled up with red stuff. It's already a pain in the ass when you are blinded by explosions. It is also easier to see exactly which direction you took damage from since it is more precise.

How to put this into your HUD : This works with any HUD.

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.

here's the original thread from 2 years ago
http://www.teamfortress.tv/thread/2019/make-your-giant-red-damage-indicators-smaller/?page=1

for reference, here's what mine look like

Show Content
found this in an old thread. its pretty handy and most of the huds ive used havent used it from what i can tell, so i thought id post it again.

[quote]Basically, your screen won't be filled up with red stuff. It's already a pain in the ass when you are blinded by explosions. It is also easier to see exactly which direction you took damage from since it is more precise.

How to put this into your HUD : This works with any HUD.

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]
here's the original thread from 2 years ago
http://www.teamfortress.tv/thread/2019/make-your-giant-red-damage-indicators-smaller/?page=1

for reference, here's what mine look like [spoiler]MaximumHeight 150[img]http://i.imgur.com/8M1Qf26.jpg[/img][/spoiler]
2
#2
1 Frags +

Thanks for this

Thanks for this
3
#3
2 Frags +

is it possible to change the color of the damage indicators with this?

is it possible to change the color of the damage indicators with this?
4
#4
3 Frags +
Pellovleyis it possible to change the color of the damage indicators with this?

Unfortunately no. The damage indicators themselves are images, this just says how to resize/place them on the hud.

You could always edit the vtf itself, but that'd only work in sv_pure 0.

[quote=Pellovley]is it possible to change the color of the damage indicators with this?[/quote]
Unfortunately no. The damage indicators themselves are images, this just says how to resize/place them on the hud.

You could always edit the vtf itself, but that'd only work in sv_pure 0.
5
#5
2 Frags +

Screenshot

Show Content
Screenshot [spoiler][img]http://images.akamai.steamusercontent.com/ugc/6186040167190611306/84BBB2E3E6890E8D42BFBAE4589619947A821E44/[/img][/spoiler]
6
#6
0 Frags +
deetrScreenshots:

Before
Show Content

After
Show Content

it looks like the "before" image is already custom

[quote=deetr]Screenshots:

Before [spoiler][img]http://images.akamai.steamusercontent.com/ugc/6186040167190610963/4B124687F3E3121844D21E334A5F6B63FAFC4613/[/img][/spoiler]

After [spoiler][img]http://images.akamai.steamusercontent.com/ugc/6186040167190611306/84BBB2E3E6890E8D42BFBAE4589619947A821E44/[/img][/spoiler][/quote]

it looks like the "before" image is already custom
7
#7
0 Frags +

I find that many huds do this, the big named older ones at least, they just comment out the entire section where this goody is.

I find that many huds do this, the big named older ones at least, they just comment out the entire section where this goody is.
8
#8
0 Frags +
vileit looks like the "before" image is already custom

Yeah it was and I can't get it to not be that so I removed the before pic

[quote=vile]
it looks like the "before" image is already custom[/quote]

Yeah it was and I can't get it to not be that so I removed the before pic
Please sign in through STEAM to post a comment.