Upvote Upvoted 327 Downvote Downvoted
1 ⋅⋅ 149 150 151 152 153 154 155 ⋅⋅ 232
HUD editing: short questions, quick answers
posted in Customization
4531
#4531
0 Frags +

im editing a different hud (flamehud) and moving the x/y of ChargeMeter in HudDemomanPipes.res isn't working
i can move the actual sticky counter+icon but not the meter itself
im just trying to move the meter under to be more centered underneath the ammo

http://i.imgur.com/z7oqjNE.jpg

im editing a different hud (flamehud) and moving the x/y of ChargeMeter in HudDemomanPipes.res isn't working
i can move the actual sticky counter+icon but not the meter itself
im just trying to move the meter under to be more centered underneath the ammo
[img]http://i.imgur.com/z7oqjNE.jpg[/img]
4532
#4532
0 Frags +
smokeeim editing a different hud (flamehud) and moving the x/y of ChargeMeter in HudDemomanPipes.res isn't working
i can move the actual sticky counter+icon but not the meter itself
im just trying to move the meter under to be more centered underneath the ammo
http://i.imgur.com/z7oqjNE.jpg

HudDemomanCharge/HudDemomanPipes in the hudlayout.res file if you want to edit for that sort of thing

[quote=smokee]im editing a different hud (flamehud) and moving the x/y of ChargeMeter in HudDemomanPipes.res isn't working
i can move the actual sticky counter+icon but not the meter itself
im just trying to move the meter under to be more centered underneath the ammo
[img]http://i.imgur.com/z7oqjNE.jpg[/img][/quote]

HudDemomanCharge/HudDemomanPipes in the hudlayout.res file if you want to edit for that sort of thing
4533
#4533
0 Frags +

https://www.youtube.com/watch?v=vqlOTEtGhQk

Does anyone know which hud it is at 0:24?

https://www.youtube.com/watch?v=vqlOTEtGhQk

Does anyone know which hud it is at 0:24?
4534
#4534
1 Frags +
phobiahttps://www.youtube.com/watch?v=vqlOTEtGhQkDoes anyone know which hud it is at 0:24?

Looks a lot like bonerjamz hud. Bonerjamz Hud ............ (Screens)

[quote=phobia]https://www.youtube.com/watch?v=vqlOTEtGhQkDoes anyone know which hud it is at 0:24?[/quote] Looks a lot like bonerjamz hud. [url=https://www.dropbox.com/s/pu8gc6deie30yin/Bonerjamz%20Hud.rar?dl=0]Bonerjamz Hud[/url] ............ [url=http://imgur.com/a/OHMFf](Screens)[/url]
4535
#4535
0 Frags +

Hello, which file do i have to edit to move the healing targetid? (using ahud)
I want to move it around my hp.
http://imgur.com/a/2GF8o (example of what I am talking about)
Cheers

Hello, which file do i have to edit to move the healing targetid? (using ahud)
I want to move it around my hp.
http://imgur.com/a/2GF8o (example of what I am talking about)
Cheers
4536
#4536
1 Frags +

yo anyone know how to put the little team color line under the health in this clip into a hud https://www.youtube.com/watch?v=CXkKu_v9umk&t=23s

yo anyone know how to put the little team color line under the health in this clip into a hud https://www.youtube.com/watch?v=CXkKu_v9umk&t=23s
4537
#4537
0 Frags +
OnlyHyperHello, which file do i have to edit to move the healing targetid? (using ahud)
I want to move it around my hp.
http://imgur.com/a/2GF8o (example of what I am talking about)
Cheers

it could be possible but it would probably have an undesired effect when the normal target id comes up

[quote=OnlyHyper]Hello, which file do i have to edit to move the healing targetid? (using ahud)
I want to move it around my hp.
http://imgur.com/a/2GF8o (example of what I am talking about)
Cheers[/quote]
it could be possible but it would probably have an undesired effect when the normal target id comes up
4538
#4538
1 Frags +
Lupusyo anyone know how to put the little team color line under the health in this clip into a hud https://www.youtube.com/watch?v=CXkKu_v9umk&t=23s

"HPTeamIndicator"
{
"ControlName" "CTFImagePanel"
"fieldName" "HPBackgroundPanel1"
"xpos" "122"
"ypos" "83"
"zpos" "10"
"wide" "85" //65
"tall" "2"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"image" "../hud/color_panel_brown"
"scaleImage" "1"
"teambg_1" "../hud/color_panel_brown"
"teambg_2" "../hud/color_panel_red"
"teambg_3" "../hud/color_panel_blu"

"src_corner_height" "40" // pixels inside the image
"src_corner_width" "40"
"draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
"draw_corner_height" "0"
}

Taken directly from the hud itself.

