Sportcacuswhere do you find the air strike kill counter label? there's no huditemeffectmeter_soldier anywhere
it should be in huditemeffectmeter_demoman.res, it controls both the eyelander head counter and the airstrike rocket counter
| Account Details | |
|---|---|
| SteamID64 | 76561198124159344 |
| SteamID3 | [U:1:163893616] |
| SteamID32 | STEAM_0:0:81946808 |
| Country | Germany |
| Signed Up | August 20, 2014 |
| Last Posted | September 20, 2025 at 7:00 PM |
| Posts | 103 (0 per day) |
| Game Settings | |
|---|---|
| In-game Sensitivity | |
| Windows Sensitivity | |
| Raw Input | 1 |
DPI |
|
Resolution |
|
Refresh Rate |
|
| Hardware Peripherals | |
|---|---|
| Mouse | |
| Keyboard | |
| Mousepad | |
| Headphones | |
| Monitor | |
Sportcacuswhere do you find the air strike kill counter label? there's no huditemeffectmeter_soldier anywhere
it should be in huditemeffectmeter_demoman.res, it controls both the eyelander head counter and the airstrike rocket counter
Spadeshttps://puu.sh/IZsol/00862a65da.jpg
Playoff Career High 30 Points
AL goat
make the hitsound file louder, i use https://audioalter.com/volume
ApathyHow do I change the color of the health/shadow of the health of the person that killed me?
the color of the killer health is in resource<ui and the file is called FreezePanelKillerHealth.res and be sure to check the animations in scripts<hud animations.txt for when the player is low/buffed
bump?
this is the new url
https://www.twitch.tv/ampt_panzer
snhhttps://www.twitch.tv/videos/1278402451?t=01h57m24s
anyone got download link for this hud?
hey i changed my name on twitch from AMPT_BIGFOOT to ampt_panzer
would it be possible to change it on tftv
thanks in advance
shopliftIn collyhud is there a way to remove/change transparency of the two completely blank menu screens you have to press "e" to shuffle through every time you load a new map?
https://cdn.discordapp.com/attachments/850196543847399445/923156994179878962/unknown.png
https://cdn.discordapp.com/attachments/850196543847399445/923156919219265567/unknown.png
Also how do i remove this button?
https://cdn.discordapp.com/attachments/850196543847399445/923157116645179392/unknown.png
I have not really seen these features in any other huds.
for the 2 welcome pages you have to find these 2 sections in mapinfomenu.res, textwindow.res and textwindowcustomserver.res
"BGColor"
{
"ControlName" "ImagePanel"
"fieldName" "BGColor"
"xpos" "0"
"ypos" "0"
"zpos" "1"
"wide" "F0"
"tall" "f0"
"fillcolor" "collyhuddarkgray"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
}
"BGColor2"
{
"ControlName" "ImagePanel"
"fieldName" "BGColor2"
"xpos" "0"
"ypos" "0"
"zpos" "0"
"wide" "f0"
"tall" "f0"
"fillcolor" "0 0 0 165"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
}
you change the transparency with fillcolor
for the huds.tf button you go to resource/extras/hudstflink.res
and then do visible 0 or xpos 9999 to everything u want gone