Upvote Upvoted 327 Downvote Downvoted
1 ⋅⋅ 187 188 189 190 191 192 193 ⋅⋅ 232
HUD editing: short questions, quick answers
posted in Customization
5671
#5671
2 Frags +
Alex_fHow can I reposition and/or resize my net_graph?

net_graphpos
net_graphheight

net_graphproportionalfont

[quote=Alex_f]How can I reposition and/or resize my net_graph?[/quote]
net_graphpos
net_graphheight

net_graphproportionalfont
5672
#5672
0 Frags +
Alex_fSo My hud font just randomly stopped working. I have it installed in windows but it just stopped working on a fresh install of tf2 and hasn't worked since. Would appreciate help ASAP

Edit: Other fonts work. My font(noto sans bold) just doesn't work for no foreseeable reason


I gave it the good old IT fix by restarting my PC and it worked somehow. I hate myself

lmao

[quote=Alex_f][s]So My hud font just randomly stopped working. I have it installed in windows but it just stopped working on a fresh install of tf2 and hasn't worked since. Would appreciate help ASAP

Edit: Other fonts work. My font(noto sans bold) just doesn't work for no foreseeable reason[/s]

I gave it the good old IT fix by restarting my PC and it worked somehow. I hate myself[/quote]
lmao
5673
#5673
0 Frags +

how can i change this thing's color ?
https://imgur.com/a/7Pt2pA6

how can i change this thing's color ?
https://imgur.com/a/7Pt2pA6
5674
#5674
0 Frags +
2SP00KY5M8how can i change this thing's color ?
https://imgur.com/a/7Pt2pA6

statsummary_embedded.res -> ClassBar1A, 1B, etc.
don't edit classbarbg elements though

[quote=2SP00KY5M8]how can i change this thing's color ?
https://imgur.com/a/7Pt2pA6[/quote]
statsummary_embedded.res -> ClassBar1A, 1B, etc.
don't edit classbarbg elements though
5675
#5675
0 Frags +

ty :D

ty :D
5676
#5676
0 Frags +

what am i supposed to edit to change the chat size?

what am i supposed to edit to change the chat size?
5677
#5677
2 Frags +
shinsowhat am i supposed to edit to change the chat size?

basechat.res - if your hud doesn't have it, use the one from ahud or rayshud
edit: use a corresponding chatscheme.res as well

[quote=shinso]what am i supposed to edit to change the chat size?[/quote]
basechat.res - if your hud doesn't have it, use the one from ahud or rayshud
edit: use a corresponding chatscheme.res as well
5678
#5678
0 Frags +

how do i remove all hud elements besides the hit numbers and killfeed/killstreak icon?

how do i remove all hud elements besides the hit numbers and killfeed/killstreak icon?
5679
#5679
0 Frags +

how can i change the size of the killstreak counter in the killfeed?

https://i.imgur.com/oSS4aV8.png

i want the numeric value to be smaller so that it doesn't clip into the killstreak icon

how can i change the size of the killstreak counter in the killfeed? [img]https://i.imgur.com/oSS4aV8.png[/img] i want the numeric value to be smaller so that it doesn't clip into the killstreak icon
5680
#5680
0 Frags +

https://imgur.com/a/vNbbAvq
1- how can i fix the position of the icon ?
2- i can't click on the plus thing (cosmetics style)

https://imgur.com/a/vNbbAvq
1- how can i fix the position of the icon ?
2- i can't click on the plus thing (cosmetics style)
5681
#5681
0 Frags +

