Upvote Upvoted 327 Downvote Downvoted
1 ⋅⋅ 198 199 200 201 202 203 204 ⋅⋅ 232
HUD editing: short questions, quick answers
posted in Customization
6001
#6001
0 Frags +

huh, didnt know that i needed to restart the game for that to work. it works now, thanks!

huh, didnt know that i needed to restart the game for that to work. it works now, thanks!
6002
#6002
0 Frags +

how does 'if_match' work? I want to switch the round timer with the server timer when in tournament mode but it does not work.

how does 'if_match' work? I want to switch the round timer with the server timer when in tournament mode but it does not work.
6003
#6003
0 Frags +

which file changes the color of the server text on tempus servers
https://imgur.com/TZIyayM
i want to change the orange text color
thanks

which file changes the color of the server text on tempus servers
https://imgur.com/TZIyayM
i want to change the orange text color
thanks
6004
#6004
0 Frags +

Is there a way to replay those short intro movie clips that play when you enter a map for the first time?

edit: nvm, it's a button on the hud

Is there a way to replay those short intro movie clips that play when you enter a map for the first time?

edit: nvm, it's a button on the hud
6005
#6005
0 Frags +

how do i get the bonus health cross to look like this in flawhud
https://clips.twitch.tv/RudeRichCaterpillarChefFrank

how do i get the bonus health cross to look like this in flawhud
https://clips.twitch.tv/RudeRichCaterpillarChefFrank
6006
#6006
0 Frags +

how do people get the minimal version of collyhud? i've tried using changing my game to minmode but that only changes the scoreboard. i cant seem to find any alternate minimal ui files either.

how do people get the minimal version of collyhud? i've tried using changing my game to minmode but that only changes the scoreboard. i cant seem to find any alternate minimal ui files either.
6007
#6007
0 Frags +

im trying to center the health/icon (both were originally skewed to the right) for this hud, but a bit of it gets chopped off on the left side

https://cdn.discordapp.com/attachments/432435426536718358/588260328941420554/unknown.png

heres my hudplayerhealth.res https://pastebin.com/3NDHx7Pu

anything i can do to fix this?

im trying to center the health/icon (both were originally skewed to the right) for this hud, but a bit of it gets chopped off on the left side
[img]https://cdn.discordapp.com/attachments/432435426536718358/588260328941420554/unknown.png[/img]

heres my hudplayerhealth.res https://pastebin.com/3NDHx7Pu

anything i can do to fix this?
6008
#6008
whitelist.tf
1 Frags +

use vgui_drawtree 1 and tick 'highlight selected' in that popup to navigate through that drawtree to find the element of the health icon and check if the bounding box is too big/small or if it's the wrapping parent one you need to increase (in hudlayout.res) or simply move stuff off the edges

use [i]vgui_drawtree 1[/i] and tick 'highlight selected' in that popup to navigate through that drawtree to find the element of the health icon and check if the bounding box is too big/small or if it's the wrapping parent one you need to increase (in hudlayout.res) or simply move stuff off the edges
6009
#6009
0 Frags +

im pretty inexperienced with hud editing so im not really that sure what im looking for/need to edit.

Show Content
Show Content

just about every element under hudplayerstatus ends at that same spot, just past the middle. what exactly do i need to do to fix this?

appreciate the help :-)

im pretty inexperienced with hud editing so im not really that sure what im looking for/need to edit.

[spoiler][img]https://cdn.discordapp.com/attachments/432435426536718358/588392728665128961/unknown.png[/img][/spoiler]

[spoiler][img]https://cdn.discordapp.com/attachments/432435426536718358/588392959041601539/unknown.png[/img][/spoiler]

just about every element under hudplayerstatus ends at that same spot, just past the middle. what exactly do i need to do to fix this?

appreciate the help :-)
6010
#6010
whitelist.tf
0 Frags +

So as you can see in the first screenshot where you have 'HudPlayerStatus' highlighted, the 'box' containing the player class (portrait image thingy) and the player health is positioned just left of the center of the screen.

If you go in hudlayout.res you should find the xpos and wide, set these to 0 and f0 respectively. This will make the entire panel move to the far left and the full width of the screen (change to be c-100 to keep it left of the center for instance)

Doing this will result in having to move a bunch of stuff over, so small changes in xpos and possibly the wide values might be better than just setting it to 0 and repositioning everything.

