Upvote Upvoted 331 Downvote Downvoted
1 ⋅⋅ 173 174 175 176 177 178 179 ⋅⋅ 234
HUD editing: short questions, quick answers
posted in Customization
5251
#5251
0 Frags +

stupid question, what file lets me edit the crafting menus?

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

stupid question, what file lets me edit the crafting menus?
[img]https://i.imgur.com/NvdjySc.jpg[/img]
5252
#5252
1 Frags +
Kraytstupid question, what file lets me edit the crafting menus?

Resource/UI/CraftingPanel.res and CraftingStatusDialog.res.

[quote=Krayt]stupid question, what file lets me edit the crafting menus?[/quote]
Resource/UI/CraftingPanel.res and CraftingStatusDialog.res.
5253
#5253
0 Frags +
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.

[quote=RyoTheNeko89][quote=Hypnotize][quote=RyoTheNeko89]Hey, 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.[/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.
5254
#5254
2 Frags +

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.

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.
5255
#5255
0 Frags +

anyone know how to change the number for the metal count? also does anyone know how to change the last damage done aswell?

anyone know how to change the number for the metal count? also does anyone know how to change the last damage done aswell?
5256
#5256
1 Frags +
_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.

[quote=_Kermit]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.[/quote]

Thanks Kermit.
5257
#5257
0 Frags +

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 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?
5258
#5258
1 Frags +
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.

[quote=bLa]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?[/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.
5259
#5259
0 Frags +
ZetosbLaI 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.

After some inspection, I didn't find any missing braces, and ctrl + f gave me 62 results for { and } each.

[quote=Zetos][quote=bLa]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?[/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.
5260
#5260
0 Frags +
bLaZetosbLaI 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.
After some inspection, I didn't find any missing braces, and ctrl + f gave me 62 results for { and } each.

"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.

[quote=bLa][quote=Zetos][quote=bLa]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?[/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.
5261
#5261
0 Frags +

How do I make the 3d player class model appear on a custom scoreboard? The stock hud has this feature.

How do I make the 3d player class model appear on a custom scoreboard? The stock hud has this feature.
5262
#5262
0 Frags +

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

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
5263
#5263
0 Frags +

Nevermind antwan gave me the fix.

Nevermind antwan gave me the fix.
5264
#5264
0 Frags +

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)

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)
5265
#5265
0 Frags +
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

[quote=Torragg]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)[/quote]
huddamageaccount.res
5266
#5266
0 Frags +
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.

[quote=bLa][quote=Torragg]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)[/quote]
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.
5267
#5267
0 Frags +

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?

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?
5268
#5268
whitelist.tf
0 Frags +

@_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.

@_Kermit, try the '-condebug' launch option, should output stuff to [i]/tf/console.log[/i], 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 [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.
5269
#5269
0 Frags +

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

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
5270
#5270
0 Frags +

Does anyone know how to make the targetid bgs on the default hud more opaque?

Like this https://imgur.com/a/mqxXtfh

Does anyone know how to make the targetid bgs on the default hud more opaque?

Like this https://imgur.com/a/mqxXtfh
5271
#5271
0 Frags +

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?

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?
5272
#5272
0 Frags +
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?

[quote=WhyNotDivine]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?[/quote]
Change info.vdf value from 2 - 3

edit: I really don't know, do you mean using the mainmenuoverride.res or the whole hud?
5273
#5273
0 Frags +

Also how would one fix this?
https://imgur.com/gallery/JmI9qWE

Also how would one fix this?
https://imgur.com/gallery/JmI9qWE
5274
#5274
1 Frags +

how would I go about editing the background for the mode selection/map selection menus?

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

how would I go about editing the background for the mode selection/map selection menus?
[img]https://i.imgur.com/kloouss.jpg[/img]
5275
#5275
0 Frags +
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.

[quote=Krayt]how would I go about editing the background for the mode selection/map selection menus?
[img]https://i.imgur.com/kloouss.jpg[/img][/quote]
I am wondering that as well.
5276
#5276
0 Frags +

How can I edit the percentage of the meds charge when he is healing me ? (Similar to funs hud)

How can I edit the percentage of the meds charge when he is healing me ? (Similar to funs hud)
5277
#5277
0 Frags +
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)

[quote=Krayt]how would I go about editing the background for the mode selection/map selection menus?
[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)
5278
#5278
0 Frags +
WhiskerKraythow 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)

ohh, no, not that dumb transparent element, the actual menus, my bad

[quote=Whisker][quote=Krayt]how would I go about editing the background for the mode selection/map selection menus?
[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
5279
#5279
0 Frags +

https://imgur.com/a/wQu73Vz

how do i remove the toggle minmode pannel

https://imgur.com/a/wQu73Vz

how do i remove the toggle minmode pannel
5280
#5280
0 Frags +
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.

[quote=earlie]https://imgur.com/a/wQu73Vz

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.
1 ⋅⋅ 173 174 175 176 177 178 179 ⋅⋅ 234
Please sign in through STEAM to post a comment.