Upvote Upvoted 327 Downvote Downvoted
1 ⋅⋅ 200 201 202 203 204 205 206 ⋅⋅ 232
HUD editing: short questions, quick answers
posted in Customization
6061
#6061
0 Frags +

i switched the scoreboard.res files from collyhud over to arekkhud so i could use arekkhud with collyhud's scoreboard, but then i got this giant white box

https://i.imgur.com/iphW1ux.jpg

how do i fix the top left white boxes? normally it's the map and the spectators
i assume it's something to do with font but i'm not certain, i'm pretty new when it comes to editing huds

i switched the scoreboard.res files from collyhud over to arekkhud so i could use arekkhud with collyhud's scoreboard, but then i got this giant white box

[img]https://i.imgur.com/iphW1ux.jpg[/img]

how do i fix the top left white boxes? normally it's the map and the spectators
i assume it's something to do with font but i'm not certain, i'm pretty new when it comes to editing huds
6062
#6062
1 Frags +
edini switched the scoreboard.res files from collyhud over to arekkhud so i could use arekkhud with collyhud's scoreboard, but then i got this giant white box

https://i.imgur.com/iphW1ux.jpg

how do i fix the top left white boxes? normally it's the map and the spectators
i assume it's something to do with font but i'm not certain, i'm pretty new when it comes to editing huds

Are you in dx8? There's an alt file in the HUD called scoreboard - DX8. It'll be a refract file/blue on the scoreboard that's messed up.

[quote=edin]i switched the scoreboard.res files from collyhud over to arekkhud so i could use arekkhud with collyhud's scoreboard, but then i got this giant white box

[img]https://i.imgur.com/iphW1ux.jpg[/img]

how do i fix the top left white boxes? normally it's the map and the spectators
i assume it's something to do with font but i'm not certain, i'm pretty new when it comes to editing huds[/quote]

Are you in dx8? There's an alt file in the HUD called scoreboard - DX8. It'll be a refract file/blue on the scoreboard that's messed up.
6063
#6063
0 Frags +
_Kermitedini switched the scoreboard.res files from collyhud over to arekkhud so i could use arekkhud with collyhud's scoreboard, but then i got this giant white box

https://i.imgur.com/iphW1ux.jpg

how do i fix the top left white boxes? normally it's the map and the spectators
i assume it's something to do with font but i'm not certain, i'm pretty new when it comes to editing huds

Are you in dx8? There's an alt file in the HUD called scoreboard - DX8. It'll be a refract file/blue on the scoreboard that's messed up.

ive tried both the dx8 and dx9 version and neither work, im using dxlevel 81

[quote=_Kermit][quote=edin]i switched the scoreboard.res files from collyhud over to arekkhud so i could use arekkhud with collyhud's scoreboard, but then i got this giant white box

[img]https://i.imgur.com/iphW1ux.jpg[/img]

how do i fix the top left white boxes? normally it's the map and the spectators
i assume it's something to do with font but i'm not certain, i'm pretty new when it comes to editing huds[/quote]

Are you in dx8? There's an alt file in the HUD called scoreboard - DX8. It'll be a refract file/blue on the scoreboard that's messed up.[/quote]
ive tried both the dx8 and dx9 version and neither work, im using dxlevel 81
6064
#6064
0 Frags +

Specifically for Hypnotize HUD, how do I get the Match HUD's (the thing at the top with the people alive and time in a round) time to be like most other huds; centered with the rest of the match hud? I never look off to the left hand side to see what the time is, it's kind of annoying.

Specifically for Hypnotize HUD, how do I get the Match HUD's (the thing at the top with the people alive and time in a round) time to be like most other huds; centered with the rest of the match hud? I never look off to the left hand side to see what the time is, it's kind of annoying.
6065
#6065
0 Frags +

How do i remove the pulsing health from buff and low health numbers like kaptain's?
From this:
https://i.imgur.com/idhhPtB.jpg
To this:
https://i.imgur.com/0utsATs.jpg

And how do i make the killfeed in that style?

How do i remove the pulsing health from buff and low health numbers like kaptain's?
From this:
https://i.imgur.com/idhhPtB.jpg
To this:
https://i.imgur.com/0utsATs.jpg

