Starach
Account Details
SteamID64 76561198084530972
SteamID3 [U:1:124265244]
SteamID32 STEAM_0:0:62132622
Country United Kingdom
Signed Up January 9, 2019
Last Posted January 10, 2019 at 3:42 PM
Posts 2 (0 per day)
Game Settings
In-game Sensitivity
Windows Sensitivity
Raw Input 1
DPI
 
Resolution
 
Refresh Rate
144
Hardware Peripherals
Mouse  
Keyboard  
Mousepad  
Headphones  
Monitor  
#283 m0re hud in Customization
Do you have tf_hud_show_servertimelimit set to "1" already?

I did, and I have no idea what happened, but when I booted my game up today it was all working. Might have just needed a restart. Thank you though (:

posted about 5 years ago
#281 m0re hud in Customization

Heyo,
I'm having trouble with getting the server timer on the main hud (not just the scoreboard). Everything seems to be enabled in HudObjectiveTimePanel.res and autoexec, but nothing apears on the hud. No idea what I'm doing wrong (probably somthing obvious), and I seem to be going in circles. Would really appriciate some help from anyone. (:

https://imgur.com/a/6KEDCpA

Show Content
"TimePanelBG"
{
"ControlName" "CTFImagePanel"
"fieldName" "TimePanelBG"
"xpos" "30"
"ypos" "0"
"zpos" "2"
"wide" "41"
"tall" "14"
"visible" "1"
"enabled" "1"
"image" "../hud/color_panel_blu"
"scaleImage" "1"
"src_corner_height" "10"
"src_corner_width" "10"
"draw_corner_width" "0"
"draw_corner_height" "0"
}

"ServerTimeLimitLabel"
{
"ControlName" "CExLabel"
"fieldName" "ServerTimeLimitLabel"
"xpos" "26"
"ypos" "14"
"zpos" "3"
"wide" "50"
"tall" "15"
"visible" "1"
"enabled" "1"
"labelText" "%servertimeleft%"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"wrap" "0"
"font" "m0refont12"
"fgcolor" "255 255 255 255"

if_mvm
{
"visible" "0"
}
}

"ServerTimeLimitLabelBG"
{
"ControlName" "ImagePanel"
"fieldName" "ServerTimeLimitLabelBG"
"xpos" "30"
"ypos" "15"
"zpos" "3"
"wide" "41"
"tall" "15"
"visible" "1"
"enabled" "1"
"fillcolor" "0 0 0 100"

if_mvm
{
"visible" "0"
}
}
posted about 5 years ago