Upvote Upvoted 4 Downvote Downvoted
default hud damage number thing help me pls
posted in Q/A Help
1
#1
Ascent
3 Frags +

I like using the default hud and I'd like to use it how it is but instead of the small red damage numbers I want to have really big green ones sort of like this http://www.youtube.com/watch?v=7So3YQdleIQ except green instead but I don't know how to get the default hud files to customize it, if someone could help id much appreciate it <3

I like using the default hud and I'd like to use it how it is but instead of the small red damage numbers I want to have really big green ones sort of like this http://www.youtube.com/watch?v=7So3YQdleIQ except green instead but I don't know how to get the default hud files to customize it, if someone could help id much appreciate it <3
2
#2
huds.tf
0 Frags +

You want to look for HudDamageAccount, iirc. I can't remember on the top of my head what it looks like inside the file however. Have a play around with it.

You want to look for HudDamageAccount, iirc. I can't remember on the top of my head what it looks like inside the file however. Have a play around with it.
3
#3
9 Frags +

basically when you install custom huds, if you don't include a file that tf2 needs then it just uses the default version of the file. that way you can have a resource/ui folder with nothing but a custom HudDamageAccount.res

"Resource/UI/HudDamageAccount.res"
{
	"CDamageAccountPanel"
	{
		"fieldName"				"CDamageAccountPanel"
		"text_x"				"0"
		"text_y"				"0"
		"delta_item_end_y"		"0"
		"PositiveColor"			"0 255 0 255"
		"NegativeColor"			"0 255 0 255"
		"delta_lifetime"		"2"
		"delta_item_font"		"HudFontMediumBigBold"
		"delta_item_font_big"	"HudFontMediumBigBold"
	}
}

that should work fine, I haven't tested it though

basically when you install custom huds, if you don't include a file that tf2 needs then it just uses the default version of the file. that way you can have a resource/ui folder with nothing but a custom HudDamageAccount.res

[code]"Resource/UI/HudDamageAccount.res"
{
"CDamageAccountPanel"
{
"fieldName" "CDamageAccountPanel"
"text_x" "0"
"text_y" "0"
"delta_item_end_y" "0"
"PositiveColor" "0 255 0 255"
"NegativeColor" "0 255 0 255"
"delta_lifetime" "2"
"delta_item_font" "HudFontMediumBigBold"
"delta_item_font_big" "HudFontMediumBigBold"
}
}[/code]
that should work fine, I haven't tested it though
4
#4
1 Frags +

in case you just want a quick way for some different dmg numbers here is the default hud w/large yellow numbers. http://tf2.gamebanana.com/guis/22816

in case you just want a quick way for some different dmg numbers here is the default hud w/large yellow numbers. http://tf2.gamebanana.com/guis/22816
5
#5
0 Frags +

i use big yellow ones if you would like that

i use big yellow ones if you would like that
6
#6
4 Frags +

.

.
7
#7
-2 Frags +
Rambadiliansorry for bumping an old thread, and sorry for the dumb question, but is there a way to make it so it shows the last damage done as well?"Resource/UI/HudDamageAccount.res"
{
"CDamageAccountPanel"
{
"fieldName" "CDamageAccountPanel"
"text_x" "0"
"text_y" "0"
"delta_item_end_y" "0"
"PositiveColor" "0 255 0 255"
"NegativeColor" "0 255 0 255"
"delta_lifetime" "1.5"
"delta_item_font" "HudFontMedium"
"delta_item_font_big" "HudFontMedium"
}
}
[quote=Rambadilian]sorry for bumping an old thread, and sorry for the dumb question, but is there a way to make it so it shows the last damage done as well?[/quote]
[quote]"Resource/UI/HudDamageAccount.res"
{
"CDamageAccountPanel"
{
"fieldName" "CDamageAccountPanel"
"text_x" "0"
"text_y" "0"
"delta_item_end_y" "0"
"PositiveColor" "0 255 0 255"
"NegativeColor" "0 255 0 255"
"delta_lifetime" "1.5"
"delta_item_font" "HudFontMedium"
"delta_item_font_big" "HudFontMedium"
}
}[/quote]
8
#8
-6 Frags +

how would i be able to use this with a custom hud, because i dont like the way the dmg text look on my feshud?

how would i be able to use this with a custom hud, because i dont like the way the dmg text look on my feshud?
9
#9
6 Frags +

"posted about 5 years ago"

"posted about 5 years ago"
10
#10
-6 Frags +

help :(

help :(
This thread has been locked.