And how do i make the killfeed in that style?
6066
#6066
2 Frags +

Remove lines with PlayerStatusHealthBonusImage in HUDAnimations

Remove lines with PlayerStatusHealthBonusImage in HUDAnimations
6067
#6067
0 Frags +

Is it possible to have different elements in the main menu (without being on a server) than on the main menu while in a server? For example, on the main menu (without being on a server) there's a button for the Store. But can I remove/change that to something else when I'm in-game?

Is it possible to have different elements in the main menu (without being on a server) than on the main menu while in a server? For example, on the main menu (without being on a server) there's a button for the Store. But can I remove/change that to something else when I'm in-game?
6068
#6068
1 Frags +

You can add "OnlyInGame" or "OnlyAtMenu" to the button entry in gamemenu.res

You can add "OnlyInGame" or "OnlyAtMenu" to the button entry in gamemenu.res
6069
#6069
0 Frags +

how do i remove this shit?????

https://steamuserimages-a.akamaihd.net/ugc/786361542192785312/FB64EAE7DF5481C03625CEA31D5ED63DA544C53A/

how do i remove this shit?????

https://steamuserimages-a.akamaihd.net/ugc/786361542192785312/FB64EAE7DF5481C03625CEA31D5ED63DA544C53A/
6070
#6070
1 Frags +
Grixhow do i remove this shit?????

https://steamuserimages-a.akamaihd.net/ugc/786361542192785312/FB64EAE7DF5481C03625CEA31D5ED63DA544C53A/

in /scripts/hudlayout.res find HudDamageIndicator and enter

	HudDamageIndicator
	{
		"fieldName"					"HudDamageIndicator"
		"visible"					"1"
		"enabled"					"1"
		"MinimumWidth"				"7"
		"MaximumWidth"				"0"
		"StartRadius"				"80"
		"EndRadius"					"80"
		"MinimumHeight"				"30"
		"MaximumHeight"				"60"
		"MinimumTime"				"1"
	}
[quote=Grix]how do i remove this shit?????

https://steamuserimages-a.akamaihd.net/ugc/786361542192785312/FB64EAE7DF5481C03625CEA31D5ED63DA544C53A/[/quote]
in /scripts/hudlayout.res find HudDamageIndicator and enter
[code] HudDamageIndicator
{
"fieldName" "HudDamageIndicator"
"visible" "1"
"enabled" "1"
"MinimumWidth" "7"
"MaximumWidth" "0"
"StartRadius" "80"
"EndRadius" "80"
"MinimumHeight" "30"
"MaximumHeight" "60"
"MinimumTime" "1"
}[/code]
6071
#6071
0 Frags +

I've downloaded multiple huds where they customized the part I would like to change, but I couldn't find the correct files.
How do I change this part of the main menu where it shows your party/lobby?

Show Content

I basically would like to change everything on that bar, not only the party but also the global chat icon, the play/quit button and the bar itself.

I've downloaded multiple huds where they customized the part I would like to change, but I couldn't find the correct files.
How do I change this part of the main menu where it shows your party/lobby?
[spoiler][img]https://i.imgur.com/DzsqmbK.png[/img][/spoiler]

I basically would like to change everything on that bar, not only the party but also the global chat icon, the play/quit button and the bar itself.
6072
#6072
0 Frags +

I can edit the reserve ammo font color in hudammoweapons.res, but when my ammo gets low and starts flashing red it reverts back to the original color, even after resupplying/getting more ammo. Any ideas?

https://i.imgur.com/q1NTyis.jpg

https://i.imgur.com/yUMsPcJ.jpg

https://i.imgur.com/A3dUDax.jpg

I can edit the reserve ammo font color in hudammoweapons.res, but when my ammo gets low and starts flashing red it reverts back to the original color, even after resupplying/getting more ammo. Any ideas?

[img]https://i.imgur.com/q1NTyis.jpg[/img]

[img]https://i.imgur.com/yUMsPcJ.jpg[/img]

[img]https://i.imgur.com/A3dUDax.jpg[/img]
6073
#6073
2 Frags +
cantiI can edit the reserve ammo font color in hudammoweapons.res, but when my ammo gets low and starts flashing red it reverts back to the original color, even after resupplying/getting more ammo. Any ideas?