[quote=Lupus]yo anyone know how to put the little team color line under the health in this clip into a hud https://www.youtube.com/watch?v=CXkKu_v9umk&t=23s[/quote]

"HPTeamIndicator"
{
"ControlName" "CTFImagePanel"
"fieldName" "HPBackgroundPanel1"
"xpos" "122"
"ypos" "83"
"zpos" "10"
"wide" "85" //65
"tall" "2"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"image" "../hud/color_panel_brown"
"scaleImage" "1"
"teambg_1" "../hud/color_panel_brown"
"teambg_2" "../hud/color_panel_red"
"teambg_3" "../hud/color_panel_blu"

"src_corner_height" "40" // pixels inside the image
"src_corner_width" "40"
"draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
"draw_corner_height" "0"
}

Taken directly from the hud itself.
4539
#4539
0 Frags +
_KermitLupusyo anyone know how to put the little team color line under the health in this clip into a hud https://www.youtube.com/watch?v=CXkKu_v9umk&t=23s
"HPTeamIndicator"
{
"ControlName" "CTFImagePanel"
"fieldName" "HPBackgroundPanel1"
"xpos" "122"
"ypos" "83"
"zpos" "10"
"wide" "85" //65
"tall" "2"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"image" "../hud/color_panel_brown"
"scaleImage" "1"
"teambg_1" "../hud/color_panel_brown"
"teambg_2" "../hud/color_panel_red"
"teambg_3" "../hud/color_panel_blu"

"src_corner_height" "40" // pixels inside the image
"src_corner_width" "40"
"draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
"draw_corner_height" "0"
}

Taken directly from the hud itself.

where specifically

[quote=_Kermit][quote=Lupus]yo anyone know how to put the little team color line under the health in this clip into a hud https://www.youtube.com/watch?v=CXkKu_v9umk&t=23s[/quote]

"HPTeamIndicator"
{
"ControlName" "CTFImagePanel"
"fieldName" "HPBackgroundPanel1"
"xpos" "122"
"ypos" "83"
"zpos" "10"
"wide" "85" //65
"tall" "2"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"image" "../hud/color_panel_brown"
"scaleImage" "1"
"teambg_1" "../hud/color_panel_brown"
"teambg_2" "../hud/color_panel_red"
"teambg_3" "../hud/color_panel_blu"

"src_corner_height" "40" // pixels inside the image
"src_corner_width" "40"
"draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
"draw_corner_height" "0"
}

Taken directly from the hud itself.[/quote]

where specifically
4540
#4540
0 Frags +

Using ma3la_'s hud and couldn't access MvM section, you click the button and it does nothing. Anybody know where to go to fix this? Same for the quickplay button, is there a way to make it take me to the casual screen?

https://i.gyazo.com/e2f65006e34440112bbb80b65d7e0ef8.jpg

Using ma3la_'s hud and couldn't access MvM section, you click the button and it does nothing. Anybody know where to go to fix this? Same for the quickplay button, is there a way to make it take me to the casual screen? [img]https://i.gyazo.com/e2f65006e34440112bbb80b65d7e0ef8.jpg[/img]
4541
#4541
0 Frags +
atyUsing ma3la_'s hud and couldn't access MvM section, you click the button and it does nothing. Anybody know where to go to fix this? Same for the quickplay button, is there a way to make it take me to the casual screen? https://i.gyazo.com/e2f65006e34440112bbb80b65d7e0ef8.jpg

http://www.teamfortress.tv/33738/ive-updated-some-huds
ur gonna need to update that bad boy because whatever ur using is over a year old
Its Thwartski

[quote=aty]Using ma3la_'s hud and couldn't access MvM section, you click the button and it does nothing. Anybody know where to go to fix this? Same for the quickplay button, is there a way to make it take me to the casual screen? [img]https://i.gyazo.com/e2f65006e34440112bbb80b65d7e0ef8.jpg[/img][/quote]
http://www.teamfortress.tv/33738/ive-updated-some-huds
ur gonna need to update that bad boy because whatever ur using is over a year old
Its Thwartski
4542
#4542
0 Frags +
knsumeatyUsing ma3la_'s hud and couldn't access MvM section, you click the button and it does nothing. Anybody know where to go to fix this? Same for the quickplay button, is there a way to make it take me to the casual screen? https://i.gyazo.com/e2f65006e34440112bbb80b65d7e0ef8.jpghttp://www.teamfortress.tv/33738/ive-updated-some-huds
ur gonna need to update that bad boy because whatever ur using is over a year old
Its Thwartski

Thats what i've been trying to do, got the whole menu to actually work just not those things. Edit: nvm im dumb, thank you!

