Upvote Upvoted 327 Downvote Downvoted
1 ⋅⋅ 207 208 209 210 211 212 213 ⋅⋅ 232
HUD editing: short questions, quick answers
posted in Customization
6271
#6271
0 Frags +

Two Questions: How do i add text (in my case the title of my hud) to the main menu, and two: how do i edit the loadouts page?

Two Questions: How do i add text (in my case the title of my hud) to the main menu, and two: how do i edit the loadouts page?
6272
#6272
0 Frags +

Hello friends,

I can't install any HUD whatsoever. I've done everything correctly several times. Does it have anything to do with the game being installed on D:? Installing hitsounds do work so idk why the huds aren't working.

Thanks!

Hello friends,

I can't install any HUD whatsoever. I've done everything correctly several times. Does it have anything to do with the game being installed on D:? Installing hitsounds do work so idk why the huds aren't working.

Thanks!
6273
#6273
0 Frags +

A few things, how do I edit the end of round scoreboard along with the map vote panel? And how do I edit the pop up notifications on the left side of the screen? I can't seem to find it. Thanks!

A few things, how do I edit the end of round scoreboard along with the map vote panel? And how do I edit the pop up notifications on the left side of the screen? I can't seem to find it. Thanks!
6274
#6274
1 Frags +
patchwerkHow do i add text (in my case the title of my hud) to the main menu

Not sure on this one, but since nobody replied... You could try copying any snippet from MainMenuOverride with "ControlName" "EditablePanel", just change the top information and fieldname to, let's say "Title", and adjust the positioning, font, color etc. Afterwards, add an entry to GameMenu with the same name, e.g.:

"Title"
{
"label" "Title"
"Command" "engine toggleconsole" (you can leave it blank, but you may want to add some utility to it, like making it open/close the console)
"subimage" ""
"OnlyAtMenu" "0"
}

patchwerkhow do i edit the loadouts page?

Resource/UI/CharInfoLoadoutSubPanel

LeRayonVertHello friends,

I can't install any HUD whatsoever. I've done everything correctly several times. Does it have anything to do with the game being installed on D:? Installing hitsounds do work so idk why the huds aren't working.
Thanks!

Have you checked if the info.vdf file that comes with them has "ui_version" set to "3"? Otherwise they won't load.

damnit_dolanhow do I edit the end of round scoreboard

Resource/UI/HUDMatchSummary

damnit_dolanalong with the map vote panel?

Resource/UI/MatchmakingDashboardPopUp_NextMapVoting (not sure about this one, seems like it)

[quote=patchwerk]How do i add text (in my case the title of my hud) to the main menu[/quote]
Not sure on this one, but since nobody replied... You could try copying any snippet from MainMenuOverride with "ControlName" "EditablePanel", just change the top information and fieldname to, let's say "Title", and adjust the positioning, font, color etc. Afterwards, add an entry to GameMenu with the same name, e.g.:

"Title"
{
"label" "Title"
"Command" "engine toggleconsole" (you can leave it blank, but you may want to add some utility to it, like making it open/close the console)
"subimage" ""
"OnlyAtMenu" "0"
}

[quote=patchwerk]how do i edit the loadouts page?[/quote]
Resource/UI/CharInfoLoadoutSubPanel

[quote=LeRayonVert]Hello friends,

I can't install any HUD whatsoever. I've done everything correctly several times. Does it have anything to do with the game being installed on D:? Installing hitsounds do work so idk why the huds aren't working.
Thanks![/quote]Have you checked if the info.vdf file that comes with them has "ui_version" set to "3"? Otherwise they won't load.

[quote=damnit_dolan]how do I edit the end of round scoreboard[/quote]
Resource/UI/HUDMatchSummary

[quote=damnit_dolan]along with the map vote panel?[/quote]
Resource/UI/MatchmakingDashboardPopUp_NextMapVoting (not sure about this one, seems like it)
6275
#6275
0 Frags +
ZetosHave you checked if the info.vdf file that comes with them has "ui_version" set to "3"? Otherwise they won't load.

Thank you for your answer. I just checked and it is set to 3.

It really boggles my mind because I'm not new to hud editing but there's something that I must be doing wrong/missing out.

Thank you again

[quote=Zetos]Have you checked if the info.vdf file that comes with them has "ui_version" set to "3"? Otherwise they won't load.


