Upvote Upvoted 0 Downvote Downvoted
Quick HUD question
posted in Customization
1
#1
0 Frags +

I have a quick question about HUD modifications. I am using omp HUD and I am disappointed to find out that the same problem that I am having has been around since the HUD's first release. In the 4:3 ratio, the side of the scoreboard has been cut off and I've managed to move the grey box that was behind the kills, deaths, etc to the place I want (under the rest of the scoreboard) but I can't seem to find the code to move the kills, deaths, etc to the same place. This is what it should look like... as you can see the grey bar on the right, in 4:3 it is cut off and only shows the left half so i moved the grey box that is behind the stats to my desired spot. Where in the HUD files could I move the position of the stats?

I have a quick question about HUD modifications. I am using [url=http://teamfortress.tv/thread/728/my-new-hud]omp HUD[/url] and I am disappointed to find out that the same problem that I am having has been around since the HUD's first release. In the 4:3 ratio, the side of the scoreboard has been cut off and I've managed to move the grey box that was behind the kills, deaths, etc to the place I want (under the rest of the scoreboard) but I can't seem to find the code to move the kills, deaths, etc to the same place. This is what it should look [url=http://i.imgur.com/ed1YQ.jpg]like[/url]... as you can see the grey bar on the right, in 4:3 it is cut off and only shows the left half so i moved the grey box that is behind the stats to my desired spot. Where in the HUD files could I move the position of the stats?
2
#2
0 Frags +

control f for kills, kills label is the label, and kills is the counter, pretty self explanatory, u can edit all the values to your liking from there

control f for kills, kills label is the label, and kills is the counter, pretty self explanatory, u can edit all the values to your liking from there
3
#3
2 Frags +

First off, please post in the Short questions, quick answers thread.

I believe that it is in the Scoreboard. It should have a similar name to the kills, deaths, etc. I'll edit when I find it again.

First off, please post in the [url=http://teamfortress.tv/thread/19073/hud-editing-short-questions-quick-answers]Short questions, quick answers[/url] thread.

I believe that it is in the Scoreboard. It should have a similar name to the kills, deaths, etc. I'll edit when I find it again.
4
#4
0 Frags +

There is a scoreboard_bottom file in HUD folder.

There is a scoreboard_bottom file in HUD folder.
5
#5
0 Frags +
Mr_Harvardcontrol f for kills, kills label is the label, and kills is the counter, pretty self explanatory, u can edit all the values to your liking from there

pretty much this, KillsLabel, Kills, DeathsLabel, Deaths will be inside of an entity called LocalPlayerStatsPanel

[quote=Mr_Harvard]control f for kills, kills label is the label, and kills is the counter, pretty self explanatory, u can edit all the values to your liking from there[/quote]

pretty much this, KillsLabel, Kills, DeathsLabel, Deaths will be inside of an entity called LocalPlayerStatsPanel
Please sign in through STEAM to post a comment.