Upvote Upvoted 2 Downvote Downvoted
tf_hud_showservertimelimit
posted in Customization
1
#1
1 Frags +

I'm trying to get the server map time to show up on omphud, but I'm having trouble. I found this in hudobjectivetimepanel:

"ServerTimeLimitLabel"
{
	"ControlName"	"CExLabel"
	"fieldName"		"ServerTimeLimitLabel"
	"xpos"			"25"
	"ypos"			"20"
	"zpos"			"5"
	"wide"			"100"
	"tall"			"12"
	"visible"		"0"
	"enabled"		"1"
	"labelText"		"%servertimeleft%"
	"textAlignment"	"center"
	"dulltext"		"0"
	"brighttext"	"0"
	"wrap"			"0"
	"font"			"Futura9"
	"fgcolor"		"OmpText"
}	

But when I use tf_hud_showservertimelimit 1, nothing changes on the hud. I tried setting visible to 1 as well, but that didn't seem to do anything either.

Did a search and found this thread, but it looks like the link with the necessary information is no longer available. Anyone know how to fix this?

I'm trying to get the server map time to show up on omphud, but I'm having trouble. I found this in hudobjectivetimepanel:
[code]
"ServerTimeLimitLabel"
{
"ControlName" "CExLabel"
"fieldName" "ServerTimeLimitLabel"
"xpos" "25"
"ypos" "20"
"zpos" "5"
"wide" "100"
"tall" "12"
"visible" "0"
"enabled" "1"
"labelText" "%servertimeleft%"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"wrap" "0"
"font" "Futura9"
"fgcolor" "OmpText"
}
[/code]
But when I use tf_hud_showservertimelimit 1, nothing changes on the hud. I tried setting visible to 1 as well, but that didn't seem to do anything either.

Did a search and found [url=http://teamfortress.tv/forum/thread/11019]this thread[/url], but it looks like the link with the necessary information is no longer available. Anyone know how to fix this?
2
#2
0 Frags +

bump

bump
3
#3
2 Frags +

"visible" "1"

also make sure its aligned properly

also from what ive seen it does not work for koth maps

"visible" "1"

also make sure its aligned properly

also from what ive seen it does not work for koth maps
4
#4
0 Frags +

"Resource/UI/HudObjectiveStatus.res"
{
"ObjectiveStatusTimePanel"
{

Set wide and tall in this section accordingly. Try max values first.

"Resource/UI/HudObjectiveStatus.res"
{
"ObjectiveStatusTimePanel"
{

Set wide and tall in this section accordingly. Try max values first.
5
#5
0 Frags +

I happen to have the files in that thread if you want them.

https://www.mediafire.com/?fsgbaopy6ravor3

I happen to have the files in that thread if you want them.

https://www.mediafire.com/?fsgbaopy6ravor3
6
#6
0 Frags +

You should try changing the xpos and ypos values. It's probably not centered where you can see it.

You should try changing the xpos and ypos values. It's probably not centered where you can see it.
Please sign in through STEAM to post a comment.