[/quote]

Thank you for your answer. I just checked and it is set to 3.

It really boggles my mind because I'm not new to hud editing but there's something that I must be doing wrong/missing out.

Thank you again
6276
#6276
1 Frags +

Pretty sure that the folder the info.vdf file is in needs to be specified inside info.vdf so that could maybe be the cause?

Pretty sure that the folder the info.vdf file is in needs to be specified inside info.vdf so that could maybe be the cause?
6277
#6277
1 Frags +
_KermitPretty sure that the folder the info.vdf file is in needs to be specified inside info.vdf so that could maybe be the cause?

That did it! Thank you guys.

[quote=_Kermit]Pretty sure that the folder the info.vdf file is in needs to be specified inside info.vdf so that could maybe be the cause?[/quote]

That did it! Thank you guys.
6278
#6278
0 Frags +

Is there any way to make it so that I have a crosshair showing whilst I have the scoreboard open?

Is there any way to make it so that I have a crosshair showing whilst I have the scoreboard open?
6279
#6279
2 Frags +
ElyassuIs there any way to make it so that I have a crosshair showing whilst I have the scoreboard open?

You can put a hud crosshair inside the scoreboard.res file, that's about the only way I can think of. That's assuming you don't wanna have a hud crosshair all the time.

[quote=Elyassu]Is there any way to make it so that I have a crosshair showing whilst I have the scoreboard open?[/quote]

You can put a hud crosshair inside the scoreboard.res file, that's about the only way I can think of. That's assuming you don't wanna have a hud crosshair all the time.
6280
#6280
0 Frags +

https://gyazo.com/bee325803692181c4ce2befe27521285

whenever i want to use a hud like this e.g sunset hud, peach hud. I always have this issue of the buttons being words and not actual buttons and essentially not working, anyone know what im doing wrong?

https://gyazo.com/bee325803692181c4ce2befe27521285

whenever i want to use a hud like this e.g sunset hud, peach hud. I always have this issue of the buttons being words and not actual buttons and essentially not working, anyone know what im doing wrong?
6281
#6281
0 Frags +
Donuskushttps://gyazo.com/bee325803692181c4ce2befe27521285

whenever i want to use a hud like this e.g sunset hud, peach hud. I always have this issue of the buttons being words and not actual buttons and essentially not working, anyone know what im doing wrong?

Did you install the fonts inside the Resource/Fonts folder?

[quote=Donuskus]https://gyazo.com/bee325803692181c4ce2befe27521285

whenever i want to use a hud like this e.g sunset hud, peach hud. I always have this issue of the buttons being words and not actual buttons and essentially not working, anyone know what im doing wrong?[/quote]
Did you install the fonts inside the Resource/Fonts folder?
6282
#6282
0 Frags +

How do you change font size of the top right elements from cl_showpos and cl_showfps?
https://steamuserimages-a.akamaihd.net/ugc/768364090942342078/F334BD37631616A5549C4418265AB8F259BA467C/

https://steamuserimages-a.akamaihd.net/ugc/1003681024122887315/CAA022A0B360994F033F344B378F2C3CCC2F862E/

Want them like the big ones, not tiny baby ones

How do you change font size of the top right elements from cl_showpos and cl_showfps?
https://steamuserimages-a.akamaihd.net/ugc/768364090942342078/F334BD37631616A5549C4418265AB8F259BA467C/

https://steamuserimages-a.akamaihd.net/ugc/1003681024122887315/CAA022A0B360994F033F344B378F2C3CCC2F862E/

Want them like the big ones, not tiny baby ones
6283
#6283
1 Frags +
LstratosHFHow do you change font size of the top right elements from cl_showpos and cl_showfps?

"DefaultFixedOutline" @ Resource/Sourcecheme

[quote=LstratosHF]How do you change font size of the top right elements from cl_showpos and cl_showfps?[/quote]
"DefaultFixedOutline" @ Resource/Sourcecheme
6284
#6284
0 Frags +
ZetosLstratosHFHow do you change font size of the top right elements from cl_showpos and cl_showfps?"DefaultFixedOutline" @ Resource/Sourcecheme

That file wasn't in my new hud, but copying the one from my old one worked just fine

