http://i.imgur.com/NjVh6Do.jpg
This box comes up sometime when I die. It seems to only happen when I use default hud.
http://i.imgur.com/NjVh6Do.jpg
This box comes up sometime when I die. It seems to only happen when I use default hud.
Some people actually like using the default HUD. I see no reason to ostracize them for that.
Alright, try this: https://dl.dropboxusercontent.com/u/31103105/remove_box.zip
Place it in your custom folder like any HUD. It should work.
All it contains is this code:
StatPanel
{
"fieldName" "StatPanel"
"visible" "1"
"enabled" "1"
"xpos" "9999"
"ypos" "9999"
"wide" "266"
"tall" "120"
}
which should move the box so far off screen you can't see it.
hookySome people actually like using the default HUD. I see no reason to ostracize them for that.
Alright, try this: https://dl.dropboxusercontent.com/u/31103105/remove_box.zip
Place it in your custom folder like any HUD. It should work.
All it contains is this code:which should move the box so far off screen you can't see it.StatPanel { "fieldName" "StatPanel" "visible" "1" "enabled" "1" "xpos" "9999" "ypos" "9999" "wide" "266" "tall" "120" }
how about just putting visible on 0 ?
gibixhookySome people actually like using the default HUD. I see no reason to ostracize them for that.
Alright, try this: https://dl.dropboxusercontent.com/u/31103105/remove_box.zip
Place it in your custom folder like any HUD. It should work.
All it contains is this code:which should move the box so far off screen you can't see it.StatPanel { "fieldName" "StatPanel" "visible" "1" "enabled" "1" "xpos" "9999" "ypos" "9999" "wide" "266" "tall" "120" }
how about just putting visible on 0 ?
You may try it but chances are, it just wont work because tf2 is an interesting videogame.
raikugibixhow about just putting visible on 0 ?
You may try it but chances are, it just wont work because tf2 is an interesting videogame.
Actually the value gets changed by tf2 since you don't need to see the window all the time time. The visible parameter only works if tf2 never changes it.