[quote=knsume][quote=aty]Using ma3la_'s hud and couldn't access MvM section, you click the button and it does nothing. Anybody know where to go to fix this? Same for the quickplay button, is there a way to make it take me to the casual screen? [img]https://i.gyazo.com/e2f65006e34440112bbb80b65d7e0ef8.jpg[/img][/quote]
http://www.teamfortress.tv/33738/ive-updated-some-huds
ur gonna need to update that bad boy because whatever ur using is over a year old
Its Thwartski[/quote]
Thats what i've been trying to do, got the whole menu to actually work just not those things. Edit: nvm im dumb, thank you!
4543
#4543
1 Frags +
Lupus_KermitLupusyo anyone know how to put the little team color line under the health in this clip into a hud https://www.youtube.com/watch?v=CXkKu_v9umk&t=23s
"HPTeamIndicator"
{
"ControlName" "CTFImagePanel"
"fieldName" "HPBackgroundPanel1"
"xpos" "122"
"ypos" "83"
"zpos" "10"
"wide" "85" //65
"tall" "2"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"image" "../hud/color_panel_brown"
"scaleImage" "1"
"teambg_1" "../hud/color_panel_brown"
"teambg_2" "../hud/color_panel_red"
"teambg_3" "../hud/color_panel_blu"

"src_corner_height" "40" // pixels inside the image
"src_corner_width" "40"
"draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
"draw_corner_height" "0"
}

Taken directly from the hud itself.

where specifically

HudPlayerHealth.res

[quote=Lupus][quote=_Kermit][quote=Lupus]yo anyone know how to put the little team color line under the health in this clip into a hud https://www.youtube.com/watch?v=CXkKu_v9umk&t=23s[/quote]

"HPTeamIndicator"
{
"ControlName" "CTFImagePanel"
"fieldName" "HPBackgroundPanel1"
"xpos" "122"
"ypos" "83"
"zpos" "10"
"wide" "85" //65
"tall" "2"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"image" "../hud/color_panel_brown"
"scaleImage" "1"
"teambg_1" "../hud/color_panel_brown"
"teambg_2" "../hud/color_panel_red"
"teambg_3" "../hud/color_panel_blu"

"src_corner_height" "40" // pixels inside the image
"src_corner_width" "40"
"draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
"draw_corner_height" "0"
}

Taken directly from the hud itself.[/quote]

where specifically[/quote]

HudPlayerHealth.res
4544
#4544
0 Frags +

http://i.imgur.com/NjsiPN6.jpg?1.png

how do i remove this uber charge meter at the very bottom, i dont need it

[img]http://i.imgur.com/NjsiPN6.jpg?1.png[/img]

how do i remove this uber charge meter at the very bottom, i dont need it
4545
#4545
whitelist.tf
1 Frags +
phobiahttp://i.imgur.com/NjsiPN6.jpg?1.png

how do i remove this uber charge meter at the very bottom, i dont need it

HudMedicCharge.res probably has a chargebar at the very bottom of the element/screen

[quote=phobia][img]http://i.imgur.com/NjsiPN6.jpg?1.png[/img]

how do i remove this uber charge meter at the very bottom, i dont need it[/quote]
HudMedicCharge.res probably has a chargebar at the very bottom of the element/screen
4546
#4546
0 Frags +

http://imgur.com/a/rvgkV

How do I fix these purple ready-up icons?

http://imgur.com/a/rvgkV

How do I fix these purple ready-up icons?
4547
#4547
0 Frags +

.

.
4548
#4548
0 Frags +

How do I remove this? http://imgur.com/a/UVSYZ

How do I remove this? http://imgur.com/a/UVSYZ
4549
#4549
1 Frags +
sarjoHow do I remove this? http://imgur.com/a/UVSYZ

resource > ui > hudplayerclass.res

not 100% sure but should be it.
"HudPlayerClass" or "PlayerStatusClassImage" in the file should be that. If one still has "enabled" and "visible" set to 1 turn either one to 0, then hud_reloadscheme in console

[quote=sarjo]How do I remove this? http://imgur.com/a/UVSYZ[/quote]
resource > ui > hudplayerclass.res

not 100% sure but should be it.
"HudPlayerClass" or "PlayerStatusClassImage" in the file should be that. If one still has "enabled" and "visible" set to 1 turn either one to 0, then hud_reloadscheme in console
4550
#4550
0 Frags +

http://imgur.com/a/IsxAq (the big ass box)

how do i make this smaller/ remove it?

http://imgur.com/a/IsxAq (the big ass box)

how do i make this smaller/ remove it?
4551
#4551
0 Frags +
Racsohttp://imgur.com/a/IsxAq (the big ass box)

how do i make this smaller/ remove it?

