_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
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.
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?
Remove lines with PlayerStatusHealthBonusImage in HUDAnimations
Remove lines with PlayerStatusHealthBonusImage in HUDAnimations
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?
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
how do i remove this shit?????
https://steamuserimages-a.akamaihd.net/ugc/786361542192785312/FB64EAE7DF5481C03625CEA31D5ED63DA544C53A/
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]
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.
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]
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.
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.
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
_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.
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
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.
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?
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.
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
https://imgur.com/a/uokmJlT what how do i fix this
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
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!
@ 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.
@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.
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
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
@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.
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]
How do I edit these?
[img]https://cdn.discordapp.com/attachments/337595505116708865/618834000580050955/hud-help.png[/img]
HudHintDisplay in HudLayout.res
HudHintDisplay in HudLayout.res