[quote=Zetos][quote=LstratosHF]How do you change font size of the top right elements from cl_showpos and cl_showfps?[/quote]
"DefaultFixedOutline" @ Resource/Sourcecheme[/quote]
That file wasn't in my new hud, but copying the one from my old one worked just fine
6285
#6285
0 Frags +
ZetosDonuskushttps://gyazo.com/bee325803692181c4ce2befe27521285

whenever i want to use a hud like this e.g sunset hud, peach hud. I always have this issue of the buttons being words and not actual buttons and essentially not working, anyone know what im doing wrong?
Did you install the fonts inside the Resource/Fonts folder?

yes still same issue

[quote=Zetos][quote=Donuskus]https://gyazo.com/bee325803692181c4ce2befe27521285

whenever i want to use a hud like this e.g sunset hud, peach hud. I always have this issue of the buttons being words and not actual buttons and essentially not working, anyone know what im doing wrong?[/quote]
Did you install the fonts inside the Resource/Fonts folder?[/quote]

yes still same issue
6286
#6286
0 Frags +
DonuskusZetosDonuskushttps://gyazo.com/bee325803692181c4ce2befe27521285

whenever i want to use a hud like this e.g sunset hud, peach hud. I always have this issue of the buttons being words and not actual buttons and essentially not working, anyone know what im doing wrong?
Did you install the fonts inside the Resource/Fonts folder?

yes still same issue

Are you on windows?

[quote=Donuskus][quote=Zetos][quote=Donuskus]https://gyazo.com/bee325803692181c4ce2befe27521285

whenever i want to use a hud like this e.g sunset hud, peach hud. I always have this issue of the buttons being words and not actual buttons and essentially not working, anyone know what im doing wrong?[/quote]
Did you install the fonts inside the Resource/Fonts folder?[/quote]

yes still same issue[/quote]

Are you on windows?
6287
#6287
0 Frags +

hi all

i made this hud back in 2013:

https://i.imgur.com/iDdcElc.jpg
https://imgur.com/a/0dc5XXR
http://www.mediafire.com/download/98khimlqm5u55bb/hud.zip

probably completely broken now but just want the basic in game hud edits again. can someone up to date with this stuff tell me if it's salvageable

cheers

hi all

i made this hud back in 2013:

https://i.imgur.com/iDdcElc.jpg
https://imgur.com/a/0dc5XXR
http://www.mediafire.com/download/98khimlqm5u55bb/hud.zip

probably completely broken now but just want the basic in game hud edits again. can someone up to date with this stuff tell me if it's salvageable

cheers
6288
#6288
0 Frags +
_KermitDonuskusZetosDonuskushttps://gyazo.com/bee325803692181c4ce2befe27521285

whenever i want to use a hud like this e.g sunset hud, peach hud. I always have this issue of the buttons being words and not actual buttons and essentially not working, anyone know what im doing wrong?
Did you install the fonts inside the Resource/Fonts folder?

yes still same issue

Are you on windows?

^ this, to me looks like a problem with Resource/GameMenu.res that is either missing/wrong folder or maybe it has problems executing because you are not on windows

radshi all

i made this hud back in 2013:

https://i.imgur.com/iDdcElc.jpg
https://imgur.com/a/0dc5XXR
http://www.mediafire.com/download/98khimlqm5u55bb/hud.zip

probably completely broken now but just want the basic in game hud edits again. can someone up to date with this stuff tell me if it's salvageable

cheers

Everything is salvageable really, you could add a info.vdf it just to see if its usable but i'm pretty sure it will be. You might want to update the main files at least like clientscheme, animations, hudlayot so nothing is missing or gives errors.
Other than that the main thing will be the timers missing since they added the new HudMatchStatus file and most likely the main menu, scoreboard, tournament panel and winpanel being either broken or missing stuff but there is a chance that they could be usable in the current state as well.

Feel free to check this out, it shoud help a little :)

[quote=_Kermit][quote=Donuskus][quote=Zetos][quote=Donuskus]https://gyazo.com/bee325803692181c4ce2befe27521285

whenever i want to use a hud like this e.g sunset hud, peach hud. I always have this issue of the buttons being words and not actual buttons and essentially not working, anyone know what im doing wrong?[/quote]
Did you install the fonts inside the Resource/Fonts folder?[/quote]

yes still same issue[/quote]

Are you on windows?[/quote]

^ this, to me looks like a problem with Resource/GameMenu.res that is either missing/wrong folder or maybe it has problems executing because you are not on windows

