Upvote Upvoted 0 Downvote Downvoted
Winpanel shiz again
posted in Customization
1
#1
0 Frags +

Yoo I downloaded the default winpanel linked in my previous question thread thing and it looks like this, anyone have any solutions? http://steamcommunity.com/sharedfiles/filedetails/?id=271098541

Yoo I downloaded the default winpanel linked in my previous question thread thing and it looks like this, anyone have any solutions? http://steamcommunity.com/sharedfiles/filedetails/?id=271098541
2
#2
3 Frags +

why did you make a new thread

why did you make a new thread
3
#3
-4 Frags +

Visibility son, thanks for the help!

Visibility son, thanks for the help!
4
#4
3 Frags +

Did you extracted winpanel.res before or after the recent update?

If before, you should try to do it again. Mayble the new update fucked up the old hud files.

If after, then try to screw around the .res file to see what you need to edit exactly.

And please, next time, don't make a new thread, creating a new thread doesn't make you more "visible". In the forum activity section, we see the most recent posts, not threads, so just posting in your thread is enough.

Did you extracted winpanel.res before or after the recent update?

If before, you should try to do it again. Mayble the new update fucked up the old hud files.

If after, then try to screw around the .res file to see what you need to edit exactly.

And please, next time, don't make a new thread, creating a new thread doesn't make you more "visible". In the forum activity section, we see the most recent posts, not threads, so just posting in your thread is enough.
5
#5
2 Frags +

K, i'll test it out, and won't make a new post either thanks for an actual response!

K, i'll test it out, and won't make a new post either thanks for an actual response!
6
#6
0 Frags +

try adjusting winpanel is hudlayout

try adjusting winpanel is hudlayout
7
#7
0 Frags +

Yeah your resolution is probably quite low, try adjusting the tall value in hudlayout and try messing with the ypos to get it higher on your screen for more visibility

Yeah your resolution is probably quite low, try adjusting the tall value in hudlayout and try messing with the ypos to get it higher on your screen for more visibility
8
#8
huds.tf
2 Frags +

Open scripts/hudlayout.res

Find WinPanel and it's code, and replace it with this

WinPanel
	{
		"fieldName"				"WinPanel"
		"visible"				"1"
		"enabled"				"1"
		"xpos"					"c-150"
		"ypos"					"215"
		"wide"					"300"
		"tall"					"300"
	}

I had this problem for a while, because the WinPanel actually gets moved up and made taller because of the Killstreak part. It has nothing to do with your resolution.

Open scripts/hudlayout.res

Find WinPanel and it's code, and replace it with this
[code]WinPanel
{
"fieldName" "WinPanel"
"visible" "1"
"enabled" "1"
"xpos" "c-150"
"ypos" "215"
"wide" "300"
"tall" "300"
}[/code]

I had this problem for a while, because the WinPanel actually gets moved up and made taller because of the Killstreak part. It has nothing to do with your resolution.
9
#9
0 Frags +

Got it working now, thanks omni.

Got it working now, thanks omni.
Please sign in through STEAM to post a comment.