Upvote Upvoted 1 Downvote Downvoted
How do I remove this
posted in Customization
1
#1
0 Frags +

http://i.imgur.com/NjVh6Do.jpg

This box comes up sometime when I die. It seems to only happen when I use default hud.

[img]http://i.imgur.com/NjVh6Do.jpg[/img]
This box comes up sometime when I die. It seems to only happen when I use default hud.
2
#2
-10 Frags +

stop using the default hud.

stop using the default hud.
3
#3
3 Frags +

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.

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:
[code] StatPanel
{
"fieldName" "StatPanel"
"visible" "1"
"enabled" "1"
"xpos" "9999"
"ypos" "9999"
"wide" "266"
"tall" "120"
}[/code]
which should move the box so far off screen you can't see it.
4
#4
2 Frags +
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:
	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.

how about just putting visible on 0 ?

[quote=hooky]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:
[code] StatPanel
{
"fieldName" "StatPanel"
"visible" "1"
"enabled" "1"
"xpos" "9999"
"ypos" "9999"
"wide" "266"
"tall" "120"
}[/code]
which should move the box so far off screen you can't see it.[/quote]

how about just putting visible on 0 ?
5
#5
2 Frags +
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:
	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.

how about just putting visible on 0 ?

You may try it but chances are, it just wont work because tf2 is an interesting videogame.

[quote=gibix][quote=hooky]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:
[code] StatPanel
{
"fieldName" "StatPanel"
"visible" "1"
"enabled" "1"
"xpos" "9999"
"ypos" "9999"
"wide" "266"
"tall" "120"
}[/code]
which should move the box so far off screen you can't see it.[/quote]

how about just putting visible on 0 ?[/quote]

You may try it but chances are, it just wont work because tf2 is an interesting videogame.
6
#6
2 Frags +
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.

[quote=raiku][quote=gibix]how about just putting visible on 0 ?[/quote]

You may try it but chances are, it just wont work because tf2 is an interesting videogame.[/quote]

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.
7
#7
0 Frags +

thank you

thank you
Please sign in through STEAM to post a comment.