1. Is it possible to change the HP bar so it drains/fills horizontally instead of vertically? If so, how? (Assuming I'm using rayshud)

2. Is it possible to have the HP bar have 3 different color changes based on percentage? Like, one color for 100-51%, one for 50-26%, and one for 25-0%? (I don't want to use the one for overheal since that needs to be a different color, too. So, technically 4 colors total.)

1. Is it possible to change the HP bar so it drains/fills horizontally instead of vertically? If so, how? (Assuming I'm using rayshud)

2. Is it possible to have the HP bar have 3 different color changes based on percentage? Like, one color for 100-51%, one for 50-26%, and one for 25-0%? (I don't want to use the one for overheal since that needs to be a different color, too. So, technically 4 colors total.)
5682
#5682
2 Frags +
Shupahhhow do i remove all hud elements besides the hit numbers and killfeed/killstreak icon?

If lawena doesn't cover it, the easiest way would probably be to go into scripts/hudlayout.res and make everything other than the damageaccount panel and the deathnotices and use:

"xpos" "r0"
"ypos" "r0"
"wide" "0"
"tall" "0"

Which will get most things, and then do the same in whatever straggler file you find (like resource/ui/hudplayerhealth.res).

Mudkip30031. Is it possible to change the HP bar so it drains/fills horizontally instead of vertically? If so, how? (Assuming I'm using rayshud)

2. Is it possible to have the HP bar have 3 different color changes based on percentage? Like, one color for 100-51%, one for 50-26%, and one for 25-0%? (I don't want to use the one for overheal since that needs to be a different color, too. So, technically 4 colors total.)

Both are possible, but are very far from easy.

For 1, you can change the bonuscross to be a solid material (the same as the bg, or a refract material if you want no bg), and have position that at the left/right of your hp bar, and then set it to scale so that when at 0 health it covers all of the hp bar.
For 2, you can make the hp bar that gets covered by 1 use a complicated mess of custom fonts, that are block fonts but set up with the label width so that it only appears when health is 2 digits or whatever. You can do it more complicated with weirder custom block fonts that appear at arbitrary values, but going by digits is significantly easier. And though I've never done it myself, you could hypothetically pin_to_corner to the max health number with a special font (and set that to use auto wide to contents) to let you differentiate between different max health values and recreate percentages.
Magnum hud does both in a way (except for #1 it is positioned upwards and scales towards the bottom, and for #2 it only cares about health values >100 and >50 and >10 and so on without dealing with percents), if you need a reference.

Needless to say, it's probably much more work than it's worth.

Twitchhow can i change the size of the killstreak counter in the killfeed? https://i.imgur.com/oSS4aV8.png i want the numeric value to be smaller so that it doesn't clip into the killstreak icon

Iirc it uses the same font as the rest of the killfeed. To make it smaller you have to edit the TextFont used by HudDeathNotices in hudlayout.res, whether by just swapping it to use a smaller font or changing the font declaration in clientscheme.res.

I can't remember if killfeed fonts overlapping icons is a size issue or a font kerning issue though. It might require either using a different font, or manually editing how the kerning on that font works, in order to solve.

[quote=Shupahh]how do i remove all hud elements besides the hit numbers and killfeed/killstreak icon?[/quote]
If [url=http://lawena.github.io/]lawena[/url] doesn't cover it, the easiest way would probably be to go into scripts/hudlayout.res and make everything other than the damageaccount panel and the deathnotices and use:
[code]"xpos" "r0"
"ypos" "r0"
"wide" "0"
"tall" "0"[/code]Which will get most things, and then do the same in whatever straggler file you find (like resource/ui/hudplayerhealth.res).[quote=Mudkip3003]1. Is it possible to change the HP bar so it drains/fills horizontally instead of vertically? If so, how? (Assuming I'm using rayshud)

2. Is it possible to have the HP bar have 3 different color changes based on percentage? Like, one color for 100-51%, one for 50-26%, and one for 25-0%? (I don't want to use the one for overheal since that needs to be a different color, too. So, technically 4 colors total.)[/quote]
Both are possible, but are very far from easy.

For 1, you can change the bonuscross to be a solid material (the same as the bg, or a refract material if you want no bg), and have position that at the left/right of your hp bar, and then set it to scale so that when at 0 health it covers all of the hp bar.
For 2, you can make the hp bar that gets covered by 1 use a complicated mess of custom fonts, that are block fonts but set up with the label width so that it only appears when health is 2 digits or whatever. You can do it more complicated with weirder custom block fonts that appear at arbitrary values, but going by digits is significantly easier. And though I've never done it myself, you could hypothetically pin_to_corner to the max health number with a special font (and set that to use auto wide to contents) to let you differentiate between different max health values and recreate percentages.
[url=https://huds.tf/forum/showthread.php?tid=266]Magnum hud[/url] does both in a way (except for #1 it is positioned upwards and scales towards the bottom, and for #2 it only cares about health values >100 and >50 and >10 and so on without dealing with percents), if you need a reference.

Needless to say, it's probably much more work than it's worth.[quote=Twitch]how can i change the size of the killstreak counter in the killfeed? [img]https://i.imgur.com/oSS4aV8.png[/img] i want the numeric value to be smaller so that it doesn't clip into the killstreak icon[/quote]
Iirc it uses the same font as the rest of the killfeed. To make it smaller you have to edit the TextFont used by HudDeathNotices in hudlayout.res, whether by just swapping it to use a smaller font or changing the font declaration in clientscheme.res.

I can't remember if killfeed fonts overlapping icons is a size issue or a font kerning issue though. It might require either using a different font, or manually editing how the kerning on that font works, in order to solve.
5683
#5683
0 Frags +
Show Content

The "OK, RESUME GAME" button never seems to work and I have dismiss the screen every time I die

[spoiler][img]https://i.gyazo.com/dac72f654df64be4305ded7f5715f290.png[/img]
[/spoiler]
The "OK, RESUME GAME" button never seems to work and I have dismiss the screen every time I die
5684
#5684
0 Frags +
JarateKingFor 1, you can change the bonuscross to be a solid material (the same as the bg, or a refract material if you want no bg), and have position that at the left/right of your hp bar, and then set it to scale so that when at 0 health it covers all of the hp bar.

Hmm... that seems rough, indeed. So I'm assuming the HP bar is not one of the elements that can be rotated on it's side? That's a damn shame. Well anyways, thanks for your knowledge.

[quote=JarateKing]
For 1, you can change the bonuscross to be a solid material (the same as the bg, or a refract material if you want no bg), and have position that at the left/right of your hp bar, and then set it to scale so that when at 0 health it covers all of the hp bar.[/quote]

Hmm... that seems rough, indeed. So I'm assuming the HP bar is not one of the elements that can be rotated on it's side? That's a damn shame. Well anyways, thanks for your knowledge.
5685
#5685
0 Frags +

I've been having problems with hud_reloadscheme whilst trying to create a custom HUD. When I try to view changes to the player health, it constantly appears with the following error:

Failed to load resource/UI/HudItemEffectMeter_Action.res
resource/UI/HudItemEffectMeter_Action.res missing ContinuousProgressBar field "ItemEffectMeter"

I already have an info.vdf file on in the HUD folder with the ui_version set to 3 and nothing changes...

Please help

I've been having problems with hud_reloadscheme whilst trying to create a custom HUD. When I try to view changes to the player health, it constantly appears with the following error:

Failed to load resource/UI/HudItemEffectMeter_Action.res
resource/UI/HudItemEffectMeter_Action.res missing ContinuousProgressBar field "ItemEffectMeter"

I already have an info.vdf file on in the HUD folder with the ui_version set to 3 and nothing changes...

Please help
5686
#5686
0 Frags +
infernorazI've been having problems with hud_reloadscheme whilst trying to create a custom HUD. When I try to view changes to the player health, it constantly appears with the following error:

Failed to load resource/UI/HudItemEffectMeter_Action.res
resource/UI/HudItemEffectMeter_Action.res missing ContinuousProgressBar field "ItemEffectMeter"

I already have an info.vdf file on in the HUD folder with the ui_version set to 3 and nothing changes...

Please help

Don't worry about this, I managed to fix this

[quote=infernoraz]I've been having problems with hud_reloadscheme whilst trying to create a custom HUD. When I try to view changes to the player health, it constantly appears with the following error:

Failed to load resource/UI/HudItemEffectMeter_Action.res
resource/UI/HudItemEffectMeter_Action.res missing ContinuousProgressBar field "ItemEffectMeter"

I already have an info.vdf file on in the HUD folder with the ui_version set to 3 and nothing changes...

Please help[/quote]
Don't worry about this, I managed to fix this
5687
#5687
0 Frags +
ProSkeez
Show Content
The "OK, RESUME GAME" button never seems to work and I have dismiss the screen every time I die

I always used to get this issue, but for some reason using cl_software_cursor 1 seems to work for me and I can click it resume game

[quote=ProSkeez][spoiler][img]https://i.gyazo.com/dac72f654df64be4305ded7f5715f290.png[/img]
[/spoiler]
The "OK, RESUME GAME" button never seems to work and I have dismiss the screen every time I die[/quote]
I always used to get this issue, but for some reason using cl_software_cursor 1 seems to work for me and I can click it resume game
5688
#5688
2 Frags +

http://www.teamfortress.tv/48176/collyhud

i might be disabled so be patient

what are the fonts

how do i find them/where are they

where/how do i install them.

im very confused

http://www.teamfortress.tv/48176/collyhud

i might be disabled so be patient

what are the fonts

how do i find them/where are they

where/how do i install them.

im very confused
5689
#5689
3 Frags +
jetzzzzzhttp://www.teamfortress.tv/48176/collyhud

i might be disabled so be patient

what are the fonts

how do i find them/where are they

where/how do i install them.

im very confused

You can find them in the resource\fonts. If you're on Windows, you can select them all, right click, and select Install.

[quote=jetzzzzz]http://www.teamfortress.tv/48176/collyhud

i might be disabled so be patient

what are the fonts

how do i find them/where are they

where/how do i install them.

im very confused[/quote]

You can find them in the resource\fonts. If you're on Windows, you can select them all, right click, and select Install.
5690
#5690
0 Frags +

Anybody knows which file controls the new exp color in the matchmaking experience bar (the amount you just earned)? Both on the main menu and the post-match window.

Anybody knows which file controls the new exp color in the matchmaking experience bar (the amount you just earned)? Both on the main menu and the post-match window.
5691
#5691
0 Frags +

My hud does not show medigun names while someone is healing me, any way to add this in?

My hud does not show medigun names while someone is healing me, any way to add this in?
5692
#5692
0 Frags +

My HUD doesn't show the MvM Win Screen with the items each player receives after beating a full round of MvM. Which file is it located in? Thanks.

My HUD doesn't show the MvM Win Screen with the items each player receives after beating a full round of MvM. Which file is it located in? Thanks.
5693
#5693
whitelist.tf
2 Frags +

@Zetos should be in a hudanimation event

@lizerd check for a chat_english.txt in your resource folder

@sAven MvMVictoryPanel.res most likely

[b]@Zetos[/b] should be in a hudanimation event

[b]@lizerd[/b] check for a chat_english.txt in your resource folder

[b]@sAven[/b] [i]MvMVictoryPanel.res[/i] most likely
5694
#5694
0 Frags +

Thank you, mister!

Thank you, mister!
5695
#5695
0 Frags +
Wiethoofd@Zetos should be in a hudanimation event

@lizerd check for a chat_english.txt in your resource folder

@sAven MvMVictoryPanel.res most likely

My hud doesn't modify that file. Don't know why the win screen would be blank. Maybe it has something to do with mastercomfig? If configs can mess with hud elements, that might explain why I've witnessed various bugs with the hud. I'll play around with it.

[quote=Wiethoofd][b]@Zetos[/b] should be in a hudanimation event

[b]@lizerd[/b] check for a chat_english.txt in your resource folder

[b]@sAven[/b] [i]MvMVictoryPanel.res[/i] most likely[/quote]

My hud doesn't modify that file. Don't know why the win screen would be blank. Maybe it has something to do with mastercomfig? If configs can mess with hud elements, that might explain why I've witnessed various bugs with the hud. I'll play around with it.
5696
#5696
0 Frags +

https://imgur.com/RQv5HeQ

Can someone explain why the attacking robots at the top are clipping with the bar? I've eliminated all minmode positions in wavestatuspanel.res and hudmannvsmachinestatus.res but apparently there's a third file that controls both the position of the attacking robots as well as the size of the background box.

https://imgur.com/RQv5HeQ

Can someone explain why the attacking robots at the top are clipping with the bar? I've eliminated all minmode positions in wavestatuspanel.res and hudmannvsmachinestatus.res but apparently there's a third file that controls both the position of the attacking robots as well as the size of the background box.
5697
#5697
0 Frags +

new q how can i get rid of this stuff

https://i.imgur.com/78C0gvk.png

new q how can i get rid of this stuff
[img]https://i.imgur.com/78C0gvk.png[/img]
5698
#5698
0 Frags +
wtznew q how can i get rid of this stuff
https://i.imgur.com/78C0gvk.png

tf_use_match_hud 0
hides the player icons as well as the timer though

[quote=wtz]new q how can i get rid of this stuff
[img]https://i.imgur.com/78C0gvk.png[/img][/quote]
tf_use_match_hud 0
hides the player icons as well as the timer though
5699
#5699
0 Frags +

:/// rather like the player icons but thanks anyway

:/// rather like the player icons but thanks anyway
5700
#5700
0 Frags +

How do you change the color of the sandvich regen bar? (or other item bars.)

How do you change the color of the sandvich regen bar? (or other item bars.)
1 ⋅⋅ 187 188 189 190 191 192 193 ⋅⋅ 232
Please sign in through STEAM to post a comment.