So as you can see in the first screenshot where you have '[i]HudPlayerStatus[/i]' highlighted, the 'box' containing the player class (portrait image thingy) and the player health is positioned just left of the center of the screen.

If you go in hudlayout.res you should find the xpos and wide, set these to 0 and f0 respectively. This will make the entire panel move to the far left and the full width of the screen (change to be c-100 to keep it left of the center for instance)

Doing this will result in having to move a bunch of stuff over, so small changes in xpos and possibly the wide values might be better than just setting it to 0 and repositioning everything.
6011
#6011
0 Frags +

thank you for the fast response, it worked :D

thank you for the fast response, it worked :D
6012
#6012
0 Frags +

what need to do for remove damage numbers but keep the last damage in the hud?

what need to do for remove damage numbers but keep the last damage in the hud?
6013
#6013
0 Frags +

https://imgur.com/k56Biki
Im trying to get arekk's hud working without the square shadows under players, cabinets, packs etc. and having trouble with it. I've tried both things said on this thread https://www.teamfortress.tv/50818/square-shadows (stupidshadows.res and #15 post's commands and they still appear. I am currently working on it with just the default config etc. I took all my custom stuff out before doing this. Any help would be appreciated.

https://imgur.com/k56Biki
Im trying to get arekk's hud working without the square shadows under players, cabinets, packs etc. and having trouble with it. I've tried both things said on this thread https://www.teamfortress.tv/50818/square-shadows (stupidshadows.res and #15 post's commands and they still appear. I am currently working on it with just the default config etc. I took all my custom stuff out before doing this. Any help would be appreciated.
6014
#6014
0 Frags +

someone have a hud with just xhair and kill feed?
i know u can do it with lawrena but i want to keep damage numbers...
Is there another was to acheive this?
in theory its possible to just go through a hud and disable all the hud elements but it would take ages.

someone have a hud with just xhair and kill feed?
i know u can do it with lawrena but i want to keep damage numbers...
Is there another was to acheive this?
in theory its possible to just go through a hud and disable all the hud elements but it would take ages.
6015
#6015
0 Frags +

https://i.gyazo.com/640c0a18da0162151659aeafbd417922.png

im trying to update a really old hud i fixed most of the things but the "find a game" button is white but not when hovering on it also same case with "start search" button

https://i.gyazo.com/640c0a18da0162151659aeafbd417922.png

im trying to update a really old hud i fixed most of the things but the "find a game" button is white but not when hovering on it also same case with "start search" button
6016
#6016
0 Frags +

how make this medic TargetID in m0rehud black?
https://cdn.discordapp.com/attachments/423410883163717632/590908502793256999/Screenshot_1.png

how make this medic TargetID in m0rehud black?
https://cdn.discordapp.com/attachments/423410883163717632/590908502793256999/Screenshot_1.png
6017
#6017
1 Frags +

What should i edit to remove the health cross from garm3n VIP konr: https://i.imgur.com/sVmpZ5V.jpg
Also what should i edit to change the size of the health of the person youre looking at as spy/healing as med?

What should i edit to remove the health cross from garm3n VIP konr: https://i.imgur.com/sVmpZ5V.jpg
Also what should i edit to change the size of the health of the person youre looking at as spy/healing as med?
6018
#6018
1 Frags +

Hi, I'm new here

https://cdn.discordapp.com/attachments/442744005340692481/552428745076506634/unknown.png
How do I add this to my end scoreboard? And how do I make it so it's not overlapped by the badge?

Hi, I'm new here

https://cdn.discordapp.com/attachments/442744005340692481/552428745076506634/unknown.png
How do I add this to my end scoreboard? And how do I make it so it's not overlapped by the badge?
6019
#6019
1 Frags +

Hey, I've been having this issue for a while where I can only use rayshud for some reason. I made a post about it here https://www.teamfortress.tv/52728/rayshud-issue but haven't figured the issue out.

Hey, I've been having this issue for a while where I can only use rayshud for some reason. I made a post about it here https://www.teamfortress.tv/52728/rayshud-issue but haven't figured the issue out.
6020
#6020
0 Frags +

Is there any way to have the cow mangler's ammo show up as a number, not as a bar? maybe other huds are different but the hud i have shows the cow manglers ammo as a bar that reloads with 4 sections. is there a way to have the ammo show up as 0,1,2,3,4 instead of the bar?

