Upvote Upvoted 327 Downvote Downvoted
1 ⋅⋅ 192 193 194 195 196 197 198 ⋅⋅ 232
HUD editing: short questions, quick answers
posted in Customization
5821
#5821
0 Frags +

what part of a hud controls showing the names of who's playing what class when you're waiting for people to ready up in a pug? i'd like to add it to a hud that doesn't have it

what part of a hud controls showing the names of who's playing what class when you're waiting for people to ready up in a pug? i'd like to add it to a hud that doesn't have it
5822
#5822
1 Frags +
Tunehttps://i.imgur.com/2i3YEjX.jpg

where do I edit the background for the ready up panel?

Pretty sure it's playerpanels in hudtournamentsetup.res, think it's under if_mvm.

Air_how do i make damage numbers bigger

HudDamageAccount.res in resource/ui. The font is in there, might be easily changeable if the font name is like "HUDFont24" otherwise you need to search through clientscheme for something with a bigger tall value.

Seinfeldwhat part of a hud controls showing the names of who's playing what class when you're waiting for people to ready up in a pug? i'd like to add it to a hud that doesn't have it

That's also in hudtournamentsetup.res, same part but under if_readymode.

[quote=Tune][img]https://i.imgur.com/2i3YEjX.jpg[/img]

where do I edit the background for the ready up panel?[/quote]

Pretty sure it's playerpanels in hudtournamentsetup.res, think it's under if_mvm.


[quote=Air_]how do i make damage numbers bigger[/quote]

HudDamageAccount.res in resource/ui. The font is in there, might be easily changeable if the font name is like "HUDFont24" otherwise you need to search through clientscheme for something with a bigger tall value.


[quote=Seinfeld]what part of a hud controls showing the names of who's playing what class when you're waiting for people to ready up in a pug? i'd like to add it to a hud that doesn't have it[/quote]

That's also in hudtournamentsetup.res, same part but under if_readymode.
5823
#5823
1 Frags +
Tunehttps://i.imgur.com/2i3YEjX.jpg

where do I edit the background for the ready up panel?

in clientscheme.res "TFFatLineBorderRedBG" for red and "TFFatLineBorderBlueBG" for blu. they also control the backgrounds for tournament spectator mode

[quote=Tune][img]https://i.imgur.com/2i3YEjX.jpg[/img]

where do I edit the background for the ready up panel?[/quote]

in clientscheme.res "TFFatLineBorderRedBG" for red and "TFFatLineBorderBlueBG" for blu. they also control the backgrounds for tournament spectator mode
5824
#5824
0 Frags +
junnuTunehttps://i.imgur.com/2i3YEjX.jpg

where do I edit the background for the ready up panel?

in clientscheme.res "TFFatLineBorderRedBG" for red and "TFFatLineBorderBlueBG" for blu. they also control the backgrounds for tournament spectator mode

This one worked, thanks

[quote=junnu][quote=Tune][img]https://i.imgur.com/2i3YEjX.jpg[/img]

where do I edit the background for the ready up panel?[/quote]

in clientscheme.res "TFFatLineBorderRedBG" for red and "TFFatLineBorderBlueBG" for blu. they also control the backgrounds for tournament spectator mode[/quote]

This one worked, thanks
5825
#5825
0 Frags +