https://i.imgur.com/q1NTyis.jpg

https://i.imgur.com/yUMsPcJ.jpg

https://i.imgur.com/A3dUDax.jpg

HUDAnimations.txt find "event HudLowAmmoPulseStop" and something that animates AmmoInReserve, change the fgcolor in there and it should be fine.

[quote=canti]I can edit the reserve ammo font color in hudammoweapons.res, but when my ammo gets low and starts flashing red it reverts back to the original color, even after resupplying/getting more ammo. Any ideas?

[img]https://i.imgur.com/q1NTyis.jpg[/img]

[img]https://i.imgur.com/yUMsPcJ.jpg[/img]

[img]https://i.imgur.com/A3dUDax.jpg[/img][/quote]

HUDAnimations.txt find "event HudLowAmmoPulseStop" and something that animates AmmoInReserve, change the fgcolor in there and it should be fine.
6074
#6074
0 Frags +
TimTumI've downloaded multiple huds where they customized the part I would like to change, but I couldn't find the correct files.
How do I change this part of the main menu where it shows your party/lobby?
Show Content

I basically would like to change everything on that bar, not only the party but also the global chat icon, the play/quit button and the bar itself.

Alright I've found the file by looking at some advice earlier in this thread to use vgui_drawtree. (so it was matchmakingdashboard.res).

There's one last thing I'm not able to edit however:

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

I've seen some huds where they were able to edit the bar underneath the steam avatar. Does anyone know where I can edit this bar? By default the color of the first partyslot looks like it's blue, but yeah as you can see on the screenshot it's white. If possible I would like to remove the entire bar.

[quote=TimTum]I've downloaded multiple huds where they customized the part I would like to change, but I couldn't find the correct files.
How do I change this part of the main menu where it shows your party/lobby?
[spoiler][img]https://i.imgur.com/DzsqmbK.png[/img][/spoiler]

I basically would like to change everything on that bar, not only the party but also the global chat icon, the play/quit button and the bar itself.[/quote]

Alright I've found the file by looking at some advice earlier in this thread to use vgui_drawtree. (so it was matchmakingdashboard.res).

There's one last thing I'm not able to edit however:
[img]https://i.imgur.com/rixbMC9.png[/img]

I've seen some huds where they were able to edit the bar underneath the steam avatar. Does anyone know where I can edit this bar? By default the color of the first partyslot looks like it's blue, but yeah as you can see on the screenshot it's white. If possible I would like to remove the entire bar.
6075
#6075
1 Frags +
TimTumTimTumI've downloaded multiple huds where they customized the part I would like to change, but I couldn't find the correct files.
How do I change this part of the main menu where it shows your party/lobby?
Show Content

I basically would like to change everything on that bar, not only the party but also the global chat icon, the play/quit button and the bar itself.

Alright I've found the file by looking at some advice earlier in this thread to use vgui_drawtree. (so it was matchmakingdashboard.res).

There's one last thing I'm not able to edit however:
https://i.imgur.com/rixbMC9.png

I've seen some huds where they were able to edit the bar underneath the steam avatar. Does anyone know where I can edit this bar? By default the color of the first partyslot looks like it's blue, but yeah as you can see on the screenshot it's white. If possible I would like to remove the entire bar.

color_bar_health_x under playerpanels_kv under TeamStatus inside of HudMatchStatus.res

[quote=TimTum][quote=TimTum]I've downloaded multiple huds where they customized the part I would like to change, but I couldn't find the correct files.
How do I change this part of the main menu where it shows your party/lobby?
[spoiler][img]https://i.imgur.com/DzsqmbK.png[/img][/spoiler]

I basically would like to change everything on that bar, not only the party but also the global chat icon, the play/quit button and the bar itself.[/quote]

Alright I've found the file by looking at some advice earlier in this thread to use vgui_drawtree. (so it was matchmakingdashboard.res).

There's one last thing I'm not able to edit however:
[img]https://i.imgur.com/rixbMC9.png[/img]