Is there any way to have the cow mangler's ammo show up as a number, not as a bar? maybe other huds are different but the hud i have shows the cow manglers ammo as a bar that reloads with 4 sections. is there a way to have the ammo show up as 0,1,2,3,4 instead of the bar?
6021
#6021
0 Frags +
mercIs there any way to have the cow mangler's ammo show up as a number, not as a bar? maybe other huds are different but the hud i have shows the cow manglers ammo as a bar that reloads with 4 sections. is there a way to have the ammo show up as 0,1,2,3,4 instead of the bar?

you can't exactly make it an ammo number, but you can put numbers in the charge meter to indicate remaining shots, like umbra did: https://tf.gg/post/804399/

[quote=merc]Is there any way to have the cow mangler's ammo show up as a number, not as a bar? maybe other huds are different but the hud i have shows the cow manglers ammo as a bar that reloads with 4 sections. is there a way to have the ammo show up as 0,1,2,3,4 instead of the bar?[/quote]
you can't exactly make it an ammo number, but you can put numbers in the charge meter to indicate remaining shots, like umbra did: https://tf.gg/post/804399/
6022
#6022
0 Frags +

What should i edit to change the color of the amount of health i heal? For example when i hit an arrow on someone?
Also what should i edit to change the color of the ubercharge number and charge? (not when fully charged)

What should i edit to change the color of the amount of health i heal? For example when i hit an arrow on someone?
Also what should i edit to change the color of the ubercharge number and charge? (not when fully charged)
6023
#6023
whitelist.tf
2 Frags +
shinsoWhat should i edit to change the color of the amount of health i heal? For example when i hit an arrow on someone?

That is should be the 'PositiveColor' in HudDamageAccount

Also what should i edit to change the color of the ubercharge number and charge? (not when fully charged)

HudMedicCharge.res for the 'default' state, and then you ideally match the colors in the animation event that is triggered when you don't have full charge: event HudMedicChargedStop (found in hudanimations_tf or related files if using hudanimations_manifest.txt)

[quote=shinso]What should i edit to change the color of the amount of health i heal? For example when i hit an arrow on someone?[/quote]
That is should be the 'PositiveColor' in HudDamageAccount
[quote]Also what should i edit to change the color of the ubercharge number and charge? (not when fully charged)[/quote]
HudMedicCharge.res for the 'default' state, and then you ideally match the colors in the animation event that is triggered when you don't have full charge: [i]event HudMedicChargedStop[/i] (found in hudanimations_tf or related files if using [url=https://huds.tf/forum/showthread.php?tid=151]hudanimations_manifest.txt[/url])
6024
#6024
0 Frags +

Why is there no red shadow on my edited m0rehud here?
https://i.imgur.com/ZFCboQi.jpg

HudLayout

Show Content
[code]
event HudLowAmmoPulse
{
Animate AmmoInClipShadow FgColor "low HP" Linear 0.0 0.000
Animate AmmoInReserveShadow FgColor "low HP" Linear 0.0 0.000
Animate AmmoNoClipShadow FgColor "low HP" Linear 0.0 0.000

RunEvent HudLowAmmoPulseLoop 0.25
}

// call to loop HudLowAmmoPulse
event HudLowAmmoPulseLoop
{
RunEvent HudLowAmmoPulse 0.0
}

event HudLowAmmoPulseStop
{
StopEvent HudLowAmmoPulse 0.0
StopEvent HudLowAmmoPulseLoop 0.0

Animate AmmoInClipShadow FgColor "0 0 0 255" Accel 0.0 0.0
Animate AmmoInReserveShadow FgColor "0 0 0 255" Accel 0.0 0.0
Animate AmmoNoClipShadow FgColor "0 0 0 255" Accel 0.0 0.0
}
[/code]

HudAmmoWeapons part

Show Content
[code]
"AmmoInClipShadow"
{
"ControlName" "CExLabel"
"fieldName" "AmmoInClipShadow"
"font" "M0refont46" //HudFontHP
"fgcolor" "0 0 0 255"
"xpos" "-2"
"ypos" "-2"
"zpos" "5"
"wide" "78"
"tall" "150"
"visible" "1"
"enabled" "1"
"textAlignment" "east"
"labelText" "%Ammo%"

"pin_to_sibling" "AmmoInClip"
"pin_corner_to_sibling" "PIN_TOPLEFT"
"pin_to_sibling_corner" "PIN_TOPLEFT"
}
[/code]
Why is there no red shadow on my edited m0rehud here?
https://i.imgur.com/ZFCboQi.jpg