[quote=rads]hi all

i made this hud back in 2013:

https://i.imgur.com/iDdcElc.jpg
https://imgur.com/a/0dc5XXR
http://www.mediafire.com/download/98khimlqm5u55bb/hud.zip

probably completely broken now but just want the basic in game hud edits again. can someone up to date with this stuff tell me if it's salvageable

cheers[/quote]

Everything is salvageable really, you could add a info.vdf it just to see if its usable but i'm pretty sure it will be. You might want to update the main files at least like clientscheme, animations, hudlayot so nothing is missing or gives errors.
Other than that the main thing will be the timers missing since they added the new HudMatchStatus file and most likely the main menu, scoreboard, tournament panel and winpanel being either broken or missing stuff but there is a chance that they could be usable in the current state as well.

Feel free to check [url=https://github.com/Hypnootize/Huds-Update-Guide/blob/master/README.md]this[/url] out, it shoud help a little :)
6289
#6289
1 Frags +
HypnotizeEverything is salvageable really, you could add a info.vdf it just to see if its usable but i'm pretty sure it will be. You might want to update the main files at least like clientscheme, animations, hudlayot so nothing is missing or gives errors.
Other than that the main thing will be the timers missing since they added the new HudMatchStatus file and most likely the main menu, scoreboard, tournament panel and winpanel being either broken or missing stuff but there is a chance that they could be usable in the current state as well.

Feel free to check this out, it shoud help a little :)

sweet, thanks man. also i see you are maintaining this so thanks for that too :)

[quote=Hypnotize]
Everything is salvageable really, you could add a info.vdf it just to see if its usable but i'm pretty sure it will be. You might want to update the main files at least like clientscheme, animations, hudlayot so nothing is missing or gives errors.
Other than that the main thing will be the timers missing since they added the new HudMatchStatus file and most likely the main menu, scoreboard, tournament panel and winpanel being either broken or missing stuff but there is a chance that they could be usable in the current state as well.