So I am trying to remake the grape m0rehud TargetID into my version of the hud (I don't want to simply change into grape m0rehud since I have my own hud elements in my current hud)

I want it to look something like this:
https://imgur.com/a/8KYR6 (third image)

But it ends up looking like this:
https://imgur.com/a/FZKA8rT

I've tried using the TargetID.ui from grape m0rehud but it ends up different.
I've never played around with wide and tall values before so I do not know how to make it fit.
Also how do I get ride of the "Ubercharge" I just want it to show the number value.

So I am trying to remake the grape m0rehud TargetID into my version of the hud (I don't want to simply change into grape m0rehud since I have my own hud elements in my current hud)

I want it to look something like this:
https://imgur.com/a/8KYR6 (third image)

But it ends up looking like this:
https://imgur.com/a/FZKA8rT

I've tried using the TargetID.ui from grape m0rehud but it ends up different.
I've never played around with wide and tall values before so I do not know how to make it fit.
Also how do I get ride of the "Ubercharge" I just want it to show the number value.
5826
#5826
0 Frags +
vanitas

- have you increased the targetid height in hudlayout.res?
- you'll need grape m0rehud's chat_english.txt file; "TF_playerid_mediccharge" is what controls the targetid uber %

[quote=vanitas][/quote]
- have you increased the targetid height in hudlayout.res?
- you'll need grape m0rehud's chat_english.txt file; "TF_playerid_mediccharge" is what controls the targetid uber %
5827
#5827
2 Frags +

Theres a font file called Surface-Uber which only has numbers in it, if you use that one for the uber charge it wont say Ubercharge: 100% it will just say 100%

dont know anything about what bLa says so that could work too

Theres a font file called Surface-Uber which only has numbers in it, if you use that one for the uber charge it wont say [b]Ubercharge: 100%[/b] it will just say [b]100%[/b]

dont know anything about what bLa says so that could work too
5828
#5828
0 Frags +

In broeselhud blue, where and how do I change the damage numbers to not have outlines? Thx

Edit: i looked in huddamageaccount.res, but I don't know how to remove outlines, or if that's even possible.

In broeselhud blue, where and how do I change the damage numbers to not have outlines? Thx

Edit: i looked in huddamageaccount.res, but I don't know how to remove outlines, or if that's even possible.
5829
#5829
1 Frags +
iodineIn broeselhud blue, where and how do I change the damage numbers to not have outlines? Thx

Edit: i looked in huddamageaccount.res, but I don't know how to remove outlines, or if that's even possible.

huddamageaccount.res under "CDamageAccountPanel", Change the "delta_item_font"s to be surface20 instead of surface20outline

[quote=iodine]In broeselhud blue, where and how do I change the damage numbers to not have outlines? Thx

Edit: i looked in huddamageaccount.res, but I don't know how to remove outlines, or if that's even possible.[/quote]

huddamageaccount.res under "CDamageAccountPanel", Change the "delta_item_font"s to be surface20 instead of surface20outline
5830
#5830
0 Frags +

^^ thanks <3 can't believe i didn't see that lol

^^ thanks <3 can't believe i didn't see that lol
5831
#5831
0 Frags +

Anyone having this problem?
https://gyazo.com/a768d20bd9a8dd2fe1ce6172bdcf4da9

Somehow i'm not able to see the name that i'm healing.
it supposed to be like this.
https://gyazo.com/1b82dcf08543381a4a231510312b039b

edit: nvm i fixed it (tf_hud_target_id_offset 0)

Anyone having this problem?
https://gyazo.com/a768d20bd9a8dd2fe1ce6172bdcf4da9

Somehow i'm not able to see the name that i'm healing.
it supposed to be like this.
https://gyazo.com/1b82dcf08543381a4a231510312b039b

edit: nvm i fixed it (tf_hud_target_id_offset 0)
5832
#5832
0 Frags +

Where can i edit the Thermal Thruster's meter?

Where can i edit the Thermal Thruster's meter?
5833
#5833
0 Frags +

Does anyone know what file modifies this annoying poster?
https://i.imgur.com/pkfXaQQ.jpg

Does anyone know what file modifies this annoying poster?
https://i.imgur.com/pkfXaQQ.jpg
5834
#5834
1 Frags +
morDoes anyone know what file modifies this annoying poster?
https://i.imgur.com/pkfXaQQ.jpg

Winpanel.res

[quote=mor]Does anyone know what file modifies this annoying poster?
https://i.imgur.com/pkfXaQQ.jpg[/quote]

Winpanel.res
5835
#5835
0 Frags +
_KermitmorDoes anyone know what file modifies this annoying poster?
https://i.imgur.com/pkfXaQQ.jpg

Winpanel.res

tyty

[quote=_Kermit][quote=mor]Does anyone know what file modifies this annoying poster?
https://i.imgur.com/pkfXaQQ.jpg[/quote]

Winpanel.res[/quote]
tyty
5836
#5836
0 Frags +

My hud’s scoreboard doesn’t have a functional mouse mode. No names can be clicked or right clicked. Is there a way I can fix it?

My hud’s scoreboard doesn’t have a functional mouse mode. No names can be clicked or right clicked. Is there a way I can fix it?
5837
#5837
0 Frags +
sAvenMy hud’s scoreboard doesn’t have a functional mouse mode. No names can be clicked or right clicked. Is there a way I can fix it?

Put on your console: tf_scoreboard_mouse_mode 1

[quote=sAven]My hud’s scoreboard doesn’t have a functional mouse mode. No names can be clicked or right clicked. Is there a way I can fix it?[/quote]

Put on your console: tf_scoreboard_mouse_mode 1
5838
#5838
0 Frags +
Ryder_Pills-1714sAvenMy hud’s scoreboard doesn’t have a functional mouse mode. No names can be clicked or right clicked. Is there a way I can fix it?
Put on your console: tf_scoreboard_mouse_mode 1

Yea the command works. When I open the scoreboard, my mouse can move around, but no names can be clicked or right clicked.

[quote=Ryder_Pills-1714][quote=sAven]My hud’s scoreboard doesn’t have a functional mouse mode. No names can be clicked or right clicked. Is there a way I can fix it?[/quote]

Put on your console: tf_scoreboard_mouse_mode 1[/quote]

Yea the command works. When I open the scoreboard, my mouse can move around, but no names can be clicked or right clicked.
5839
#5839
0 Frags +

Currently using a fresh download verison of Ellshud from Hypnotize's hud thread. The quickplay buttons are all nulled up somehow. I tried removing/changing gamemenu.res/mainmenuoverride

help

Currently using a fresh download verison of Ellshud from Hypnotize's hud thread. The [url=https://imgur.com/a/mOZxSoJ]quickplay buttons[/url] are all nulled up somehow. I tried removing/changing gamemenu.res/mainmenuoverride

help
5840
#5840
0 Frags +
typtoCurrently using a fresh download verison of Ellshud from Hypnotize's hud thread. The quickplay buttons are all nulled up somehow. I tried removing/changing gamemenu.res/mainmenuoverride

help

They're all redundant now, you can still use a button to launch the server browser but you need to use the topbar "find a game" button like on the default HUD to find casual games.

[quote=typto]Currently using a fresh download verison of Ellshud from Hypnotize's hud thread. The [url=https://imgur.com/a/mOZxSoJ]quickplay buttons[/url] are all nulled up somehow. I tried removing/changing gamemenu.res/mainmenuoverride

help[/quote]

They're all redundant now, you can still use a button to launch the server browser but you need to use the topbar "find a game" button like on the default HUD to find casual games.
5841
#5841
0 Frags +
_KermittyptoCurrently using a fresh download verison of Ellshud from Hypnotize's hud thread. The quickplay buttons are all nulled up somehow. I tried removing/changing gamemenu.res/mainmenuoverride

help

They're all redundant now, you can still use a button to launch the server browser but you need to use the topbar "find a game" button like on the default HUD to find casual games.

Oh alright. Yeah, that kinda what i meant, the topbar to queue up into casual mode just insta-crashes for me. How do i fix that?
edit: Thanks Hypnotize!

[quote=_Kermit][quote=typto]Currently using a fresh download verison of Ellshud from Hypnotize's hud thread. The [url=https://imgur.com/a/mOZxSoJ]quickplay buttons[/url] are all nulled up somehow. I tried removing/changing gamemenu.res/mainmenuoverride

help[/quote]

They're all redundant now, you can still use a button to launch the server browser but you need to use the topbar "find a game" button like on the default HUD to find casual games.[/quote]
Oh alright. Yeah, that kinda what i meant, the topbar to queue up into casual mode just insta-crashes for me. How do i fix that?
edit: Thanks Hypnotize!
5842
#5842
2 Frags +
typto_KermittyptoCurrently using a fresh download verison of Ellshud from Hypnotize's hud thread. The quickplay buttons are all nulled up somehow. I tried removing/changing gamemenu.res/mainmenuoverride

help

They're all redundant now, you can still use a button to launch the server browser but you need to use the topbar "find a game" button like on the default HUD to find casual games.
Oh alright. Yeah, that kinda what i meant, the topbar to queue up into casual mode just insta-crashes for me. How do i fix that?

Delete tf_english for now, that should fix it. I forgot Ells hud had that file so I always assumed it was working fine, i'll see if i can do a proper fix later.

EDIT: Fixed

[quote=typto][quote=_Kermit][quote=typto]Currently using a fresh download verison of Ellshud from Hypnotize's hud thread. The [url=https://imgur.com/a/mOZxSoJ]quickplay buttons[/url] are all nulled up somehow. I tried removing/changing gamemenu.res/mainmenuoverride

help[/quote]

They're all redundant now, you can still use a button to launch the server browser but you need to use the topbar "find a game" button like on the default HUD to find casual games.[/quote]
Oh alright. Yeah, that kinda what i meant, the topbar to queue up into casual mode just insta-crashes for me. How do i fix that?[/quote]

Delete tf_english for now, that should fix it. I forgot Ells hud had that file so I always assumed it was working fine, i'll see if i can do a proper fix later.

EDIT: [url=https://github.com/Hypnootize/Ells-Hud/archive/master.zip]Fixed[/url]
5843
#5843
0 Frags +

how do I remove the black gradient when I open the Find A Game button?

pic

how do I remove the black gradient when I open the Find A Game button?

[url=https://i.imgur.com/qwmjbeh.png]pic[/url]
5844
#5844
0 Frags +

Hi

how do i change this scoreboard https://i.imgur.com/XESIpW6.jpg

to m0rehud scoreboard

https://i.imgur.com/9BbGklK.jpg

in the files, can anyone help me? much appreciated
1 shot hud dl

https://github.com/Hypnootize/1-Shot-Hud

Hi

how do i change this scoreboard https://i.imgur.com/XESIpW6.jpg

to m0rehud scoreboard

https://i.imgur.com/9BbGklK.jpg

in the files, can anyone help me? much appreciated
1 shot hud dl

https://github.com/Hypnootize/1-Shot-Hud
5845
#5845
4 Frags +
skittelzhow do I remove the black gradient when I open the Find A Game button?
pic

https://github.com/JarateKing/TF2-Hud-Reference/blob/master/1-APPENDIX/StubbornElements.md#dashboard-dimmer

It's one of the hardest elements to do anything with for sure, but it can be removed with a little effort.

mattystopperhow do i change this scoreboard to m0rehud scoreboard
  1. replace 1shot's resource/ui/scoreboard.res with m0rehud's scoreboard.res
  2. copy m0rehud's resource/clientscheme.res and rename it to clientscheme_m0re.res
  3. copy m0rehud's resource/m0re colors.res and m0re fonts.res to 1shot's resource folder as well
  4. edit 1shot's clientscheme.res to include
    #base "clientscheme_m0re.res"
    at the top of the file.
  5. copy m0rehud's resource/font/ folder into 1shot's resource folder.
[quote=skittelz]how do I remove the black gradient when I open the Find A Game button?
[url=https://i.imgur.com/qwmjbeh.png]pic[/url][/quote]
https://github.com/JarateKing/TF2-Hud-Reference/blob/master/1-APPENDIX/StubbornElements.md#dashboard-dimmer

It's one of the hardest elements to do anything with for sure, but it can be removed with a little effort.

[quote=mattystopper]how do i change this scoreboard to m0rehud scoreboard [/quote]
[olist]
[*] replace 1shot's resource/ui/scoreboard.res with m0rehud's scoreboard.res
[*] copy m0rehud's resource/clientscheme.res and rename it to clientscheme_m0re.res
[*] copy m0rehud's resource/m0re colors.res and m0re fonts.res to 1shot's resource folder as well
[*] edit 1shot's clientscheme.res to include [code]#base "clientscheme_m0re.res"[/code] at the top of the file.
[*] copy m0rehud's resource/font/ folder into 1shot's resource folder.
[/olist]
5846
#5846
0 Frags +

what am i supposed to edit to change the color of the overheal health ?

what am i supposed to edit to change the color of the overheal health ?
5847
#5847
2 Frags +

Go to hudanimations.txt or hudanimations_custom.txt, whichever your HUD has, and find HudHealthBonusPulse, there will be something similar to "Animate PlayerStatusHealthValue" change the value of the "fgcolor" of that to the RGB values you want.

Go to hudanimations.txt or hudanimations_custom.txt, whichever your HUD has, and find HudHealthBonusPulse, there will be something similar to "Animate PlayerStatusHealthValue" change the value of the "fgcolor" of that to the RGB values you want.
5848
#5848
0 Frags +

For some reason, my ammo and itemeffectmeter bars disappear for no reason. Hudreloadscheme doesn't fix it, only reloading the game does. Anybody know if there's another way?

For some reason, my ammo and itemeffectmeter bars disappear for no reason. Hudreloadscheme doesn't fix it, only reloading the game does. Anybody know if there's another way?
5849
#5849
1 Frags +
sAvenFor some reason, my ammo and itemeffectmeter bars disappear for no reason. Hudreloadscheme doesn't fix it, only reloading the game does. Anybody know if there's another way?

look at a teammate and press "f" - your issue is likely the inspect panel fucking up

[quote=sAven]For some reason, my ammo and itemeffectmeter bars disappear for no reason. Hudreloadscheme doesn't fix it, only reloading the game does. Anybody know if there's another way?[/quote]
look at a teammate and press "f" - your issue is likely the inspect panel fucking up
5850
#5850
2 Frags +

how to increase damage numbers size?

how to increase damage numbers size?
1 ⋅⋅ 192 193 194 195 196 197 198 ⋅⋅ 232
Please sign in through STEAM to post a comment.