can you make the health bar go sideways instead of downwards?
how do i edit the target id of the current medic healing me?
i'd like to remove the name of the healer and the name of the current medi gun
id also like to increase the size of the healers health and uber percentage
i'd like to remove the name of the healer and the name of the current medi gun
id also like to increase the size of the healers health and uber percentage
NUTSincrease the size of the healers health and uber percentage
These are in spectatorguihealth.res and targetid.res respectively in the resource/ui folder. You can increase the size of the health number by changing the font of PlayerStatusHealthValue (and PlayerStatusHealthValueShadow) to a bigger one. Uber percentage is called TargetDataLabel in targetid.res.
NUTSremove the name of the healer and the name of the current medi gun
You can either change the font of TargetDataLabel to be a numbers only font (like in Grape-M0rehud) or you can edit chat_english.txt in your hud's resource folder, look for "TF_playerid_mediccharge_wpn" and remove the "(%s2)" part. If your hud doesn't have that file you can just create it yourself and then paste this into it:
"lang"
{
"Language" "English"
"Tokens"
{
"TF_playerid_mediccharge_wpn" "Über: %s1%"
}
}
These are in spectatorguihealth.res and targetid.res respectively in the resource/ui folder. You can increase the size of the health number by changing the font of PlayerStatusHealthValue (and PlayerStatusHealthValueShadow) to a bigger one. Uber percentage is called TargetDataLabel in targetid.res.
[quote=NUTS]remove the name of the healer and the name of the current medi gun[/quote]
You can either change the font of TargetDataLabel to be a numbers only font (like in Grape-M0rehud) or you can edit chat_english.txt in your hud's resource folder, look for "TF_playerid_mediccharge_wpn" and remove the "(%s2)" part. If your hud doesn't have that file you can just create it yourself and then paste this into it:
[code]
"lang"
{
"Language" "English"
"Tokens"
{
"TF_playerid_mediccharge_wpn" "Über: %s1%"
}
}
[/code]
kittyNUTSincrease the size of the healers health and uber percentage
snip
NUTSremove the name of the healer and the name of the current medi gunsnip
works, thank you! However, the uber percentage value gets cut off at the top a little bit by changing the font @targetdatalabel. is there a workaround?
snip
[quote=NUTS]remove the name of the healer and the name of the current medi gun[/quote]
snip
[/quote]
works, thank you! However, the uber percentage value gets cut off at the top a little bit by changing the font @targetdatalabel. is there a workaround?
NUTSworks, thank you! However, the uber percentage value gets cut off at the top a little bit by changing the font @targetdatalabel. is there a workaround?
Play around with the ypos and tall values and see if that works
Play around with the ypos and tall values and see if that works
I'm trying to install HelveticaNeueLT-BoldExt on Hypnotize's new m0rehud but I think I missed a step because all I get is this bugged font even after following the github's instructions. Does anyone know what happened?
https://imgur.com/a/oCkRiAq[img][/img]
troyI'm trying to install HelveticaNeueLT-BoldExt on Hypnotize's new m0rehud but I think I missed a step because all I get is this bugged font even after following the github's instructions. Does anyone know what happened?
https://imgur.com/a/oCkRiAq
The wiki guide was actually missing a step, so that's my bad, it probably slipped through when I imported the new pages.
I followed the instructions step by step myself just to check if everything is correct now and it seems to be working, try following the second step and let me know if it works then.
If it still doesn't work then there might be something wrong with your font installation I guess, the console might also throw an error on game lanch if that's the case.
https://imgur.com/a/oCkRiAq[img][/img][/quote]
The wiki guide was actually missing a step, so that's my bad, it probably slipped through when I imported the new pages.
I followed the instructions step by step myself just to check if everything is correct now and it seems to be working, try following the second step and let me know if it works then.
If it still doesn't work then there might be something wrong with your font installation I guess, the console might also throw an error on game lanch if that's the case.
HypnotizetroyI'm trying to install HelveticaNeueLT-BoldExt on Hypnotize's new m0rehud but I think I missed a step because all I get is this bugged font even after following the github's instructions. Does anyone know what happened?
https://imgur.com/a/oCkRiAq
The wiki guide was actually missing a step, so that's my bad, it probably slipped through when I imported the new pages.
I followed the instructions step by step myself just to check if everything is correct now and it seems to be working, try following the second step and let me know if it works then.
If it still doesn't work then there might be something wrong with your font installation I guess, the console might also throw an error on game lanch if that's the case.
Sorry for not responding earlier but yes it worked, thank you
https://imgur.com/a/oCkRiAq[img][/img][/quote]
The wiki guide was actually missing a step, so that's my bad, it probably slipped through when I imported the new pages.
I followed the instructions step by step myself just to check if everything is correct now and it seems to be working, try following the second step and let me know if it works then.
If it still doesn't work then there might be something wrong with your font installation I guess, the console might also throw an error on game lanch if that's the case.[/quote]
Sorry for not responding earlier but yes it worked, thank you
how do i make my heal target health real big and in the middle of my screen like this
https://i.imgur.com/5uffhom.png
i tried but it's anchored to the left side of the targetID and i couldn't figure out how to move it. pls&ty&ily
[img]https://i.imgur.com/5uffhom.png[/img]
i tried but it's anchored to the left side of the targetID and i couldn't figure out how to move it. pls&ty&ily
How do I make "CTFLogoPanel" stay the same radius/diameter once I click it? (Its the spinny thingy next to Queued For Casual/MvM/Competitive on the main menu)
how to get a shadow on a kill feed? not an outline, a shadow
tried duplicating it and offsetting it 1-2 pixels down and to the right and it doesnt work for me so looking for a better or rather a working solution to achieve that
tried duplicating it and offsetting it 1-2 pixels down and to the right and it doesnt work for me so looking for a better or rather a working solution to achieve that
how do i change position of my killfeed for it to be lower? my killfeed overlaps player panel at the top. The problem is i tried changing one ypos at a time then tried changing two of these yposes and then typed in console hud_reloadscheme yet nothing changed. heres the code:
HudDeathNotice
{
"fieldName" "HudDeathNotice"
"visible" "1"
"enabled" "1"
"xpos" "r640" [$WIN32]
"ypos" "18" [$WIN32]
"xpos" "r672" [$X360]
"ypos" "35" [$X360]
"wide" "628"
"tall" "468"
"MaxDeathNotices" "4"
"IconScale" "0.35"
"LineHeight" "16"
"LineSpacing" "4"
"CornerRadius" "3"
"RightJustify" "1" // If 1, draw notices from the right
"TextFont" "Default"
"TeamBlue" "HUDBlueTeamSolid"
"TeamRed" "HUDRedTeamSolid"
"IconColor" "HudWhite"
"LocalPlayerColor" "HUDBlack"
"BaseBackgroundColor" "46 43 42 220" [$WIN32]
"LocalBackgroundColor" "245 229 196 200" [$WIN32]
"BaseBackgroundColor" "32 32 32 255" [$X360]
"LocalBackgroundColor" "0 0 0 255" [$X360]
}
also how to make queue for casual panel move to the right? it overlaps with my party panel
HudDeathNotice
{
"fieldName" "HudDeathNotice"
"visible" "1"
"enabled" "1"
"xpos" "r640" [$WIN32]
"ypos" "18" [$WIN32]
"xpos" "r672" [$X360]
"ypos" "35" [$X360]
"wide" "628"
"tall" "468"
"MaxDeathNotices" "4"
"IconScale" "0.35"
"LineHeight" "16"
"LineSpacing" "4"
"CornerRadius" "3"
"RightJustify" "1" // If 1, draw notices from the right
"TextFont" "Default"
"TeamBlue" "HUDBlueTeamSolid"
"TeamRed" "HUDRedTeamSolid"
"IconColor" "HudWhite"
"LocalPlayerColor" "HUDBlack"
"BaseBackgroundColor" "46 43 42 220" [$WIN32]
"LocalBackgroundColor" "245 229 196 200" [$WIN32]
"BaseBackgroundColor" "32 32 32 255" [$X360]
"LocalBackgroundColor" "0 0 0 255" [$X360]
}
also how to make queue for casual panel move to the right? it overlaps with my party panel
https://www.youtube.com/watch?v=1m239ZwVIKg&ab_channel=hubert
anyone got this m0rehud black edit? if not could someone recreate it for me, been wanting it for awhile
anyone got this m0rehud black edit? if not could someone recreate it for me, been wanting it for awhile
how to make teammate health indicate overheal and low on health with boxes?
Using SkyHUD https://tf2huds.dev/hud/skyhud
Using SkyHUD https://tf2huds.dev/hud/skyhud
just my luck that i find this thread, i've been going mad over something for a solid hour.
quick rundown:
i have a custom hud (DeerHud), and i want to reorganize the layout of the loadout screen to look like this:
https://imgur.com/a/sRnuOHe
the problem is that i can't find a solid source of information on how to do that.
i'm familiar with modding and editing .txt files, so i just need to know what files to edit.
quick rundown:
i have a custom hud (DeerHud), and i want to reorganize the layout of the loadout screen to look like this:
https://imgur.com/a/sRnuOHe
the problem is that i can't find a solid source of information on how to do that.
i'm familiar with modding and editing .txt files, so i just need to know what files to edit.
I've been messing around with Sayo3 and I was wondering if anyone can help me with a way to get menu backgrounds that don't get stretched and pixelated like the one in the pic https://imgur.com/a/NGIgiDb
How do I bring up the weapon name when I'm a target of a medic beam?
for example...
https://i.imgur.com/zks3mJ6.jpeg
currently while being healed...
for example...
[img]https://i.imgur.com/zks3mJ6.jpeg[/img]
currently while being healed...
[img]https://i.imgur.com/MI8Omjb.jpeg[/img]
I'm using an old version of knhud but the player health on kill cam (the one that kills you) is not showing up. I have no idea what the file in resouce is called
jp_How do I bring up the weapon name when I'm a target of a medic beam?
for example...
https://i.imgur.com/zks3mJ6.jpeg
currently while being healed...
https://i.imgur.com/MI8Omjb.jpeg
remove "TF_playerid_mediccharge" & "TF_playerid_mediccharge_wpn" entries from resource/chat_english.txt
LupusI'm using an old version of knhud but the player health on kill cam (the one that kills you) is not showing up. I have no idea what the file in resouce is called
ui/freezepanelkillerhealth.res
for example...
[img]https://i.imgur.com/zks3mJ6.jpeg[/img]
currently while being healed...
[img]https://i.imgur.com/MI8Omjb.jpeg[/img][/quote]
remove "TF_playerid_mediccharge" & "TF_playerid_mediccharge_wpn" entries from resource/chat_english.txt
[quote=Lupus]I'm using an old version of knhud but the player health on kill cam (the one that kills you) is not showing up. I have no idea what the file in resouce is called[/quote]
ui/freezepanelkillerhealth.res
Which file I need to edit to move this part of the hud?
https://i.imgur.com/kyW760u.png
I am using G-Mang Hud.
https://i.imgur.com/kyW760u.png
I am using G-Mang Hud.
https://imgur.com/a/OKO07zj
how can I change this font ?
how can I change this font ?
digoWhich file I need to edit to move this part of the hud?
https://i.imgur.com/kyW760u.png
I am using G-Mang Hud.
targetid, if I'm not mistaken.
https://i.imgur.com/kyW760u.png
I am using G-Mang Hud.[/quote]
targetid, if I'm not mistaken.
digoWhich file I need to edit to move this part of the hud?
https://i.imgur.com/kyW760u.png
I am using G-Mang Hud.
huditemeffectmeter_killstreak.res
https://i.imgur.com/kyW760u.png
I am using G-Mang Hud.[/quote]
huditemeffectmeter_killstreak.res
how do i edit the thing at the top of your screen? where it shows your teams health, whos dead/alive etc.
catwifhow do i edit the thing at the top of your screen? where it shows your teams health, whos dead/alive etc.
hudmatchstatus.res
hudmatchstatus.res
the yposition for the thing i circled cannot be changed for some reason, but everything else such as its size can be changed by editing the following. it just doesnt work for ypos. somebody help :(
"DeathPanel"
{
"ControlName" "ImagePanel"
"fieldName" "DeathPanel"
"xpos" "cs-0.5"
"ypos" "0"
"zpos" "0"
"wide" "f0"
"tall" "26"
"visible" "1"
"enabled" "1"
"image" "../HUD/comp_player_status"
"scaleImage" "1"
"proportionaltoparent" "1"
}
the yposition for the thing i circled cannot be changed for some reason, but everything else such as its size can be changed by editing the following. it just doesnt work for ypos. somebody help :(
[code]
"DeathPanel"
{
"ControlName" "ImagePanel"
"fieldName" "DeathPanel"
"xpos" "cs-0.5"
"ypos" "0"
"zpos" "0"
"wide" "f0"
"tall" "26"
"visible" "1"
"enabled" "1"
"image" "../HUD/comp_player_status"
"scaleImage" "1"
"proportionaltoparent" "1"
}
[/code]
https://imgur.com/a/7NdjWZ9
I removed the payload progress from the hud but when the cart is touched this animation still pops up. Does anyone know what file I have to look at to disable it?
I removed the payload progress from the hud but when the cart is touched this animation still pops up. Does anyone know what file I have to look at to disable it?
catwifhttps://cdn.discordapp.com/attachments/1092271890669764720/1221657656687726623/image.png?ex=6613605a&is=6600eb5a&hm=0e013dc6113cedd488dd0354a16de65795188ce0a62d5e15904ce84a0be87ef8&
the yposition for the thing i circled cannot be changed for some reason, but everything else such as its size can be changed by editing the following. it just doesnt work for ypos. somebody help :(
"DeathPanel" { "ControlName" "ImagePanel" "fieldName" "DeathPanel" "xpos" "cs-0.5" "ypos" "0" "zpos" "0" "wide" "f0" "tall" "26" "visible" "1" "enabled" "1" "image" "../HUD/comp_player_status" "scaleImage" "1" "proportionaltoparent" "1" }
kittyAlchemistI cannot adjust the "DeathPanel" or "SkullPanel" to move the 5 additional units down.
You'll need to edit your hudanimations file in the scripts folder. Add a new event like so:
event TeamStatus_PlayerDead
{
Animate DeathPanel ypos 0 Accel 0 0.2
Animate SkullPanel ypos 0 Accel 0 0.2
Animate respawntime ypos 0 Accel 0 0.2
}
event TeamStatus_PlayerAlive
{
Animate DeathPanel ypos 0 Accel 0 0.2
Animate SkullPanel ypos 0 Accel 0 0.2
Animate respawntime ypos 0 Accel 0 0.2
}
And then just change the ypos values
the yposition for the thing i circled cannot be changed for some reason, but everything else such as its size can be changed by editing the following. it just doesnt work for ypos. somebody help :(
[code]
"DeathPanel"
{
"ControlName" "ImagePanel"
"fieldName" "DeathPanel"
"xpos" "cs-0.5"
"ypos" "0"
"zpos" "0"
"wide" "f0"
"tall" "26"
"visible" "1"
"enabled" "1"
"image" "../HUD/comp_player_status"
"scaleImage" "1"
"proportionaltoparent" "1"
}
[/code][/quote]
[quote=kitty][quote=Alchemist]I cannot adjust the "DeathPanel" or "SkullPanel" to move the 5 additional units down.[/quote]
You'll need to edit your hudanimations file in the scripts folder. Add a new event like so:
event TeamStatus_PlayerDead
{
Animate DeathPanel ypos 0 Accel 0 0.2
Animate SkullPanel ypos 0 Accel 0 0.2
Animate respawntime ypos 0 Accel 0 0.2
}
event TeamStatus_PlayerAlive
{
Animate DeathPanel ypos 0 Accel 0 0.2
Animate SkullPanel ypos 0 Accel 0 0.2
Animate respawntime ypos 0 Accel 0 0.2
}
And then just change the ypos values[/quote]