HudLayout
[spoiler][code]
event HudLowAmmoPulse
{
Animate AmmoInClipShadow FgColor "low HP" Linear 0.0 0.000
Animate AmmoInReserveShadow FgColor "low HP" Linear 0.0 0.000
Animate AmmoNoClipShadow FgColor "low HP" Linear 0.0 0.000

RunEvent HudLowAmmoPulseLoop 0.25
}

// call to loop HudLowAmmoPulse
event HudLowAmmoPulseLoop
{
RunEvent HudLowAmmoPulse 0.0
}

event HudLowAmmoPulseStop
{
StopEvent HudLowAmmoPulse 0.0
StopEvent HudLowAmmoPulseLoop 0.0

Animate AmmoInClipShadow FgColor "0 0 0 255" Accel 0.0 0.0
Animate AmmoInReserveShadow FgColor "0 0 0 255" Accel 0.0 0.0
Animate AmmoNoClipShadow FgColor "0 0 0 255" Accel 0.0 0.0
}
[/code][/spoiler]
HudAmmoWeapons part
[spoiler][code]
"AmmoInClipShadow"
{
"ControlName" "CExLabel"
"fieldName" "AmmoInClipShadow"
"font" "M0refont46" //HudFontHP
"fgcolor" "0 0 0 255"
"xpos" "-2"
"ypos" "-2"
"zpos" "5"
"wide" "78"
"tall" "150"
"visible" "1"
"enabled" "1"
"textAlignment" "east"
"labelText" "%Ammo%"

"pin_to_sibling" "AmmoInClip"
"pin_corner_to_sibling" "PIN_TOPLEFT"
"pin_to_sibling_corner" "PIN_TOPLEFT"
}
[/code][/spoiler]
6025
#6025
0 Frags +

Hi

I'm wondering how to change the colour of these

https://imgur.com/ICQuVUp

Hi

I'm wondering how to change the colour of these

https://imgur.com/ICQuVUp
6026
#6026
0 Frags +

Where would I go to edit the location/layering of the respawn timers in the top-part of the HUD for my teammates since it's currently hidden behind the class icons?

https://gyazo.com/cdc5f794c633b9d341d054f3438ffac5

EDIT: added appropriate screenshot

Where would I go to edit the location/layering of the respawn timers in the top-part of the HUD for my teammates since it's currently hidden behind the class icons?

https://gyazo.com/cdc5f794c633b9d341d054f3438ffac5

EDIT: added appropriate screenshot
6027
#6027
0 Frags +

Using a hud, no problems apart from recently, changed to a lower resolution because my eyes were going funny, and now the hu'ds messed up? Scoreboard is pushed to the left of the screen + hud_reloadscheme doesnt work, it instead wipes out the scoreboard stats (Kills damage etc)

Also removing the black part of the sniper scope command, does it no longer work or something?

Using a hud, no problems apart from recently, changed to a lower resolution because my eyes were going funny, and now the hu'ds messed up? Scoreboard is pushed to the left of the screen + hud_reloadscheme doesnt work, it instead wipes out the scoreboard stats (Kills damage etc)

Also removing the black part of the sniper scope command, does it no longer work or something?
6028
#6028
0 Frags +

-

-
6029
#6029
0 Frags +

Hi, may i know what's the hud element for this ?
https://imgur.com/a/hntvOeI

Hi, may i know what's the hud element for this ?
https://imgur.com/a/hntvOeI
6030
#6030
0 Frags +
rayne125Hi, may i know what's the hud element for this ?
https://imgur.com/a/hntvOeI

Hudammoweapons.res; and
Hudplayerhealth.res

On another note, would it be possible to show the exact health amount of your teammates in the scoreboard? Basically, what I want to have is this:

https://i.imgur.com/yCfzh6D.png

to be displayed when I press tab.

[quote=rayne125]Hi, may i know what's the hud element for this ?
https://imgur.com/a/hntvOeI[/quote]

Hudammoweapons.res; and
Hudplayerhealth.res

On another note, would it be possible to show the exact health amount of your teammates in the scoreboard? Basically, what I want to have is this:
[img]https://i.imgur.com/yCfzh6D.png[/img]

to be displayed when I press tab.
1 ⋅⋅ 198 199 200 201 202 203 204 ⋅⋅ 232
Please sign in through STEAM to post a comment.