Feel free to check [url=https://github.com/Hypnootize/Huds-Update-Guide/blob/master/README.md]this[/url] out, it shoud help a little :)[/quote]

sweet, thanks man. also i see you are maintaining [url=https://github.com/Hypnootize/Rads-Hud]this[/url] so thanks for that too :)
6290
#6290
0 Frags +

This might be a long one but how do change the damagenumbers and health-and ammocounters from https://imgur.com/a/RaQ0oYo to https://youtu.be/Bk2im7dE-ZI?t=118?

edit: in case the "edited" version is uploaded somewhere already, can someone link it?

This might be a long one but how do change the damagenumbers and health-and ammocounters from https://imgur.com/a/RaQ0oYo to https://youtu.be/Bk2im7dE-ZI?t=118?

edit: in case the "edited" version is uploaded somewhere already, can someone link it?
6291
#6291
0 Frags +

how can i move this label in mvm : hit 'h' to pay 30 credits and respawn

apparently it's called BuyBackLabel but changing the values in spectator.res or MvMCreditSpendPanel don't do anything

also, how can i modify the player tournament panel during mvm wave
https://imgur.com/a/Y9Oe0BV

edit: everything is located in spectortournament.res

how can i move this label in mvm : hit 'h' to pay 30 credits and respawn

apparently it's called BuyBackLabel but changing the values in spectator.res or MvMCreditSpendPanel don't do anything

also, how can i modify the player tournament panel during mvm wave
https://imgur.com/a/Y9Oe0BV

edit: everything is located in spectortournament.res
6292
#6292
0 Frags +

I want to make the Team Status background colour of my player consistent with others when dead spectating.

see image here.

how do I change this background colour to match the others?
couldn't find anything in HudMatchStatus.

I want to make the Team Status background colour of my player consistent with others when dead spectating.

[url=https://imgur.com/a/U6olyZT]see image here.[/url]

how do I change this background colour to match the others?
couldn't find anything in HudMatchStatus.
6293
#6293
0 Frags +

Console text color for non-user inputed text

So i was able to change the color of MY inputed text just by changing the RGB value to my color of choice

Console.TextColor "255 255 50 255"

But the text coming from the game is still white. I tried changing the other color value to yellow but it did'nt look like it did anything

Console.DevTextColor "255 255 50 255"

* i use a modified version of flarepunch

https://imgur.com/a/Lxt6OF5 this is what my console looks like with the current setup

Console text color for non-user inputed text

So i was able to change the color of MY inputed text just by changing the RGB value to my color of choice

Console.TextColor "255 255 50 255"

But the text coming from the game is still white. I tried changing the other color value to yellow but it did'nt look like it did anything

Console.DevTextColor "255 255 50 255"

* i use a modified version of flarepunch

https://imgur.com/a/Lxt6OF5 this is what my console looks like with the current setup
6294
#6294
1 Frags +
Scoutmanhow can i modify the player tournament panel during mvm wave
https://imgur.com/a/Y9Oe0BV

edit: everything is located in spectortournament.res

for the player panels, it's in SpectatorTournament. They're the same panels as used when spectating with mp_tournament, but if_mvm directives change where elements are placed specifically in MvM waves. If you were to remove all instances of if_mvm from your SpectatorTournament, it would just flat-out mirror your setup for regular tournament mode spectating.

[quote=Scoutman]how can i modify the player tournament panel during mvm wave
https://imgur.com/a/Y9Oe0BV

edit: everything is located in spectortournament.res[/quote]
for the player panels, it's in SpectatorTournament. They're the same panels as used when spectating with mp_tournament, but if_mvm directives change where elements are placed specifically in MvM waves. If you were to remove all instances of if_mvm from your SpectatorTournament, it would just flat-out mirror your setup for regular tournament mode spectating.
6295
#6295
ozfortress
0 Frags +

how would i go about adding this info bar thing to my hud? https://i.imgur.com/X536fwg.png

i have the hud it's from but i'm not sure what i would need to move over or edit, cheers

how would i go about adding this info bar thing to my hud? https://i.imgur.com/X536fwg.png

i have the hud it's from but i'm not sure what i would need to move over or edit, cheers
6296
#6296
1 Frags +
catfishhow would i go about adding this info bar thing to my hud? https://i.imgur.com/X536fwg.png

https://www.teamfortress.tv/50749/swissolos-custom-match-hud

[quote=catfish]how would i go about adding this info bar thing to my hud? https://i.imgur.com/X536fwg.png[/quote]
https://www.teamfortress.tv/50749/swissolos-custom-match-hud
6297
#6297
ozfortress
0 Frags +
Zetoscatfishhow would i go about adding this info bar thing to my hud? https://i.imgur.com/X536fwg.pnghttps://www.teamfortress.tv/50749/swissolos-custom-match-hud

cheers

[quote=Zetos][quote=catfish]how would i go about adding this info bar thing to my hud? https://i.imgur.com/X536fwg.png[/quote]
https://www.teamfortress.tv/50749/swissolos-custom-match-hud[/quote]
cheers
6298
#6298
0 Frags +

is it possible to change the color of the TargetDataLabel without having any problem ?

https://imgur.com/a/K2W6gGJ

is it possible to change the color of the TargetDataLabel without having any problem ?

https://imgur.com/a/K2W6gGJ
6299
#6299
1 Frags +

I am currently creating my own HUD with using Broesel-Blue as a base, but i would like to add the rank to the main menu but it looks like it's not included in MainMenuOverride, help?

I am currently creating my own HUD with using Broesel-Blue as a base, but i would like to add the rank to the main menu but it looks like it's not included in MainMenuOverride, help?
6300
#6300
0 Frags +

Unable to change text color of charge meter's label?
HudItemEffectMeter.res > ItemEffectMeterLabel
I remember huds doing this but it doesn't seem to be possible anymore.
Looking around and it looks like it's broken where it once worked.
2017
2020

EDIT
the meter itself also seems to have fgColor locked

Unable to change text color of charge meter's label?
HudItemEffectMeter.res > ItemEffectMeterLabel
I remember huds doing this but it doesn't seem to be possible anymore.
Looking around and it looks like it's broken where it once worked.
[url=https://www.youtube.com/watch?v=ZyJR5Otq9A0&t=10m5s]2017[/url]
[url=https://www.youtube.com/watch?v=QgrvkVkC2wI&t=6m19s]2020[/url]

EDIT
the meter itself also seems to have fgColor locked
1 ⋅⋅ 207 208 209 210 211 212 213 ⋅⋅ 232
Please sign in through STEAM to post a comment.