stupid question, what file lets me edit the crafting menus?
[img]https://i.imgur.com/NvdjySc.jpg[/img]
Kraytstupid question, what file lets me edit the crafting menus?
Resource/UI/CraftingPanel.res and CraftingStatusDialog.res.
Resource/UI/CraftingPanel.res and CraftingStatusDialog.res.
RyoTheNeko89HypnotizeRyoTheNeko89Hey, how would one remove the friend's list from TF2 huds these days. I have a problem with the friends list always updating, making me lag out when I hit ESC from in game. If I can get help with this, I'd be thankful.
I hate only using ToonHUD.RyoTheNeko89I hate only using ToonHUD.
Thats what i like to see!
Open MainMenuOverride.res > Look for "FriendsContainer" > set the xpos to "9999"
Thank you so much!!!!
RyoTheNeko89Nevermind, It doesn't work. I still lag and now I'm probably stuck with ToonHUD for a while
I hate this because with any other hud, I lag when I go to the main menu because of the friends list updating.
I hate only using ToonHUD.[/quote]
[quote=RyoTheNeko89]I hate only using ToonHUD.[/quote]
Thats what i like to see!
Open MainMenuOverride.res > Look for "FriendsContainer" > set the xpos to "9999"[/quote]
Thank you so much!!!![/quote]
[quote=RyoTheNeko89]Nevermind, It doesn't work. I still lag and now I'm probably stuck with ToonHUD for a while
[/quote]
I hate this because with any other hud, I lag when I go to the main menu because of the friends list updating.
You can just completely delete the friendscontainer part from main menu, that's what I did and my HUD works fine. 0 lag when I open the menu in game.
anyone know how to change the number for the metal count? also does anyone know how to change the last damage done aswell?
_KermitYou can just completely delete the friendscontainer part from main menu, that's what I did and my HUD works fine. 0 lag when I open the menu in game.
Thanks Kermit.
Thanks Kermit.
I tinkered with Hypnotize HUD's payload UI and since then, I've been getting errors like this in the console: https://pastebin.com/vmwhHZpc
I didn't delete anything as far as I recall, I just changed a few values.
What could explain this?
I didn't delete anything as far as I recall, I just changed a few values.
What could explain this?
bLaI tinkered with Hypnotize HUD's payload UI and since then, I've been getting errors like this in the console: https://pastebin.com/vmwhHZpc
I didn't delete anything as far as I recall, I just changed a few values.
What could explain this?
It seems there's a missing brace on both "EscortItemPanel" and "EscortTeardrop". Using Notepad++ makes it easier to spot the closed sections, for future reference.
I didn't delete anything as far as I recall, I just changed a few values.
What could explain this?[/quote]
It seems there's a missing brace on both "EscortItemPanel" and "EscortTeardrop". Using Notepad++ makes it easier to spot the closed sections, for future reference.
ZetosbLaI tinkered with Hypnotize HUD's payload UI and since then, I've been getting errors like this in the console: https://pastebin.com/vmwhHZpcIt seems there's a missing brace on both "EscortItemPanel" and "EscortTeardrop". Using Notepad++ makes it easier to spot the closed sections, for future reference.
I didn't delete anything as far as I recall, I just changed a few values.
What could explain this?
After some inspection, I didn't find any missing braces, and ctrl + f gave me 62 results for { and } each.
I didn't delete anything as far as I recall, I just changed a few values.
What could explain this?[/quote]
It seems there's a missing brace on both "EscortItemPanel" and "EscortTeardrop". Using Notepad++ makes it easier to spot the closed sections, for future reference.[/quote]
After some inspection, I didn't find any missing braces, and ctrl + f gave me 62 results for { and } each.
bLaZetosAfter some inspection, I didn't find any missing braces, and ctrl + f gave me 62 results for { and } each.bLaI tinkered with Hypnotize HUD's payload UI and since then, I've been getting errors like this in the console: https://pastebin.com/vmwhHZpcIt seems there's a missing brace on both "EscortItemPanel" and "EscortTeardrop". Using Notepad++ makes it easier to spot the closed sections, for future reference.
I didn't delete anything as far as I recall, I just changed a few values.
What could explain this?
"got NULL key in file" is not a missing bracket usually is more likely that you are missing a quote or you have a letter/number/symbol that shouldn't be in the code.
I didn't delete anything as far as I recall, I just changed a few values.
What could explain this?[/quote]
It seems there's a missing brace on both "EscortItemPanel" and "EscortTeardrop". Using Notepad++ makes it easier to spot the closed sections, for future reference.[/quote]
After some inspection, I didn't find any missing braces, and ctrl + f gave me 62 results for { and } each.[/quote]
"got NULL key in file" is not a missing bracket usually is more likely that you are missing a quote or you have a letter/number/symbol that shouldn't be in the code.
How do I make the 3d player class model appear on a custom scoreboard? The stock hud has this feature.
You mind telling me how to make the level appear? I'm updating someone's version of WoolHUD, and I'm almost done.
https://gyazo.com/94ce13d670fd0fba35b70256fdb44fdb
https://gyazo.com/94ce13d670fd0fba35b70256fdb44fdb
How would I make the combat text of the default hud larger? (Sorry if this was already answered I just don't want to go through 176 pages of comments and replies)
TorraggHow would I make the combat text of the default hud larger? (Sorry if this was already answered I just don't want to go through 176 pages of comments and replies)
huddamageaccount.res
huddamageaccount.res
bLaTorraggHow would I make the combat text of the default hud larger? (Sorry if this was already answered I just don't want to go through 176 pages of comments and replies)huddamageaccount.res
Thank you, I do not know which of the commands I would change though.
Edit: Googled around for an hour or two, found something and now I don't need help with anything else, thanks.
huddamageaccount.res[/quote]
Thank you, I do not know which of the commands I would change though.
Edit: Googled around for an hour or two, found something and now I don't need help with anything else, thanks.
Two questions, what HUD elements could cause a crash when trying to host a local server? I've started a new edit and deleted a whole bunch of files and now the game won't let me local host offline.
Also where would a crash log be saved?
Also where would a crash log be saved?
@_Kermit, try the '-condebug' launch option, should output stuff to /tf/console.log, but won't help you with hud related crashes, which is what is happening on your end.
Either a hudanimation is out of date and missing events (use the manifest trick) and remove your gamemenu.res and mainmenuoverride.res and try hosting a local server again, chances are any custom buttons you've defined are not following the "new required standard" Valve magically enforces since the Meet your Match update.
Either a hudanimation is out of date and missing events (use the [url=https://huds.tf/forum/showthread.php?tid=151]manifest trick[/url]) and remove your gamemenu.res and mainmenuoverride.res and try hosting a local server again, chances are any custom buttons you've defined are not following the "new required standard" Valve magically enforces since the Meet your Match update.
All in hudmatchstatus.res TeamStatus:
Does "chargeamount" and "ReadyBG"/"ReadyImage" actually work ?
Are there any other options to team1/2_grow_dir than "east" and "west" ?
Any way to y-offset the second team ?
Sneak peak https://i.imgur.com/vw0zuzl.jpg
Does "chargeamount" and "ReadyBG"/"ReadyImage" actually work ?
Are there any other options to team1/2_grow_dir than "east" and "west" ?
Any way to y-offset the second team ?
Sneak peak https://i.imgur.com/vw0zuzl.jpg
Does anyone know how to make the targetid bgs on the default hud more opaque?
Like this https://imgur.com/a/mqxXtfh
Like this https://imgur.com/a/mqxXtfh
When I click the "Find a game" button the game crashes, I've tried to remove the mainmenuoverride.res but to no avail, I've tried to use the mainmenuoverride.res from other huds with also 0 effect. Does anybody know what can cause this?
WhyNotDivineWhen I click the "Find a game" button the game crashes, I've tried to remove the mainmenuoverride.res but to no avail, I've tried to use the mainmenuoverride.res from other huds with also 0 effect. Does anybody know what can cause this?
Change info.vdf value from 2 - 3
edit: I really don't know, do you mean using the mainmenuoverride.res or the whole hud?
Change info.vdf value from 2 - 3
edit: I really don't know, do you mean using the mainmenuoverride.res or the whole hud?
Also how would one fix this?
https://imgur.com/gallery/JmI9qWE
https://imgur.com/gallery/JmI9qWE
how would I go about editing the background for the mode selection/map selection menus?
[img]https://i.imgur.com/kloouss.jpg[/img]
Kraythow would I go about editing the background for the mode selection/map selection menus?
https://i.imgur.com/kloouss.jpg
I am wondering that as well.
[img]https://i.imgur.com/kloouss.jpg[/img][/quote]
I am wondering that as well.
How can I edit the percentage of the meds charge when he is healing me ? (Similar to funs hud)
Kraythow would I go about editing the background for the mode selection/map selection menus?
https://i.imgur.com/kloouss.jpg
To my belief, this is the `BackgroundDimmer` element and no matter what you do it can't currently be removed (at least, not without a hud reload)
[img]https://i.imgur.com/kloouss.jpg[/img][/quote]
To my belief, this is the `BackgroundDimmer` element and no matter what you do it can't currently be removed (at least, not without a hud reload)
WhiskerKraythow would I go about editing the background for the mode selection/map selection menus?To my belief, this is the `BackgroundDimmer` element and no matter what you do it can't currently be removed (at least, not without a hud reload)
https://i.imgur.com/kloouss.jpg
ohh, no, not that dumb transparent element, the actual menus, my bad
[img]https://i.imgur.com/kloouss.jpg[/img][/quote]
To my belief, this is the `BackgroundDimmer` element and no matter what you do it can't currently be removed (at least, not without a hud reload)[/quote]
ohh, no, not that dumb transparent element, the actual menus, my bad
how do i remove the toggle minmode pannel
how do i remove the toggle minmode pannel
earliehttps://imgur.com/a/wQu73Vz
how do i remove the toggle minmode pannel
You should be able to do a research for "Toggle Minmode" (do it case-insensitive) in the common menu files and find the element, it's not a standard one.
how do i remove the toggle minmode pannel[/quote]
You should be able to do a research for "Toggle Minmode" (do it case-insensitive) in the common menu files and find the element, it's not a standard one.