bLaHow do I change the killstreak count in the target ID from a simple number to "Streak: (xxx)"?
And yes, I know it's possible, I've seen it on the TFTV HUD.
Ammo in clip count reading as "Ammo: (xxx)" would also be appreciated.
In the HudItemEffect_killstreak.res find "ItemEffectMeterLabel" and try changing "#TF_Killstreak" to "Steak: #TF_Killstreak". If it doesn't work make a new text label and make the "labeltext" to whatever you want and put it beside the killstreak.
"SteakLabel"
{
"ControlName" "CExLabel"
"fieldName" "SteakLabel"
"xpos" "25"
"ypos" "27"
"zpos" "2"
"wide" "41"
"tall" "15"
"autoResize" "1"
"pinCorner" "2"
"visible" "0"
"enabled" "0"
"tabPosition" "0"
"labelText" "Streak"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"font" "TFFontSmall"
}
Same thing for the ammo in HudAmmoWeapons.res.
Also a bit of a PSA, TF2 updated change the "ui_version" in info.vdf to "3" for the Hud to work again!