Upvote Upvoted 327 Downvote Downvoted
1 ⋅⋅ 60 61 62 63 64 65 66 ⋅⋅ 232
HUD editing: short questions, quick answers
posted in Customization
1861
#1861
1 Frags +
ProSkeezAnyone know the name of the text file in resource/ui for the end round win panels? The one that shows highest scorer in points and sometimes highest kill streak.

p sure its literally called winpanel

[quote=ProSkeez]Anyone know the name of the text file in resource/ui for the end round win panels? The one that shows highest scorer in points and sometimes highest kill streak.[/quote]

p sure its literally called winpanel
1862
#1862
0 Frags +
ProSkeezAnyone know the name of the text file in resource/ui for the end round win panels? The one that shows highest scorer in points and sometimes highest kill streak.

WinPanel.res

Ninja'd by 30s :(

[quote=ProSkeez]Anyone know the name of the text file in resource/ui for the end round win panels? The one that shows highest scorer in points and sometimes highest kill streak.[/quote]

[url=https://github.com/MFSTATE/tf2basehud/blob/master/resource/ui/winpanel.res]WinPanel.res[/url]

Ninja'd by 30s :(
1863
#1863
0 Frags +

http://images.akamai.steamusercontent.com/ugc/430447961041453661/440E0FFAED871B2D0C946B0AED867D77513CD3F1/

How do I remove this part when joining a server?

[img]http://images.akamai.steamusercontent.com/ugc/430447961041453661/440E0FFAED871B2D0C946B0AED867D77513CD3F1/[/img]

How do I remove this part when joining a server?
1864
#1864
2 Frags +

define remove, you can edit it, but you'll always wind up in that menu and will need a button to get yourself out of it.

define remove, you can edit it, but you'll always wind up in that menu and will need a button to get yourself out of it.
1865
#1865
0 Frags +

Quick help on how to change the strange count font to a different color? http://imgur.com/u1hWKTH

Quick help on how to change the strange count font to a different color? http://imgur.com/u1hWKTH
1866
#1866
huds.tf
0 Frags +
Precip_Quick help on how to change the strange count font to a different color? http://imgur.com/u1hWKTH

In resource/clientscheme.res, find "ItemAttribNeutral" and change the value to the RGBA color of your choice.

[quote=Precip_]Quick help on how to change the strange count font to a different color? http://imgur.com/u1hWKTH[/quote]

In resource/clientscheme.res, find "ItemAttribNeutral" and change the value to the RGBA color of your choice.
1867
#1867
0 Frags +

how do I edit the color for uber dropped?

how do I edit the color for uber dropped?
1868
#1868
0 Frags +

is there any way to make icons on the scoreboard smaller? adjusting their width only squishes or stretches them horizontally, and i cant find any line height controls

is there any way to make icons on the scoreboard smaller? adjusting their width only squishes or stretches them horizontally, and i cant find any line height controls
1869
#1869
0 Frags +
face2faceis there any way to make icons on the scoreboard smaller? adjusting their width only squishes or stretches them horizontally, and i cant find any line height controls

https://github.com/MFSTATE/tf2basehud/blob/master/resource/ui/scoreboard.res#L380
Maybe try "linespacing" in blueplayerlist and redplayerlist - I haven't tried it but that sounds like it could be your answer along with avatar_width

[quote=face2face]is there any way to make icons on the scoreboard smaller? adjusting their width only squishes or stretches them horizontally, and i cant find any line height controls[/quote]

https://github.com/MFSTATE/tf2basehud/blob/master/resource/ui/scoreboard.res#L380
Maybe try "linespacing" in blueplayerlist and redplayerlist - I haven't tried it but that sounds like it could be your answer along with avatar_width
1870
#1870
0 Frags +
Jermface2faceis there any way to make icons on the scoreboard smaller? adjusting their width only squishes or stretches them horizontally, and i cant find any line height controls
https://github.com/MFSTATE/tf2basehud/blob/master/resource/ui/scoreboard.res#L380
Maybe try "linespacing" in blueplayerlist and redplayerlist - I haven't tried it but that sounds like it could be your answer along with avatar_width

all that does is adjust the height of the lines of text -- anything (avatars, domination icons, etc) that doesnt fit is simply cut off on the top & bottom :\ thanks tho
also any clue on how to change the color of the text on the scoreboard? no colors in clientscheme.res seem to point to it

[quote=Jerm][quote=face2face]is there any way to make icons on the scoreboard smaller? adjusting their width only squishes or stretches them horizontally, and i cant find any line height controls[/quote]

https://github.com/MFSTATE/tf2basehud/blob/master/resource/ui/scoreboard.res#L380
Maybe try "linespacing" in blueplayerlist and redplayerlist - I haven't tried it but that sounds like it could be your answer along with avatar_width[/quote]
all that does is adjust the height of the lines of text -- anything (avatars, domination icons, etc) that doesnt fit is simply cut off on the top & bottom :\ thanks tho
also any clue on how to change the color of the text on the scoreboard? no colors in clientscheme.res seem to point to it
1871
#1871
0 Frags +

In what file can i change...

  • Demoman's charge meter?
  • Engi's metal?

I've been trying in "Huddemomancharge" and "HudItemEffectMeter_Engineer" but they don't change anything.

Also,Does any have any guides for editing the menu?

In what file can i change...
[list]
[*] Demoman's charge meter?
[*] Engi's metal?
[/list]

I've been trying in "Huddemomancharge" and "HudItemEffectMeter_Engineer" but they don't change anything.

Also,Does any have any guides for editing the menu?
1872
#1872
1 Frags +

huddemomanpipes and hudaccountpanel

huddemomanpipes and hudaccountpanel
1873
#1873
1 Frags +
SmesiIn what file can i change...
  • Demoman's charge meter?
  • Engi's metal?

I've been trying in "Huddemomancharge" and "HudItemEffectMeter_Engineer" but they don't change anything.

Also,Does any have any guides for editing the menu?

doodle's hud editing guide has a great resource list for when you dont know what file edits what, also it has a main menu section (be warned: editing the main menu is a pain in the ass as you have to restart tf2 to see any changes made instead of being able to hud_reloadscheme)

[quote=Smesi]In what file can i change...
[list]
[*] Demoman's charge meter?
[*] Engi's metal?
[/list]

I've been trying in "Huddemomancharge" and "HudItemEffectMeter_Engineer" but they don't change anything.

Also,Does any have any guides for editing the menu?[/quote]
[url=http://doodlesstuff.com/?tutorial=tf2hud&page=resource]doodle's hud editing guide[/url] has a great resource list for when you dont know what file edits what, also it has a [url=http://doodlesstuff.com/?tutorial=tf2hud&section=mainmenu] main menu section[/url] (be warned: editing the main menu is a pain in the ass as you have to restart tf2 to see any changes made instead of being able to hud_reloadscheme)
1874
#1874
-2 Frags +

Is there somewhere a (somewhat) complete list of events that can be edited in hudanimations_tf?
Would love to try out some event based things, but don't know where to find the specific events.

Is there somewhere a (somewhat) complete list of events that can be edited in hudanimations_tf?
Would love to try out some event based things, but don't know where to find the specific events.
1875
#1875
0 Frags +

is there a way to make the space between the brackets on seekers crosshair wider apart?

is there a way to make the space between the brackets on seekers crosshair wider apart?
1876
#1876
-1 Frags +

Is there a way to make hidden shortcuts (e.g. keypress P for quickplay) for the main menu?

Is there a way to make hidden shortcuts (e.g. keypress P for quickplay) for the main menu?
1877
#1877
-3 Frags +

http://steamcommunity.com/sharedfiles/filedetails/?id=523094653
http://steamcommunity.com/sharedfiles/filedetails/?id=523094619

Viewmodel fov 100, and then 70. Just trying to get rid of the effect when scoped, thanks in advance

http://steamcommunity.com/sharedfiles/filedetails/?id=523094653
http://steamcommunity.com/sharedfiles/filedetails/?id=523094619

Viewmodel fov 100, and then 70. Just trying to get rid of the effect when scoped, thanks in advance
1878
#1878
0 Frags +

How do I get rid of the border around the killstreak?
http://steamcommunity.com/sharedfiles/filedetails/?id=523272719

What file do I deleted/edit.

Note: I have never edited a HUD before.

How do I get rid of the border around the killstreak?
[url=http://steamcommunity.com/sharedfiles/filedetails/?id=523272719]http://steamcommunity.com/sharedfiles/filedetails/?id=523272719
[/url]
What file do I deleted/edit.

Note: I have never edited a HUD before.
1879
#1879
0 Frags +

How do I get rid of the +s beside the Uber meter?
How do I make the precent visible?

http://steamcommunity.com/sharedfiles/filedetails/?id=523275176
Note: I've never edited a HUD before.

How do I get rid of the +s beside the Uber meter?
How do I make the precent visible?

http://steamcommunity.com/sharedfiles/filedetails/?id=523275176
Note: I've never edited a HUD before.
1880
#1880
0 Frags +
Astrin_How do I get rid of the +s beside the Uber meter?
How do I make the precent visible?

both these are edited using hudmediccharge.res

to get rid of the crosses, change the values of visible and enabled to 0 under the "HealthClusterIcon" definition

you just need to make the width of chargelabel bigger for the % to be fully visible i think

[quote=Astrin_]How do I get rid of the +s beside the Uber meter?
How do I make the precent visible?[/quote]
both these are edited using hudmediccharge.res

to get rid of the crosses, change the values of visible and enabled to 0 under the "HealthClusterIcon" definition

you just need to make the width of chargelabel bigger for the % to be fully visible i think
1881
#1881
0 Frags +
WholegrainAstrin_How do I get rid of the +s beside the Uber meter?
How do I make the precent visible?
both these are edited using hudmediccharge.res

to get rid of the crosses, change the values of visible and enabled to 0 under the "HealthClusterIcon" definition

you just need to make the width of chargelabel bigger for the % to be fully visible i think

In HudMedicCharge.res, "ChargeLabel" looks like this:

Show Content
ChargeLabel "ChargeLabel"
{
"ControlName" "CExLabel"
"fieldName" "ChargeLabel"
"xpos" "30"
"xpos_minmode" "11"
"ypos" "24"
"ypos_minmode" "11"
"zpos" "2"
"wide" "90"
"tall" "15"
"autoResize" "1"
"pinCorner" "2"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"labelText" "#TF_Ubercharge"
"labelText_minmode" "#TF_UberchargeMinHUD"
"textAlignment" "west"
"dulltext" "0"
"brighttext" "0"
"font" "HudFontSmallest"
}

What do I change?

[quote=Wholegrain][quote=Astrin_]How do I get rid of the +s beside the Uber meter?
How do I make the precent visible?[/quote]
both these are edited using hudmediccharge.res

to get rid of the crosses, change the values of visible and enabled to 0 under the "HealthClusterIcon" definition

you just need to make the width of chargelabel bigger for the % to be fully visible i think[/quote]

In HudMedicCharge.res, "ChargeLabel" looks like this:
[spoiler][quote=ChargeLabel] "ChargeLabel"
{
"ControlName" "CExLabel"
"fieldName" "ChargeLabel"
"xpos" "30"
"xpos_minmode" "11"
"ypos" "24"
"ypos_minmode" "11"
"zpos" "2"
"wide" "90"
"tall" "15"
"autoResize" "1"
"pinCorner" "2"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"labelText" "#TF_Ubercharge"
"labelText_minmode" "#TF_UberchargeMinHUD"
"textAlignment" "west"
"dulltext" "0"
"brighttext" "0"
"font" "HudFontSmallest"
}[/quote][/spoiler]

What do I change?
1882
#1882
1 Frags +

changing "wide" to a larger value e.g. 110 should work

changing "wide" to a larger value e.g. 110 should work
1883
#1883
3 Frags +

I wonder if you fine gentlemenn could help a poor CEO & President out.

Player status icons such as Concheror, Marked-for-Death, and Mannpower icons are not showing up in The Mannterface

Even if we use vgui_drawtree, with the highlight, we cannot see it at all. Could you help us out?

Here is the HUDPlayerHealth.res file.
HUDPlayerStatus is at (-30,0) in HUDLayout.res, width of "f0" and height of "480".

http://puu.sh/klLzm.txt

You will be rewarded handsomely with something even better than guns! Warm feelings in your belly! That is something you cannot buy with money.

I wonder if you fine gentlemenn could help a poor CEO & President out.

Player status icons such as Concheror, Marked-for-Death, and Mannpower icons are not showing up in [url=http://www.teamfortress.tv/28348/introducing-the-mannterface]The Mannterface[/url]

Even if we use vgui_drawtree, with the highlight, we cannot see it at all. Could you help us out?

Here is the HUDPlayerHealth.res file.
HUDPlayerStatus is at (-30,0) in HUDLayout.res, width of "f0" and height of "480".

http://puu.sh/klLzm.txt

You will be rewarded handsomely with something even better than guns! Warm feelings in your belly! That is something you cannot buy with money.
1884
#1884
3 Frags +

This should be the fix. @saxtonhale

[url=http://www.teamfortress.tv/26766/custom-hud-marked-for-death-wont-show]This should be the fix.[/url] @saxtonhale
1885
#1885
0 Frags +
komorebiThis should be the fix. @saxtonhale

Thanks for the quick response!

http://puu.sh/klNNB.jpg

The anchor is there now, but the icon is still not showing up.
Other HUDs (including the default) are fine, but it seems like only mine is not.

Could someone do it and explain it to me?

FIXED!!
PlayerStatusHealthImage controls ypos and the anchor controls xpos I GUESS. Thank you for helping me, you!

[quote=komorebi][url=http://www.teamfortress.tv/26766/custom-hud-marked-for-death-wont-show]This should be the fix.[/url] @saxtonhale[/quote]
Thanks for the quick response!
[img]http://puu.sh/klNNB.jpg[/img]
The anchor is there now, but the icon is still not showing up.
Other HUDs (including the default) are fine, but it seems like only mine is not.

Could someone do it and explain it to me?

FIXED!!
PlayerStatusHealthImage controls ypos and the anchor controls xpos I GUESS. Thank you for helping me, you!
1886
#1886
1 Frags +

Can anyone tell me how to fix the problem of the promotional items showing up in the "sending client info" box?

Can anyone tell me how to fix the[url=http://imgur.com/FaLtCdm] problem[/url] of the promotional items showing up in the "sending client info" box?
1887
#1887
0 Frags +

How do I change console/server browser colors? I know it's something to do with the sourcescheme.res, but I had a look in there and it looks very confusing so I'd appreciate a point in the right direction.

How do I change console/server browser colors? I know it's something to do with the sourcescheme.res, but I had a look in there and it looks very confusing so I'd appreciate a point in the right direction.
1888
#1888
0 Frags +
ninjajiroCan anyone tell me how to fix the problem of the promotional items showing up in the "sending client info" box?

Whatever is behind where the loading bar on the main menu goes will show up there while loading. You could move the box that contains the promo stuff and instead of that you'll see the background from the main menu instead.

[quote=ninjajiro]Can anyone tell me how to fix the[url=http://imgur.com/FaLtCdm] problem[/url] of the promotional items showing up in the "sending client info" box?[/quote]

Whatever is behind where the loading bar on the main menu goes will show up there while loading. You could move the box that contains the promo stuff and instead of that you'll see the background from the main menu instead.
1889
#1889
2 Frags +

#1888 check my sourcescheme I linked in #1849

I never received an answer from my questions in #1858 outside of the partial answer I came across in #1861.

#1888 check my sourcescheme I linked in #1849

I never received an answer from my questions in #1858 outside of the partial answer I came across in #1861.
1890
#1890
0 Frags +
Stochast1c#1888 check my sourcescheme I linked in #1849

I never received an answer from my questions in #1858 outside of the partial answer I came across in #1861.

That helped a ton, thanks.

I've made the changes I wanted to.

[quote=Stochast1c]#1888 check my sourcescheme I linked in #1849

I never received an answer from my questions in #1858 outside of the partial answer I came across in #1861.[/quote]

That helped a ton, thanks.

I've made the changes I wanted to.
1 ⋅⋅ 60 61 62 63 64 65 66 ⋅⋅ 232
Please sign in through STEAM to post a comment.