Can someone help me add a map timer under the control point timer on my hud? Kinda like the tftv casting hud, maybe just simple white text in a black box
Map time on HUD
posted in
Customization
Can someone help me add a map timer under the control point timer on my hud? Kinda like the tftv casting hud, maybe just simple white text in a black box
I think this console command works, tf_hud_show_servertimelimit 1. That's what I use at least for it
I think this console command works, tf_hud_show_servertimelimit 1. That's what I use at least for it
https://github.com/MFSTATE/tf2basehud/blob/master/resource/ui/hudobjectivetimepanel.res#L238-L267
Add those to resource/ui/HudObjectiveTimePanel.res, add "fgcolor" "255 255 255 255" for solid white
Then comment this out and add "fillcolor" "0 0 0 255" for solid black
https://github.com/MFSTATE/tf2basehud/blob/master/resource/ui/hudobjectivetimepanel.res#L238-L267
Add those to resource/ui/HudObjectiveTimePanel.res, add "fgcolor" "255 255 255 255" for solid white
Then [url=https://github.com/MFSTATE/tf2basehud/blob/master/resource/ui/hudobjectivetimepanel.res#L283]comment this out[/url] and add "fillcolor" "0 0 0 255" for solid black
Add those to resource/ui/HudObjectiveTimePanel.res, add "fgcolor" "255 255 255 255" for solid white
Then [url=https://github.com/MFSTATE/tf2basehud/blob/master/resource/ui/hudobjectivetimepanel.res#L283]comment this out[/url] and add "fillcolor" "0 0 0 255" for solid black
Please
sign in through STEAM
to post a comment.