Upvote Upvoted 120 Downvote Downvoted
1 2 3 4 5 6 7 8
Improved default HUD
posted in Customization
91
#91
1 Frags +
AbnerDoonhow can I remove the yellow heath text when I'm low heath?

Open scripts\hudanimations_tf.txt, then ctrl+f for "HudHealthDyingPulse". On the next step you need to delete these lines:

...
	Animate		PlayerStatusHealthValue		FgColor		"255 255 40 255"		linear 0.0 0.0
...
	Animate		PlayerStatusHealthValue		FgColor		"TanDark"		linear 0.0 0.0
...
[quote=AbnerDoon]how can I remove the yellow heath text when I'm low heath?[/quote]
Open scripts\hudanimations_tf.txt, then ctrl+f for "HudHealthDyingPulse". On the next step you need to delete these lines:

[code]...
Animate PlayerStatusHealthValue FgColor "255 255 40 255" linear 0.0 0.0
...
Animate PlayerStatusHealthValue FgColor "TanDark" linear 0.0 0.0
...[/code]
92
#92
3 Frags +

v 2.2.3 (December 12, 2014)

+ Updated MainMenu to support last Valve's changes (Ducks removed);
+ Updated BackpackPanel to support last Valve's changes (added context menu to items, unused buttons removed). I also removed page navigation buttons (prev/next), but it's still possible to use A/D keys to navigate between pages. Added current page number indicator.

v 2.2.3 (December 12, 2014)

+ Updated MainMenu to support last Valve's changes (Ducks removed);
+ Updated BackpackPanel to support last Valve's changes (added context menu to items, unused buttons removed). I also removed page navigation buttons (prev/next), but it's still possible to use A/D keys to navigate between pages. Added current page number indicator.
93
#93
4 Frags +

v 2.3 (February 3, 2015)

v 2.3 (February 3, 2015)
94
#94
2 Frags +