I've seen some huds where they were able to edit the bar underneath the steam avatar. Does anyone know where I can edit this bar? By default the color of the first partyslot looks like it's blue, but yeah as you can see on the screenshot it's white. If possible I would like to remove the entire bar.[/quote]

color_bar_health_x under playerpanels_kv under TeamStatus inside of HudMatchStatus.res
6076
#6076
0 Frags +
_KermitTimTumTimTum........color_bar_health_x under playerpanels_kv under TeamStatus inside of HudMatchStatus.res

Sorry I probably shouldn't have used a picture with the engineer. I'm talking about the steam avatar picture, on the main menu for example:

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

It's blue on my hud right now, but on the previous screenshot another hud was able to make it white.

[quote=_Kermit][quote=TimTum][quote=TimTum]....[/quote]
....[/quote]
color_bar_health_x under playerpanels_kv under TeamStatus inside of HudMatchStatus.res[/quote]

Sorry I probably shouldn't have used a picture with the engineer. I'm talking about the steam avatar picture, on the main menu for example:
[img]https://i.imgur.com/N5sDI54.png[/img]

It's blue on my hud right now, but on the previous screenshot another hud was able to make it white.
6077
#6077
1 Frags +
TimTum_KermitTimTumTimTum........color_bar_health_x under playerpanels_kv under TeamStatus inside of HudMatchStatus.res
Sorry I probably shouldn't have used a picture with the engineer. I'm talking about the steam avatar picture, on the main menu for example:
https://i.imgur.com/N5sDI54.png

It's blue on my hud right now, but on the previous screenshot another hud was able to make it white.

You can change the party member colors from the clientscheme or whatever the color schene is called in the hud, look for "PartyMember1" , "PartyMember2" etc

Also the "party" section of the dashboard is controlled by DashBoardPartyMember.res as well, just in case you want to edit it

[quote=TimTum][quote=_Kermit][quote=TimTum][quote=TimTum]....[/quote]
....[/quote]
color_bar_health_x under playerpanels_kv under TeamStatus inside of HudMatchStatus.res[/quote]

Sorry I probably shouldn't have used a picture with the engineer. I'm talking about the steam avatar picture, on the main menu for example:
[img]https://i.imgur.com/N5sDI54.png[/img]

It's blue on my hud right now, but on the previous screenshot another hud was able to make it white.[/quote]

You can change the party member colors from the clientscheme or whatever the color schene is called in the hud, look for "PartyMember1" , "PartyMember2" etc

Also the "party" section of the dashboard is controlled by DashBoardPartyMember.res as well, just in case you want to edit it
6078
#6078
0 Frags +
HypnotizeTimTum
Sorry I probably shouldn't have used a picture with the engineer. I'm talking about the steam avatar picture, on the main menu for example:
https://i.imgur.com/N5sDI54.png

It's blue on my hud right now, but on the previous screenshot another hud was able to make it white.

You can change the party member colors from the clientscheme or whatever the color schene is called in the hud, look for "PartyMember1" , "PartyMember2" etc

Also the "party" section of the dashboard is controlled by DashBoardPartyMember.res as well, just in case you want to edit it

Thanks a lot! I'm sorry I didn't know it was that easy. I was searching for PartySlot in all the files, no wonder I couldn't find it. I'm pretty new to editing huds, so I have a pretty hard time finding all the files that are linked with each other.

[quote=Hypnotize][quote=TimTum]

Sorry I probably shouldn't have used a picture with the engineer. I'm talking about the steam avatar picture, on the main menu for example:
[img]https://i.imgur.com/N5sDI54.png[/img]

It's blue on my hud right now, but on the previous screenshot another hud was able to make it white.[/quote]

You can change the party member colors from the clientscheme or whatever the color schene is called in the hud, look for "PartyMember1" , "PartyMember2" etc

Also the "party" section of the dashboard is controlled by DashBoardPartyMember.res as well, just in case you want to edit it[/quote]

Thanks a lot! I'm sorry I didn't know it was that easy. I was searching for PartySlot in all the files, no wonder I couldn't find it. I'm pretty new to editing huds, so I have a pretty hard time finding all the files that are linked with each other.
6079
#6079
0 Frags +

How does one add Toonhud's mouse and keyboard controls to the default hud when in the class loadout screen?

