Upvote Upvoted 3 Downvote Downvoted
animation help
posted in Customization
1
#1
2 Frags +

.

.
2
#2
1 Frags +

I'm not exactly in a position to test this, but this fix might work/be a step in the right direction.

If you were to open your HudPlayerHealth.res in your userstuff/resource/ui folder and look for the element that looks like this:

	"HudPlayerHealth"
	{
		"ControlName"	"EditablePanel"
		"fieldName"		"HudPlayerHealth"
		"xpos"			"c-212"
		"ypos"			"c89"
		"zpos"			"2"
		"wide"			"150"
		"tall"			"150"
		"visible"		"1"
		"enabled"		"1"	
		"HealthBonusPosAdj"	"35"
		"HealthDeathWarning"	"0.00"
		"HealthDeathWarningColor"	"232 68 68 255"
	}

And after you've found that, try changing the "HealthDeathWarning" value to "0.49" or any value that suits you.

In short, it's the percent of health at which you're at when the "Death Warning" will activate. In this case it would be just slight less than half (half being "0.50").

Again, if that doesn't work, i'll try to look more intently for a solution when I'm in a position to do so.

I'm not exactly in a position to test this, but this fix might work/be a step in the right direction.

If you were to open your HudPlayerHealth.res in your userstuff/resource/ui folder and look for the element that looks like this:

[code] "HudPlayerHealth"
{
"ControlName" "EditablePanel"
"fieldName" "HudPlayerHealth"
"xpos" "c-212"
"ypos" "c89"
"zpos" "2"
"wide" "150"
"tall" "150"
"visible" "1"
"enabled" "1"
"HealthBonusPosAdj" "35"
"HealthDeathWarning" "0.00"
"HealthDeathWarningColor" "232 68 68 255"
}[/code]

And after you've found that, try changing the "HealthDeathWarning" value to "0.49" or any value that suits you.

In short, it's the percent of health at which you're at when the "Death Warning" will activate. In this case it would be just slight less than half (half being "0.50").

Again, if that doesn't work, i'll try to look more intently for a solution when I'm in a position to do so.
3
#3
0 Frags +

.

.
4
#4
0 Frags +

.

.
5
#5
0 Frags +

Sorry about the belated response, but I have no clue which files those would be. Hopefully someone who's more proficient with huds could help you.

Sorry about the belated response, but I have no clue which files those would be. Hopefully someone who's more proficient with huds could help you.
6
#6
1 Frags +

http://doodlesstuff.com/?tutorial=tf2hud is useful for finding out which .res files control what.

http://doodlesstuff.com/?tutorial=tf2hud is useful for finding out which .res files control what.
Please sign in through STEAM to post a comment.