Upvote Upvoted 1 Downvote Downvoted
Help! How to change font of round limit timer?
posted in Customization
1
#1
0 Frags +

I'm making a HUD right now, and one of the things that has completely stumped me is how to change the font of the round limit timer (not the server limit timer, I know how to do that). If you don't get what this is, here is a link to a paint drawing of what I'm talking about. I can't find any entities in HudObjectiveTimePanel.res, hudlayout.res or any other non clientscheme.res files. Basically, my problem is that I can't find the font entity in clientscheme.res that will change the round timer font to something different. Can someone enlighten me on this issue? Am I being painfully stupid and is there an easy solution I overlooked? Or is it just as complicated/hidden as it's proving to be for me?

Thanks :)

I'm making a HUD right now, and one of the things that has completely stumped me is how to change the font of the round limit timer (not the server limit timer, I know how to do that). If you don't get what this is, [url=i.imgur.com/y3I8e9x.jpg] here is a link[/url] to a paint drawing of what I'm talking about. I can't find any entities in HudObjectiveTimePanel.res, hudlayout.res or any other non clientscheme.res files. Basically, my problem is that I can't find the font entity in clientscheme.res that will change the round timer font to something different. Can someone enlighten me on this issue? Am I being painfully stupid and is there an easy solution I overlooked? Or is it just as complicated/hidden as it's proving to be for me?

Thanks :)
2
#2
3 Frags +

Although I'm not entirely positive, I think what you're looking for might be HudObjectiveStatus.res

Although I'm not entirely positive, I think what you're looking for might be HudObjectiveStatus.res
3
#3
1 Frags +
PeteTehHitmanAlthough I'm not entirely positive, I think what you're looking for might be HudObjectiveStatus.res

That is correct,

http://puu.sh/426GT.png

You'd need to edit the stuff to fit your font and colors in. Remember to use C values to center things so they work properly on other resolutions.

[quote=PeteTehHitman]Although I'm not entirely positive, I think what you're looking for might be HudObjectiveStatus.res[/quote]

That is correct,

[img]http://puu.sh/426GT.png[/img]

You'd need to edit the stuff to fit your font and colors in. Remember to use C values to center things so they work properly on other resolutions.
4
#4
1 Frags +

Hudobjectivestatus.Res

Time panel value

Font

Edit: I knew I'd get ninja'd for trying to do this on my phone

Hudobjectivestatus.Res

Time panel value

Font

Edit: I knew I'd get ninja'd for trying to do this on my phone
5
#5
0 Frags +
PeteTehHitmanAlthough I'm not entirely positive, I think what you're looking for might be HudObjectiveStatus.res

HudObjectiveStatus.res is only the green text that pops up when time is added to the clock.

Appparently not, thanks guys!

[quote=PeteTehHitman]Although I'm not entirely positive, I think what you're looking for might be HudObjectiveStatus.res[/quote]

HudObjectiveStatus.res is only the green text that pops up when time is added to the clock.

Appparently not, thanks guys!
6
#6
0 Frags +

Teamwork

Teamwork
7
#7
0 Frags +

You gotta edit the timepanelvalue entry
Make sure you don't get out of the range for your timer though
(Check in hudlayout.res and only move small portions at a time)

You gotta edit the timepanelvalue entry
Make sure you don't get out of the range for your timer though
(Check in hudlayout.res and only move small portions at a time)
8
#8
0 Frags +

Sorry to necro this, but how do you change/remove the borders of the koth timepanel backgrounds? I tried just removing them and making my own, but then the timepanelvalue is removed as well.

Sorry to necro this, but how do you change/remove the borders of the koth timepanel backgrounds? I tried just removing them and making my own, but then the timepanelvalue is removed as well.
9
#9
0 Frags +

Anyone?

Anyone?
10
#10
0 Frags +

Last bump

Last bump
11
#11
0 Frags +

I think what people generally do is move everything up and off the screen, then move just the time value back down onto the screen.

I think what people generally do is move everything up and off the screen, then move just the time value back down onto the screen.
12
#12
0 Frags +

And just make their own backgrounds? That seems like a long way around so I figured I'd try and see if anyone knew how to change borders when they weren't already defined, but I guess I'll just go that route.

And just make their own backgrounds? That seems like a long way around so I figured I'd try and see if anyone knew how to change borders when they weren't already defined, but I guess I'll just go that route.
13
#13
0 Frags +

To get rid of the koth bg you need to find the bg in the file HudObjectiveTimePanel

To get rid of the koth bg you need to find the bg in the file HudObjectiveTimePanel
14
#14
0 Frags +

No no no, I want to keep the backgrounds but get rid of the borders. If I can't get rid of borders, then I can just get rid of backgrounds and make my own, but I'd rather not.

No no no, I want to keep the backgrounds but get rid of the borders. If I can't get rid of borders, then I can just get rid of backgrounds and make my own, but I'd rather not.
15
#15
0 Frags +

cant get rid of the border on the default bg

cant get rid of the border on the default bg
16
#16
0 Frags +

It's ok. I figured it out. If anyone wants all of the code, I can post it but it's a lot so I don't want to if no one else cares.

It's ok. I figured it out. If anyone wants all of the code, I can post it but it's a lot so I don't want to if no one else cares.
Please sign in through STEAM to post a comment.