How does one add Toonhud's mouse and keyboard controls to the default hud when in the class loadout screen?
6080
#6080
0 Frags +

Is there a way to move/reposition the Bleeding status image (and other status effects) without using the HudPlayerStatus X and Y in HudLayout.res?

I tried moving the bleeding status image in HudPlayerHealth but only the y position seems to have an effect and work. Changing the x has no effect. I want to move it over 60 so that its closer to my health. One work around I found was moving my health over to the left and then moving both of them over 60 via HudPlayerStatus but that also moves my 3d model over 60 which I don't want.
Basically, I already have the health and model where I want them. I just want to move the status effects over as well.

https://i.imgur.com/55sOcGa.jpg

Edit: I figured it out. Just had to change the "PlayerStatusHealthImage" coordinates.

Is there a way to move/reposition the Bleeding status image (and other status effects) without using the HudPlayerStatus X and Y in HudLayout.res?

I tried moving the bleeding status image in HudPlayerHealth but only the y position seems to have an effect and work. Changing the x has no effect. I want to move it over 60 so that its closer to my health. One work around I found was moving my health over to the left and then moving both of them over 60 via HudPlayerStatus but that also moves my 3d model over 60 which I don't want.
Basically, I already have the health and model where I want them. I just want to move the status effects over as well.

https://i.imgur.com/55sOcGa.jpg

Edit: I figured it out. Just had to change the "PlayerStatusHealthImage" coordinates.
6081
#6081
0 Frags +

hey, i'm new to hypnotize hud, i wanna know if it's possible to add a buff cross?. i tried editing the "PlayerStatusHealthBonusImage" but it's "bugged" (tried editing xpos ypos zpos

hey, i'm new to hypnotize hud, i wanna know if it's possible to add a buff cross?. i tried editing the "PlayerStatusHealthBonusImage" but it's "bugged" (tried editing xpos ypos zpos
6082
#6082
0 Frags +

https://imgur.com/a/uokmJlT what how do i fix this

https://imgur.com/a/uokmJlT what how do i fix this
6083
#6083
0 Frags +

https://i.imgur.com/02omQ7h.jpg

what file/files is this, and if i move it into my current hud will there be any issues i need to fix or not

[img]https://i.imgur.com/02omQ7h.jpg[/img]
what file/files is this, and if i move it into my current hud will there be any issues i need to fix or not
6084
#6084
0 Frags +

I'm trying to do two things:

1) Edit the contract notification. It's messy and confusing to navigate the /quests folder of the UI. I just want to remove the annoying border/outline on it and change the font.

2) I'm trying to change the loadout A/B/C/D weapons/taunts button colors or even remove their backgrounds. No matter what I've tried, the only overrides I've gotten to work are the outer border color.

Any help with these obstacles is greatly appreciated!

I'm trying to do two things:

1) Edit the contract notification. It's messy and confusing to navigate the /quests folder of the UI. I just want to remove the annoying border/outline on it and change the font.

2) I'm trying to change the loadout A/B/C/D weapons/taunts button colors or even remove their backgrounds. No matter what I've tried, the only overrides I've gotten to work are the outer border color.

Any help with these obstacles is greatly appreciated!
6085
#6085
whitelist.tf
3 Frags +

@ jul1an123: check the hud animations for HudHealthBonusPulse, which needs to also set the bonusimage to visible or change the alpha

@ edin: SpectatorTournament.res for the team player overviews on the left side, paired with clientscheme.res for fonts/borders and some custom materials to make them look like that. Also spectatortournamentguihealth for the health in that panel. Additionally more custom textures for the control points at the bottom.

@ Teddy:1. the stuff from /quests goes inside a wrapper, which is ui/econ/questnotificationpanel_base.res and then the Border in 'MainContainer' (assuming you want to change the ingame notification one)
2. I've yet to figure that one out myself, it has been done before, but never properly been documented, they are some borders in clientscheme that are used for those buttons.

[b]@ jul1an123[/b]: check the hud animations for [i]HudHealthBonusPulse[/i], which needs to also set the bonusimage to visible or change the alpha