cl_ask_blacklist_opt_out "1"
cl_ask_favorite_opt_out "1"
sb_dontshow_maxplayer_warning "1"
tf_explanations_backpackpanel "1"
tf_explanations_charinfo_armory_panel "1"
tf_explanations_charinfopanel "1"
tf_explanations_craftingpanel "1"
tf_explanations_discardpanel "1"
tf_explanations_store "1"
tf_training_has_prompted_for_forums "1"
tf_training_has_prompted_for_loadout "1"
tf_training_has_prompted_for_offline_practice "1"
tf_training_has_prompted_for_options "1"
tf_training_has_prompted_for_training "1"

put this in your config and it will disable these tutorial pop-ups

[quote=Racso]http://imgur.com/a/IsxAq (the big ass box)

how do i make this smaller/ remove it?[/quote]

cl_ask_blacklist_opt_out "1"
cl_ask_favorite_opt_out "1"
sb_dontshow_maxplayer_warning "1"
tf_explanations_backpackpanel "1"
tf_explanations_charinfo_armory_panel "1"
tf_explanations_charinfopanel "1"
tf_explanations_craftingpanel "1"
tf_explanations_discardpanel "1"
tf_explanations_store "1"
tf_training_has_prompted_for_forums "1"
tf_training_has_prompted_for_loadout "1"
tf_training_has_prompted_for_offline_practice "1"
tf_training_has_prompted_for_options "1"
tf_training_has_prompted_for_training "1"

put this in your config and it will disable these tutorial pop-ups
4552
#4552
0 Frags +

How do i edit http://i.imgur.com/fno3s2Z.png, payload cart and the round time

How do i edit http://i.imgur.com/fno3s2Z.png, payload cart and the round time
4553
#4553
0 Frags +
Epic_How do i edit http://i.imgur.com/fno3s2Z.png, payload cart and the round time

1: charinfoloadoutsubpanel.res and charinfopanel.res

2: objectivestatusescort and objectivestatusmultipleescort.res

3: hudmatchstatus.res and hudobjectivetimepanel.res

[quote=Epic_]How do i edit http://i.imgur.com/fno3s2Z.png, payload cart and the round time[/quote]

1: charinfoloadoutsubpanel.res and charinfopanel.res

2: objectivestatusescort and objectivestatusmultipleescort.res

3: hudmatchstatus.res and hudobjectivetimepanel.res
4554
#4554
0 Frags +

Do i have to change something in hudlayout.res

Do i have to change something in hudlayout.res
4555
#4555
0 Frags +
Epic_Do i have to change something in hudlayout.res

Nothing needs to be changed in hudlayout for any of those things

[quote=Epic_]Do i have to change something in hudlayout.res[/quote]

Nothing needs to be changed in hudlayout for any of those things
4556
#4556
0 Frags +

Im combining huds are there images that i would need from one hud

Im combining huds are there images that i would need from one hud
4557
#4557
0 Frags +

Does anybody know how to change the font for the loadout panel? I am using m0rehud.

I want to go from this: https://steamuserimages-a.akamaihd.net/ugc/847095365281698460/21F0DF75C8838B2329B0C22014AC5FD9636E81AF/

To this: https://steamuserimages-a.akamaihd.net/ugc/847095365281701519/95E5E29B80AB8B777B1EF130D285136B8542C3E5/

Does anybody know how to change the font for the loadout panel? I am using m0rehud.

I want to go from this: https://steamuserimages-a.akamaihd.net/ugc/847095365281698460/21F0DF75C8838B2329B0C22014AC5FD9636E81AF/

To this: https://steamuserimages-a.akamaihd.net/ugc/847095365281701519/95E5E29B80AB8B777B1EF130D285136B8542C3E5/
4558
#4558
0 Frags +

Does anybody know which file I have to edit to fix this?

http://imgur.com/ZZRJaXG

Thanks in advance.

Does anybody know which file I have to edit to fix this?

http://imgur.com/ZZRJaXG

Thanks in advance.
4559
#4559
0 Frags +

how do i use a damage number from dif hud to the one im using?

how do i use a damage number from dif hud to the one im using?
4560
#4560
1 Frags +
Noosahow do i use a damage number from dif hud to the one im using?

If the desired font is not already installed in the hud you're using, then you'll have to install it to the hud and define it in the clientscheme. Pick the size of your liking, name the font corresponding to the size, and change the font name in huddamageaccount.res

[quote=Noosa]how do i use a damage number from dif hud to the one im using?[/quote]

If the desired font is not already installed in the hud you're using, then you'll have to install it to the hud and define it in the clientscheme. Pick the size of your liking, name the font corresponding to the size, and change the font name in huddamageaccount.res
1 ⋅⋅ 149 150 151 152 153 154 155 ⋅⋅ 232
Please sign in through STEAM to post a comment.