Upvote Upvoted 327 Downvote Downvoted
1 ⋅⋅ 104 105 106 107 108 109 110 ⋅⋅ 232
HUD editing: short questions, quick answers
posted in Customization
3181
#3181
0 Frags +

excuse me if this question has been asked alot but how do i get outlined damage numbers? im using mkhud and the damage numbers for me are yellow for some reason

excuse me if this question has been asked alot but how do i get outlined damage numbers? im using mkhud and the damage numbers for me are yellow for some reason
3182
#3182
0 Frags +

So I'm trying to edit the buffed health colour in my hud with this code

Animate PlayerStatusHealthValue        FgColor	  "HudBlue" 	Linear 0.0 0.0
Animate PlayerStatusHealthValueShadow  FgColor    "HudWhite" 	Linear 0.0 0.0

But for some reason the health value stays white and the shadow instead turns into blue like this

So I'm trying to edit the buffed health colour in my hud with this code
[code]
Animate PlayerStatusHealthValue FgColor "HudBlue" Linear 0.0 0.0
Animate PlayerStatusHealthValueShadow FgColor "HudWhite" Linear 0.0 0.0[/code]

But for some reason the health value stays white and the shadow instead turns into blue like [url=https://imgur.com/agwjnWK]this[/url]
3183
#3183
0 Frags +

is there any way to fix this missing texture hudplayerhealth ? http://imgur.com/yptd8b6

EDIT: fixed

is there any way to fix this missing texture hudplayerhealth ? http://imgur.com/yptd8b6

EDIT: fixed
3184
#3184
0 Frags +

@TheRealSS Double check the positioning of the two, you might have switched them up in hudplayerhealth.res.

@TheRealSS Double check the positioning of the two, you might have switched them up in hudplayerhealth.res.
3185
#3185
0 Frags +

http://puu.sh/ppyWn/7314169dbf.png

what borders control this?

EDIT : nevermind i got it, but i still have two more problems

how can i make this

http://puu.sh/ppHU1/5533d9ce68.png

and this

http://puu.sh/ppHUy/fff4fb8b23.png

(loadout presets)

have rounded corners?

[s]http://puu.sh/ppyWn/7314169dbf.png

what borders control this?[/s]

EDIT : nevermind i got it, but i still have two more problems

how can i make this

[img]http://puu.sh/ppHU1/5533d9ce68.png[/img]

and this

[img]http://puu.sh/ppHUy/fff4fb8b23.png[/img] (loadout presets)

have rounded corners?
3186
#3186
0 Frags +

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

how 2 get these dmg numbers on knhud

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

how 2 get these dmg numbers on knhud
3187
#3187
0 Frags +

How can I move tha chat box?

How can I move tha chat box?
3188
#3188
1 Frags +

I've had some serious issues with HUD crosshairs ever since the first mm update. I can't get Fog's or Knuckles to work on any HUD, and omni's HUD crosshair installer didn't seem to work either. Even downloading a fresh, updated HUD and trying to enable to pre-installed crosshairs doesn't work. Anyone know what's wrong?

I've had some serious issues with HUD crosshairs ever since the first mm update. I can't get Fog's or Knuckles to work on any HUD, and omni's HUD crosshair installer didn't seem to work either. Even downloading a fresh, updated HUD and trying to enable to pre-installed crosshairs doesn't work. Anyone know what's wrong?
3189
#3189
1 Frags +
yighthttps://www.youtube.com/watch?v=I8NW_OKlJSU

how 2 get these dmg numbers on knhud

Open HudDamageAccount.res and search for delta_item_font & delta_item_font_big, then change the font from chippyBold18OL to HudFontMediumSmall.
If you want it to be white as well change the NegativeColor to 255 255 255 255

flumeHow can I move tha chat box?

Open basechat.res (Inside the resource/ui folder, if you don't have one take it from the base files or from another hud) then change the ypos value of "HudChat"

machiavelliI've had some serious issues with HUD crosshairs ever since the first mm update. I can't get Fog's or Knuckles to work on any HUD, and omni's HUD crosshair installer didn't seem to work either. Even downloading a fresh, updated HUD and trying to enable to pre-installed crosshairs doesn't work. Anyone know what's wrong?

They are not appearing at all?

[quote=yight]https://www.youtube.com/watch?v=I8NW_OKlJSU

how 2 get these dmg numbers on knhud[/quote]

Open HudDamageAccount.res and search for delta_item_font & delta_item_font_big, then change the font from chippyBold18OL to HudFontMediumSmall.
If you want it to be white as well change the NegativeColor to 255 255 255 255

[quote=flume]How can I move tha chat box?[/quote]

Open basechat.res (Inside the resource/ui folder, if you don't have one take it from the base files or from another hud) then change the ypos value of "HudChat"

[quote=machiavelli]I've had some serious issues with HUD crosshairs ever since the first mm update. I can't get Fog's or Knuckles to work on any HUD, and omni's HUD crosshair installer didn't seem to work either. Even downloading a fresh, updated HUD and trying to enable to pre-installed crosshairs doesn't work. Anyone know what's wrong?[/quote]

They are not appearing at all?
3190
#3190
0 Frags +
HypnotizeThey are not appearing at all?

Nope. And I've double and triple checked everything is properly installed, non-zero size parameters, etc.
The fact even the pre-installed ones in HUDs don't work leads me to wonder if I have some obscure setting messed with, or some other weird lurking issue... so far I've been completely stumped

[quote=Hypnotize]
They are not appearing at all?[/quote]

Nope. And I've double and triple checked everything is properly installed, non-zero size parameters, etc.
The fact even the pre-installed ones in HUDs don't work leads me to wonder if I have some obscure setting messed with, or some other weird lurking issue... so far I've been completely stumped
3191
#3191
0 Frags +

Which file are you supposed to edit for customizing the CP timer? I tried editing HudObjectiveStatus.res but that didn't work. I then tried copying everything in HudObjectiveStatus.res to HudObjectiveTimePanel.res which works but when I do a hud_reloadscheme after that, it goes back to the default timer

Which file are you supposed to edit for customizing the CP timer? I tried editing HudObjectiveStatus.res but that didn't work. I then tried copying everything in HudObjectiveStatus.res to HudObjectiveTimePanel.res which works but when I do a hud_reloadscheme after that, it goes back to the default timer
3192
#3192
2 Frags +
TheRealSSWhich file are you supposed to edit for customizing the CP timer? I tried editing HudObjectiveStatus.res but that didn't work. I then tried copying everything in HudObjectiveStatus.res to HudObjectiveTimePanel.res which works but when I do a hud_reloadscheme after that, it goes back to the default timer

HudMatchStaus.res controls it now instead of HudObjectiveStatus.res

[quote=TheRealSS]Which file are you supposed to edit for customizing the CP timer? I tried editing HudObjectiveStatus.res but that didn't work. I then tried copying everything in HudObjectiveStatus.res to HudObjectiveTimePanel.res which works but when I do a hud_reloadscheme after that, it goes back to the default timer[/quote]

HudMatchStaus.res controls it now instead of HudObjectiveStatus.res
3193
#3193
0 Frags +

Small question, is it possible to hide the stats tab that's in the backpack screen?

I know how to hide it in the loading screens, but not here.

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

*fixed

Small question, is it possible to hide the stats tab that's in the backpack screen?

I know how to hide it in the loading screens, but not here.

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

*fixed
3194
#3194
-1 Frags +

Hey guyz, I have an issue with my hud's sitckybomb launcher charge meter. I can change the xpos and ypos but I can't change the lenght of it. I can't change its color either.
I'm currently using Broeselhud, but I'd like to have something similar to Takyahud (https://www.youtube.com/watch?v=v1ho04UsOrw).
Does anyone know what I have to do? Thanks!

Hey guyz, I have an issue with my hud's sitckybomb launcher charge meter. I can change the xpos and ypos but I can't change the lenght of it. I can't change its color either.
I'm currently using Broeselhud, but I'd like to have something similar to Takyahud (https://www.youtube.com/watch?v=v1ho04UsOrw).
Does anyone know what I have to do? Thanks!
3195
#3195
0 Frags +
ComeInMyCaveHey guyz, I have an issue with my hud's sitckybomb launcher charge meter. I can change the xpos and ypos but I can't change the lenght of it. I can't change its color either.
I'm currently using Broeselhud, but I'd like to have something similar to Takyahud (https://www.youtube.com/watch?v=v1ho04UsOrw).
Does anyone know what I have to do? Thanks!

xpos and ypos only affect the positioning of the element.
you need to change wide and tall in order to change the size of it.

[quote=ComeInMyCave]Hey guyz, I have an issue with my hud's sitckybomb launcher charge meter. I can change the xpos and ypos but I can't change the lenght of it. I can't change its color either.
I'm currently using Broeselhud, but I'd like to have something similar to Takyahud (https://www.youtube.com/watch?v=v1ho04UsOrw).
Does anyone know what I have to do? Thanks![/quote]
xpos and ypos only affect the positioning of the element.
you need to change wide and tall in order to change the size of it.
3196
#3196
0 Frags +

Hey Guys.
I want to change the Hud I'm using now.
I want to make this (mkHUD)
to this (mHUD).
I only want to change the HP/Ammo + the chargebars.
Can someone help me with this?

Thanks

Hey Guys.
I want to change the Hud I'm using now.
I want to make [url=http://steamcommunity.com/id/fr3dd1An/screenshot/269469010839823876]this[/url] (mkHUD)
to [url=http://steamcommunity.com/id/fr3dd1An/screenshot/269469010839824992]this[/url] (mHUD).
I only want to change the HP/Ammo + the chargebars.
Can someone help me with this?

Thanks
3197
#3197
0 Frags +
biskuitComeInMyCaveHey guyz, I have an issue with my hud's sitckybomb launcher charge meter. I can change the xpos and ypos but I can't change the lenght of it. I can't change its color either.
I'm currently using Broeselhud, but I'd like to have something similar to Takyahud (https://www.youtube.com/watch?v=v1ho04UsOrw).
Does anyone know what I have to do? Thanks!
xpos and ypos only affect the positioning of the element.
you need to change wide and tall in order to change the size of it.

Yes I know, I meant that I was able to change its position, but not its length, even if I'm changing the wide and tall. It does nothing for me, even if I set them to super high numbers.

[quote=biskuit][quote=ComeInMyCave]Hey guyz, I have an issue with my hud's sitckybomb launcher charge meter. I can change the xpos and ypos but I can't change the lenght of it. I can't change its color either.
I'm currently using Broeselhud, but I'd like to have something similar to Takyahud (https://www.youtube.com/watch?v=v1ho04UsOrw).
Does anyone know what I have to do? Thanks![/quote]
xpos and ypos only affect the positioning of the element.
you need to change wide and tall in order to change the size of it.[/quote]

Yes I know, I meant that I was able to change its position, but not its length, even if I'm changing the wide and tall. It does nothing for me, even if I set them to super high numbers.
3198
#3198
0 Frags +
ComeInMyCavebiskuitComeInMyCaveHey guyz, I have an issue with my hud's sitckybomb launcher charge meter. I can change the xpos and ypos but I can't change the lenght of it. I can't change its color either.
I'm currently using Broeselhud, but I'd like to have something similar to Takyahud (https://www.youtube.com/watch?v=v1ho04UsOrw).
Does anyone know what I have to do? Thanks!
xpos and ypos only affect the positioning of the element.
you need to change wide and tall in order to change the size of it.

Yes I know, I meant that I was able to change its position, but not its length, even if I'm changing the wide and tall. It does nothing for me, even if I set them to super high numbers.

That's because the sticky charge meter is controlled by the hudlayout as well, search for HudDemomanCharge in your hud layout and change the wide value here

[quote=ComeInMyCave][quote=biskuit][quote=ComeInMyCave]Hey guyz, I have an issue with my hud's sitckybomb launcher charge meter. I can change the xpos and ypos but I can't change the lenght of it. I can't change its color either.
I'm currently using Broeselhud, but I'd like to have something similar to Takyahud (https://www.youtube.com/watch?v=v1ho04UsOrw).
Does anyone know what I have to do? Thanks![/quote]
xpos and ypos only affect the positioning of the element.
you need to change wide and tall in order to change the size of it.[/quote]

Yes I know, I meant that I was able to change its position, but not its length, even if I'm changing the wide and tall. It does nothing for me, even if I set them to super high numbers.[/quote]

That's because the sticky charge meter is controlled by the hudlayout as well, search for HudDemomanCharge in your hud layout and change the wide value here
3199
#3199
0 Frags +

How do I get the ubercharge meter label under the crosshair?
hudlayout.res and edit HudMedicCharge

[s]How do I get the ubercharge meter label under the crosshair?[/s]
hudlayout.res and edit HudMedicCharge
3200
#3200
0 Frags +

Thanks a lot man, it worked! :D I would never have figured it out myself!
The last thing is I can't find a way to change the color of the charge meter when it's not charged. I tried to change the MeterBG in hudlayout but it doesn't do anything, and in HudDemomanCharge, changing the values of fg_coloroverride only changes the color of when it starts charging... Do you have any idea?

Thanks a lot man, it worked! :D I would never have figured it out myself!
The last thing is I can't find a way to change the color of the charge meter when it's not charged. I tried to change the MeterBG in hudlayout but it doesn't do anything, and in HudDemomanCharge, changing the values of fg_coloroverride only changes the color of when it starts charging... Do you have any idea?
3201
#3201
0 Frags +
ComeInMyCaveThanks a lot man, it worked! :D I would never have figured it out myself!
The last thing is I can't find a way to change the color of the charge meter when it's not charged. I tried to change the MeterBG in hudlayout but it doesn't do anything, and in HudDemomanCharge, changing the values of fg_coloroverride only changes the color of when it starts charging... Do you have any idea?

Yeah, fgcolor_override is the charge color for the background color should be bgcolor_override

[quote=ComeInMyCave]Thanks a lot man, it worked! :D I would never have figured it out myself!
The last thing is I can't find a way to change the color of the charge meter when it's not charged. I tried to change the MeterBG in hudlayout but it doesn't do anything, and in HudDemomanCharge, changing the values of fg_coloroverride only changes the color of when it starts charging... Do you have any idea?[/quote]

Yeah, fgcolor_override is the charge color for the background color should be bgcolor_override
3202
#3202
0 Frags +

Ah, it didn't exist, that's why I couldn't change it! Well, thanks a lot for your help and your time!

Ah, it didn't exist, that's why I couldn't change it! Well, thanks a lot for your help and your time!
3203
#3203
1 Frags +

So i wanted to change the font colour of the ubercharge meter notification that shows up when being healed by a med, but i couldn't find the right section (i looked into targetid.res and spectatorguihealth.res)
Does anyone know where i can find it, or how it's called?

So i wanted to change the font colour of the ubercharge meter notification that shows up when being healed by a med, but i couldn't find the right section (i looked into targetid.res and spectatorguihealth.res)
Does anyone know where i can find it, or how it's called?
3204
#3204
0 Frags +

I got this oxide hud but when I look at someone it doesnt show all the numbers to their health anyway I can make it bigger so I can see?
http://steamcommunity.com/sharedfiles/filedetails/?id=705086515

I got this oxide hud but when I look at someone it doesnt show all the numbers to their health anyway I can make it bigger so I can see?
http://steamcommunity.com/sharedfiles/filedetails/?id=705086515
3205
#3205
0 Frags +

is there anyone that updated ChrisTahFahs Hud? in my opinion is the best tf2 hud ever created

https://github.com/ChrizTahFah/ChrizHUD

is there anyone that updated ChrisTahFahs Hud? in my opinion is the best tf2 hud ever created

https://github.com/ChrizTahFah/ChrizHUD
3206
#3206
1 Frags +

I've been trying to modify PVhud into my own liking, that's a habit i have if i get any hud. Ran into problems and i need help :7

i tried to center the damage number, that would by default be by the health, and that worked. but the problem is that the floating damage number(whatever you call them) are to the very far right, no idea how to fix that.
- http://steamcommunity.com/sharedfiles/filedetails/?id=705177412

the other problem i have is that im trying to make the font size of the health and ammo smaller, no idea how to do that.

if someone can help me with this, i would very much appreciate

I've been trying to modify PVhud into my own liking, that's a habit i have if i get any hud. Ran into problems and i need help :7

i tried to center the damage number, that would by default be by the health, and that worked. but the problem is that the floating damage number(whatever you call them) are to the very far right, no idea how to fix that.
- http://steamcommunity.com/sharedfiles/filedetails/?id=705177412

the other problem i have is that im trying to make the font size of the health and ammo smaller, no idea how to do that.

if someone can help me with this, i would very much appreciate
3207
#3207
1 Frags +
SkyH4ighI've been trying to modify PVhud into my own liking, that's a habit i have if i get any hud. Ran into problems and i need help :7

i tried to center the damage number, that would by default be by the health, and that worked. but the problem is that the floating damage number(whatever you call them) are to the very far right, no idea how to fix that.
- http://steamcommunity.com/sharedfiles/filedetails/?id=705177412

the other problem i have is that im trying to make the font size of the health and ammo smaller, no idea how to do that.

if someone can help me with this, i would very much appreciate

Umh if you only want to move the static damage numbers don't do it from the hudlayout but use huddamageaccount instead changing the x value of DamageAccountValue and DamageAccountValueShadow. And if the numbers are getting cut off just increase the wide from the hudlayout.

For the font idk you can reduce the tall of "HudFontHUGE" (but i don't know if is used by other huds part tho) or just use something like HudFontGiantBold (replace the font in the hudammoweapons and hudplayerhealth)

[quote=SkyH4igh]I've been trying to modify PVhud into my own liking, that's a habit i have if i get any hud. Ran into problems and i need help :7

i tried to center the damage number, that would by default be by the health, and that worked. but the problem is that the floating damage number(whatever you call them) are to the very far right, no idea how to fix that.
- http://steamcommunity.com/sharedfiles/filedetails/?id=705177412

the other problem i have is that im trying to make the font size of the health and ammo smaller, no idea how to do that.

if someone can help me with this, i would very much appreciate[/quote]

Umh if you only want to move the static damage numbers don't do it from the hudlayout but use huddamageaccount instead changing the x value of DamageAccountValue and DamageAccountValueShadow. And if the numbers are getting cut off just increase the wide from the hudlayout.

For the font idk you can reduce the tall of "HudFontHUGE" (but i don't know if is used by other huds part tho) or just use something like HudFontGiantBold (replace the font in the hudammoweapons and hudplayerhealth)
3208
#3208
2 Frags +

sorry if this already got ask/requested but is there a way to make your clip ammo number change color when you have a specific amount of shots in the clip left independent of your overall ammo in reserve etc?
eg:
4 rockets loaded -> white
3 rockets loaded -> white
2 rockets loaded -> yellow
1 rockets loaded -> red
0 rockets loaded -> dark red

sorry if this already got ask/requested but is there a way to make your clip ammo number change color when you have a specific amount of shots in the clip left independent of your overall ammo in reserve etc?
eg:
4 rockets loaded -> white
3 rockets loaded -> white
2 rockets loaded -> yellow
1 rockets loaded -> red
0 rockets loaded -> dark red
3209
#3209
0 Frags +
HypnotizeSkyH4ighI've been trying to modify PVhud into my own liking, that's a habit i have if i get any hud. Ran into problems and i need help :7

i tried to center the damage number, that would by default be by the health, and that worked. but the problem is that the floating damage number(whatever you call them) are to the very far right, no idea how to fix that.
- http://steamcommunity.com/sharedfiles/filedetails/?id=705177412

the other problem i have is that im trying to make the font size of the health and ammo smaller, no idea how to do that.

if someone can help me with this, i would very much appreciate

Umh if you only want to move the static damage numbers don't do it from the hudlayout but use huddamageaccount instead changing the x value of DamageAccountValue and DamageAccountValueShadow. And if the numbers are getting cut off just increase the wide from the hudlayout.

For the font idk you can reduce the tall of "HudFontHUGE" (but i don't know if is used by other huds part tho) or just use something like HudFontGiantBold (replace the font in the hudammoweapons and hudplayerhealth)

i got the damage numbers fixed, but i am still having issues with the font resize, PVhud has hudfonthuge but not that other one, plus i still dont know how to resize it. it just gets cut off :/

[quote=Hypnotize][quote=SkyH4igh]I've been trying to modify PVhud into my own liking, that's a habit i have if i get any hud. Ran into problems and i need help :7

i tried to center the damage number, that would by default be by the health, and that worked. but the problem is that the floating damage number(whatever you call them) are to the very far right, no idea how to fix that.
- http://steamcommunity.com/sharedfiles/filedetails/?id=705177412

the other problem i have is that im trying to make the font size of the health and ammo smaller, no idea how to do that.

if someone can help me with this, i would very much appreciate[/quote]

Umh if you only want to move the static damage numbers don't do it from the hudlayout but use huddamageaccount instead changing the x value of DamageAccountValue and DamageAccountValueShadow. And if the numbers are getting cut off just increase the wide from the hudlayout.

For the font idk you can reduce the tall of "HudFontHUGE" (but i don't know if is used by other huds part tho) or just use something like HudFontGiantBold (replace the font in the hudammoweapons and hudplayerhealth)[/quote]

i got the damage numbers fixed, but i am still having issues with the font resize, PVhud has hudfonthuge but not that other one, plus i still dont know how to resize it. it just gets cut off :/
3210
#3210
0 Frags +
Silvvy~snip

Finally figured out how to hide it, disregard this

[quote=Silvvy]~snip[/quote]

Finally figured out how to hide it, disregard this
1 ⋅⋅ 104 105 106 107 108 109 110 ⋅⋅ 232
Please sign in through STEAM to post a comment.