Hi, I really like this HUD, you did a great job!
However, I need help on a few things. (I've never used a HUD before, so bare with me)

1. I want the damage done/health done back to the original dev font and color.

2. As medic,when I look at a teammate to see their health, I always want to see the cross (no matter what their health is). But I still want to keep the ability to see their exact health number, without the yellow numbers.

3. I want the ubercharge meter under the crosshair gone.

4. I don't really need the server control panel on the main menu. But I still want the demo playback button.

Hope this isn't too much trouble.
Thanks in advance!

Hi, I really like this HUD, you did a great job!
However, I need help on a few things. (I've never used a HUD before, so bare with me)

1. I want the damage done/health done back to the original dev font and color.

2. As medic,when I look at a teammate to see their health, I always want to see the cross (no matter what their health is). But I still want to keep the ability to see their exact health number, without the yellow numbers.

3. I want the ubercharge meter under the crosshair gone.

4. I don't really need the server control panel on the main menu. But I still want the demo playback button.

Hope this isn't too much trouble.
Thanks in advance!
95
#95
3 Frags +
MilesMason96Hi, I really like this HUD, you did a great job!
However, I need help on a few things. (I've never used a HUD before, so bare with me)

1. I want the damage done/health done back to the original dev font and color.

2. As medic,when I look at a teammate to see their health, I always want to see the cross (no matter what their health is). But I still want to keep the ability to see their exact health number, without the yellow numbers.

3. I want the ubercharge meter under the crosshair gone.

4. I don't really need the server control panel on the main menu. But I still want the demo playback button.

Hope this isn't too much trouble.
Thanks in advance!

Hello mate, thanks for using my HUD!

1. Just rename or remove "custom\YOURSTUFF\idhud-master\resource\ui\huddamageaccount.res".

2. You can use "custom\YOURSTUFF\idhud-master\alternative_files\resource\ui\spectatorguihealth--with_healthcross.res", this is a healthcross combined with HP value. (How it looks, you can watch here). To use it, rename "spectatorguihealth--with_healthcross.res" to "spectatorguihealth.res" and move it to "custom\YOURSTUFF\idhud-master\resource\ui\".

3. Open "custom\YOURSTUFF\idhud-master\resource\ui\hudmediccharge.res" with Notepad++, then CTRL+F for "ChargeLabelSmall" and change "visible" and "enabled" values to "0".

4. Move "custom\YOURSTUFF\idhud-master\alternative_files\resource\ui\mainmenuoverride--no_control_panel.res" to "custom\YOURSTUFF\idhud-master\resource\ui\" and rename it to "mainmenuoverride.res".

Hope it was helpful for you.

[quote=MilesMason96]Hi, I really like this HUD, you did a great job!
However, I need help on a few things. (I've never used a HUD before, so bare with me)

1. I want the damage done/health done back to the original dev font and color.

2. As medic,when I look at a teammate to see their health, I always want to see the cross (no matter what their health is). But I still want to keep the ability to see their exact health number, without the yellow numbers.

3. I want the ubercharge meter under the crosshair gone.

4. I don't really need the server control panel on the main menu. But I still want the demo playback button.

Hope this isn't too much trouble.
Thanks in advance![/quote]


Hello mate, thanks for using my HUD!

1. Just rename or remove "[i]custom\YOURSTUFF\idhud-master\resource\ui\[color=red]huddamageaccount.res[/color][/i]".

2. You can use "[i]custom\YOURSTUFF\idhud-master\alternative_files\resource\ui\[color=red]spectatorguihealth--with_healthcross.res[/color][/i]", this is a healthcross combined with HP value. ([url=http://www.youtube.com/watch?v=X_9G-VOfUP4]How it looks, you can watch here[/url]). To use it, rename "[i][color=red]spectatorguihealth--with_healthcross.res[/color][/i]" to "[i][color=red]spectatorguihealth.res[/color][/i]" and move it to "[i]custom\YOURSTUFF\idhud-master\resource\ui\[/i]".

3. Open "[i]custom\YOURSTUFF\idhud-master\resource\ui\[color=red]hudmediccharge.res[/color][/i]" with Notepad++, then CTRL+F for [color=blue]"ChargeLabelSmall"[/color] and change [color=blue]"visible"[/color] and [color=blue]"enabled"[/color] values to [color=blue]"0"[/color].

4. Move "[i]custom\YOURSTUFF\idhud-master\alternative_files\resource\ui\[color=red]mainmenuoverride--no_control_panel.res[/color][/i]" to "[i]custom\YOURSTUFF\idhud-master\resource\ui\[/i]" and rename it to "[i][color=red]mainmenuoverride.res[/color][/i]".

Hope it was helpful for you.
96
#96
0 Frags +

Thanks man! I really appreciate all the help! That fixed 1 2 and 3.

However I am still have an issue with 4.

4. I can't find "mainmenuoverride--no_control_panel.res" file in the "idhud-master\alternative_files\resource\ui" folder. I only have "mainmenuoverride.res" and "mainmenuoverride--servercontrols.res"

Thanks man! I really appreciate all the help! That fixed 1 2 and 3.

However I am still have an issue with 4.



4. I can't find [color=red][i]"mainmenuoverride--no_control_panel.res"[/i][/color] file in the [i]"idhud-master\alternative_files\resource\ui"[/i] folder. I only have [i][color=red]"mainmenuoverride.res"[/color][/i] and [color=red][i]"mainmenuoverride--servercontrols.res"[/i][/color]
97
#97
1 Frags +
MilesMason96Thanks man! I really appreciate all the help! That fixed 1 2 and 3.

However I am still have an issue with 4.

4. I can't find "mainmenuoverride--no_control_panel.res" file in the "idhud-master\alternative_files\resource\ui" folder. I only have "mainmenuoverride.res" and "mainmenuoverride--servercontrols.res"

It's ok, because I recently updated the HUD files and rename these. On your folder "mainmenuoverride.res" is file without Control Panel, copy it to "custom\YOURSTUFF\idhud-master\resource\ui\".

[quote=MilesMason96]Thanks man! I really appreciate all the help! That fixed 1 2 and 3.

However I am still have an issue with 4.

4. I can't find [color=red][i]"mainmenuoverride--no_control_panel.res"[/i][/color] file in the [i]"idhud-master\alternative_files\resource\ui"[/i] folder. I only have [i][color=red]"mainmenuoverride.res"[/color][/i] and [color=red][i]"mainmenuoverride--servercontrols.res"[/i][/color][/quote]

It's ok, because I recently updated the HUD files and rename these. On your folder "[i][color=red]mainmenuoverride.res[/color][/i]" is file without Control Panel, copy it to "[i]custom\YOURSTUFF\idhud-master\resource\ui\[/i]".
98
#98
1 Frags +

.

.
99
#99
0 Frags +
marqueeis it possible to make the minmode and default mode separate? it would be nice to use the minimal or pub scoreboard without changing the size of everything.

Do you mean possibility to change 6s/12s scoreboard layouts when you on minmode 1/0? Maybe I'll do separate versions of 6s and 12s layouts next time.

[quote=marquee]is it possible to make the minmode and default mode separate? it would be nice to use the minimal or pub scoreboard without changing the size of everything.[/quote]
Do you mean possibility to change 6s/12s scoreboard layouts when you on minmode 1/0? Maybe I'll do separate versions of 6s and 12s layouts next time.
100
#100
0 Frags +

nice

nice
101
#101
0 Frags +

-

-
102
#102
0 Frags +
barcaphilipIs it possible to use the normal mini sized capture point bar? In my opinion this is a little bit to large for my taste.

Sure, you need to remove (rename) controlpointicon.res and controlpointprogressbar.res, placed in custom/idhud-master/resource/ui/.

[quote=barcaphilip]Is it possible to use the normal mini sized capture point bar? In my opinion this is a little bit to large for my taste.[/quote]
Sure, you need to remove (rename) controlpointicon.res and controlpointprogressbar.res, placed in custom/idhud-master/resource/ui/.
103
#103
4 Frags +

v 3.0 (Jule 10th, 2015)

+ Totally reworked, see updated screenshots here: http://imgur.com/a/l9qai
+ The Gun Mettle Update support

v 3.0 (Jule 10th, 2015)

+ Totally reworked, see updated screenshots here: http://imgur.com/a/l9qai
+ The Gun Mettle Update support
104
#104
0 Frags +

Not sure if it's me or the hud but when I use the shield as medic in MvM and shield-damage someone, it literally goes into frame by frame fps. Thanks for testing it out if it's right or wrong.

Not sure if it's me or the hud but when I use the shield as medic in MvM and shield-damage someone, it literally goes into frame by frame fps. Thanks for testing it out if it's right or wrong.
105
#105
3 Frags +

v3.0.2 (August 1st, 2015)

+ Now you can check enemy uber easier: http://i.imgur.com/8m4IyZY.jpg
+ Server Control Panel become useful for serveme.tf users: just click on padlock icon and enter RCON password to start using controls on current server (add 'exec servercontrols' to your autoexec.cfg)

v3.0.2 (August 1st, 2015)

+ Now you can check enemy uber easier: [url=http://i.imgur.com/8m4IyZY.jpg]http://i.imgur.com/8m4IyZY.jpg[/url]
+ Server Control Panel become useful for serveme.tf users: just click on padlock icon and enter RCON password to start using controls on current server (add '[i][color=red]exec servercontrols[/color][/i]' to your [i]autoexec.cfg[/i])
106
#106
4 Frags +

v 3.0.3 (August 28th, 2015)

- Updated to support recent TF2 update.

v 3.0.4 (September 11th, 2015)

- Updated to support recent TF2 updates (minor changes).

v 3.0.3 (August 28th, 2015)

- Updated to support recent TF2 update.


v 3.0.4 (September 11th, 2015)

- Updated to support recent TF2 updates (minor changes).
107
#107
0 Frags +
Enierev 3.0.3 (August 28th, 2015)

- Updated to support recent TF2 update.

v 3.0.4 (September 11th, 2015)

- Updated to support recent TF2 updates (minor changes).

Howdy Eniere. I love the hud and everything because truth be told only the default hud could create a picture in my head. I used the other huds but was disappointed. Guess Im a default hud person. I started using your hud until I saw it on featured on huds.tf pags.
The thing is I cant keep up with the maintenance and optimization updates. Can you create an updater or some sort? An .exe file.
5/5 stars

[quote=Eniere]v 3.0.3 (August 28th, 2015)

- Updated to support recent TF2 update.


v 3.0.4 (September 11th, 2015)

- Updated to support recent TF2 updates (minor changes).[/quote]

Howdy Eniere. I love the hud and everything because truth be told only the default hud could create a picture in my head. I used the other huds but was disappointed. Guess Im a default hud person. I started using your hud until I saw it on featured on huds.tf pags.
The thing is I cant keep up with the maintenance and optimization updates. Can you create an updater or some sort? An .exe file.
5/5 stars
108
#108
0 Frags +
xOzkarHowdy Eniere. I love the hud and everything because truth be told only the default hud could create a picture in my head. I used the other huds but was disappointed. Guess Im a default hud person. I started using your hud until I saw it on featured on huds.tf pags.
The thing is I cant keep up with the maintenance and optimization updates. Can you create an updater or some sort? An .exe file.
5/5 stars

Thank you very much for your kind words!

I've already planned to create an installer, but I can't say exactly when it will happen.

[quote=xOzkar]Howdy Eniere. I love the hud and everything because truth be told only the default hud could create a picture in my head. I used the other huds but was disappointed. Guess Im a default hud person. I started using your hud until I saw it on featured on huds.tf pags.
The thing is I cant keep up with the maintenance and optimization updates. Can you create an updater or some sort? An .exe file.
5/5 stars[/quote]
Thank you very much for your kind words!

I've already planned to create an installer, but I can't say exactly when it will happen.
109
#109
0 Frags +

Facing some errors and a bunch of problems.
1. Class selected takes a lot to time to load that class, I had to wait nearly 10 seconds. It didnt take effect immediately after I selected the class. Don't know if it's the Community server's issue.
2. I dont really need the server control panel.
3. Toggle Developer Console on Homepage.
Im not a developer or anything so help me mate. Thanks.

Facing some errors and a bunch of problems.
1. Class selected takes a lot to time to load that class, I had to wait nearly 10 seconds. It didnt take effect immediately after I selected the class. Don't know if it's the Community server's issue.
2. I dont really need the server control panel.
3. Toggle Developer Console on Homepage.
Im not a developer or anything so help me mate. Thanks.
110
#110
2 Frags +

1. not a hud issue

2. you can disable it yourself, not up to the hud creator to update it JUST FOR YOU since some people like the panel (i dont even know what you mean by server control panel)

3. you are unable to toggle it or turn it on? ~ is the default key, make sure you have console turned on in adv settings to be able to toggle it wth ~

1. not a hud issue

2. you can disable it yourself, not up to the hud creator to update it JUST FOR YOU since some people like the panel (i dont even know what you mean by server control panel)

3. you are unable to toggle it or turn it on? ~ is the default key, make sure you have console turned on in adv settings to be able to toggle it wth ~
111
#111
0 Frags +

In regards to your 3rd problem #109: my toggle console key sometimes stops working or unbinds itself or something when I alt+tab: if that happens to you manually rebind it to a new key in options.

In regards to your 3rd problem #109: my toggle console key sometimes stops working or unbinds itself or something when I alt+tab: if that happens to you manually rebind it to a new key in options.
112
#112
0 Frags +

Hello Eniere, I have a request which I want very badly.
Can you by-chance try to add a Minimize Button on TF2 homepage and TF2 In-game options menu(Which appears when you click ESC). Thanks. If there is a way to do it manually can you tell me it then? Thanks in advance.

Hello Eniere, I have a request which I want very badly.
Can you by-chance try to add a Minimize Button on TF2 homepage and TF2 In-game options menu(Which appears when you click ESC). Thanks. If there is a way to do it manually can you tell me it then? Thanks in advance.
113
#113
0 Frags +

I think it would be perfect.

I think it would be perfect.
114
#114
0 Frags +

There is no ingame command to minimize the game iirc (therefore your request isn't possible), and also the only way Eniere would be able to do it if it was able to be done manually... you can do everything they can lol

There is no ingame command to minimize the game iirc (therefore your request isn't possible), and also the only way Eniere would be able to do it if it was able to be done manually... you can do everything they can lol
115
#115
0 Frags +

Really nice looking hud but the fonts in the map info and class info screens are kind of screwed up. Is there any way i can change them back (and I mean only the map info and the class info text) back to default?

Really nice looking hud but the fonts in the map info and class info screens are kind of screwed up. Is there any way i can change them back (and I mean only the map info and the class info text) back to default?
116
#116
0 Frags +
An_Asian_Salty_CactoosReally nice looking hud but the fonts in the map info and class info screens are kind of screwed up. Is there any way i can change them back (and I mean only the map info and the class info text) back to default?

Hm, what do you mean? I don't change these files, so they exactly must look like the default:
http://i.imgur.com/mwuqA9W.jpg
http://i.imgur.com/0ae4Rtr.jpg

Or you just dislike "tf2professor" font?

[quote=An_Asian_Salty_Cactoos]Really nice looking hud but the fonts in the map info and class info screens are kind of screwed up. Is there any way i can change them back (and I mean only the map info and the class info text) back to default?[/quote]
Hm, what do you mean? I don't change these files, so they exactly must look like the default:
http://i.imgur.com/mwuqA9W.jpg
http://i.imgur.com/0ae4Rtr.jpg

Or you just dislike "tf2professor" font?
117
#117
0 Frags +
EniereAn_Asian_Salty_CactoosReally nice looking hud but the fonts in the map info and class info screens are kind of screwed up. Is there any way i can change them back (and I mean only the map info and the class info text) back to default?Hm, what do you mean? I don't change these files, so they exactly must look like the default:
http://i.imgur.com/mwuqA9W.jpg
http://i.imgur.com/0ae4Rtr.jpg

Or you just dislike "tf2professor" font?

That's weird, my fonts are different and I found a font named Surface in the resource font folder...
http://imgur.com/gallery/EVUNb0R/new

[quote=Eniere][quote=An_Asian_Salty_Cactoos]Really nice looking hud but the fonts in the map info and class info screens are kind of screwed up. Is there any way i can change them back (and I mean only the map info and the class info text) back to default?[/quote]
Hm, what do you mean? I don't change these files, so they exactly must look like the default:
http://i.imgur.com/mwuqA9W.jpg
http://i.imgur.com/0ae4Rtr.jpg

Or you just dislike "tf2professor" font?[/quote]

That's weird, my fonts are different and I found a font named Surface in the resource font folder...
http://imgur.com/gallery/EVUNb0R/new
118
#118
0 Frags +
An_Asian_Salty_CactoosThat's weird, my fonts are different and I found a font named Surface in the resource font folder...
http://imgur.com/gallery/EVUNb0R/new

The font on your screen isn't Surface, more like Arial. Surface.otf in my HUD used for damage numbers only. Try to check game cache.
Also, is it look same on default HUD too?

[quote=An_Asian_Salty_Cactoos]That's weird, my fonts are different and I found a font named Surface in the resource font folder...
http://imgur.com/gallery/EVUNb0R/new[/quote]
The font on your screen isn't Surface, more like Arial. Surface.otf in my HUD used for damage numbers only. Try to check game cache.
Also, is it look same on default HUD too?
119
#119
0 Frags +
EniereAn_Asian_Salty_CactoosThat's weird, my fonts are different and I found a font named Surface in the resource font folder...
http://imgur.com/gallery/EVUNb0R/new
The font on your screen isn't Surface, more like Arial. Surface.otf in my HUD used for damage numbers only. Try to check game cache.
Also, is it look same on default HUD too?

No its the normal one on the default hud.

[quote=Eniere][quote=An_Asian_Salty_Cactoos]That's weird, my fonts are different and I found a font named Surface in the resource font folder...
http://imgur.com/gallery/EVUNb0R/new[/quote]
The font on your screen isn't Surface, more like Arial. Surface.otf in my HUD used for damage numbers only. Try to check game cache.
Also, is it look same on default HUD too?[/quote]

No its the normal one on the default hud.
120
#120
1 Frags +

is there something I can do to the scoreboard so that I can see every player in a 16 vs 16 game?

is there something I can do to the scoreboard so that I can see every player in a 16 vs 16 game?
1 2 3 4 5 6 7 8
Please sign in through STEAM to post a comment.