Upvote Upvoted 1 Downvote Downvoted
Map time on HUD
posted in Customization
1
#1
0 Frags +

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

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
2
#2
1 Frags +

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

tf_hud_showservertimelimit 1

tf_hud_showservertimelimit 1
4
#4
0 Frags +

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
5
#5
1 Frags +

Thanks doods

Thanks doods
Please sign in through STEAM to post a comment.