[b]@ edin[/b]: SpectatorTournament.res for the team player overviews on the left side, paired with clientscheme.res for fonts/borders and some custom materials to make them look like that. Also spectatortournamentguihealth for the health in that panel. Additionally more custom textures for the control points at the bottom.

[b]@ Teddy[/b]:1. the stuff from /quests goes inside a wrapper, which is [i]ui/econ/questnotificationpanel_base.res[/i] and then the Border in 'MainContainer' (assuming you want to change the ingame notification one)
2. I've yet to figure that one out myself, it has been done before, but never properly been documented, they are some borders in clientscheme that are used for those buttons.
6086
#6086
0 Frags +

@Wiethoofd

Thank you for your response!

1) Forgive me if I was not clear. this is the panel I am referring to. Modifying anything in MainContainer from ui/econ/questnotificationpanel_base.res had no effect, including the border, text font, or positioning of the notification.

2. Yeah, it's weird. Before asking questions, I usually try to look at a HUD I know has done it before. In this case, RaysHUD has done it, but I still couldn't figure it out for the life of me.

[b]@Wiethoofd[/b]

Thank you for your response!

1) Forgive me if I was not clear. [url=https://i.imgur.com/qwbTkQK.png]this[/url] is the panel I am referring to. Modifying anything in MainContainer from [i]ui/econ/questnotificationpanel_base.res[/i] had no effect, including the border, text font, or positioning of the notification.

2. Yeah, it's weird. Before asking questions, I usually try to look at a HUD I know has done it before. In this case, RaysHUD has done it, but I still couldn't figure it out for the life of me.
6087
#6087
0 Frags +

how do i increase the size of my damage numbers?

Using garm3n vip konr

how do i increase the size of my damage numbers?

Using garm3n vip konr
6088
#6088
1 Frags +
Teddy@Wiethoofd
2. Yeah, it's weird. Before asking questions, I usually try to look at a HUD I know has done it before. In this case, RaysHUD has done it, but I still couldn't figure it out for the life of me.
Econ.Button.PresetDefaultColorBg							"150 150 150 255"
Econ.Button.PresetArmedColorBg								"50 50 50 255"
Econ.Button.PresetDepressedColorBg							"25 25 25 255"

are these the ones you're looking for? I haven't doublechecked to make sure these control it, but iirc at least one of these has an effect on those presets. it's how i have it commented in my hud at least

[quote=Teddy][b]@Wiethoofd[/b]
2. Yeah, it's weird. Before asking questions, I usually try to look at a HUD I know has done it before. In this case, RaysHUD has done it, but I still couldn't figure it out for the life of me.[/quote]
[code]Econ.Button.PresetDefaultColorBg "150 150 150 255"
Econ.Button.PresetArmedColorBg "50 50 50 255"
Econ.Button.PresetDepressedColorBg "25 25 25 255"[/code]
are these the ones you're looking for? I haven't doublechecked to make sure these control it, but iirc at least one of these has an effect on those presets. it's how i have it commented in my hud at least
6089
#6089
0 Frags +

@Whisker

Yes!! That is exactly what I'm looking for! I didn't know what to look for and missed the clientscheme. Thank you!

Doing some more digging after confusion, I've realized these attributes are being used:

Button.TextColor
Button.BgColor
Button.ArmedTextColor
Button.ArmedBgColor

instead of the proper Econ.Button options. Anyone know why this is, or how I can fix that?

This means the econ buttons' armed are overwritten by these or the econ's armed attributes are simply broken.

[b]@Whisker[/b]

Yes!! That is exactly what I'm looking for! I didn't know what to look for and missed the clientscheme. Thank you!

Doing some more digging after confusion, I've realized these attributes are being used:

[code]Button.TextColor
Button.BgColor
Button.ArmedTextColor
Button.ArmedBgColor[/code]

instead of the proper Econ.Button options. Anyone know why this is, or how I can fix that?

This means the econ buttons' armed are overwritten by these or the econ's armed attributes are simply broken.
6090
#6090
0 Frags +

anyone know of a way to remove the background on this?

anyone know of a way to remove the background on [url=https://i.imgur.com/TOgxopz.jpg]this?[/url]
1 ⋅⋅ 200 201 202 203 204 205 206 ⋅⋅ 232
Please sign in through STEAM to post a comment.