deleted
If there is no entry in your custom folder, or custom animation, for certain hud elements, the game will fallback to the default ones that are included with the rest of the game files.
Hi I made the health font size one size bigger in spectatorguihealth.res and now the first number gets cut off and sometimes it wont even show the entire number, just the first number followed by "..." does anyone know how to fix this?
[img]https://i.imgur.com/W99oQod.jpg[/img]
[img]https://i.imgur.com/b8vqr7X.jpg[/img]
visa
Make tall and wide values a bit bigger of that part of the file. This may also cause you to change the x and ypos to recenter the numbers
Make tall and wide values a bit bigger of that part of the file. This may also cause you to change the x and ypos to recenter the numbers
doikuvisaMake tall and wide values a bit bigger of that part of the file. This may also cause you to change the x and ypos to recenter the numbers
tried that but the more i raise tall and wide, the more it cuts it off even when i reposition it :/
Make tall and wide values a bit bigger of that part of the file. This may also cause you to change the x and ypos to recenter the numbers[/quote]
tried that but the more i raise tall and wide, the more it cuts it off even when i reposition it :/
Try making the targetID entry in hudlayout.res a bit bigger.
In spectator tournament mode, I want to move one team to the other side, and changing the font
. Also making the lines a bit thicker.
I'm talking about doing this and centering both sides https://imgur.com/a/En300Uh
edit: I did what I wanted :).
another edit: How do I separate the uber %? I've seen that it's an addon but I can't get it to work.
[s]
I'm talking about doing this and centering both sides https://imgur.com/a/En300Uh[/s]. Also making the lines a bit thicker.
edit: I did what I wanted :).
another edit: How do I separate the uber %? I've seen that it's an addon but I can't get it to work.
is there any way to preload custom icons for the match hud?
e.g.
https://i.imgur.com/Y83MQj7.png
doesn't seem to work on sv_pure
e.g.
[img]https://i.imgur.com/Y83MQj7.png[/img]
doesn't seem to work on sv_pure
mmrarkteis there a way to change vtf crosshairs ingame?
you can edit the .vtf file (the file with the image of the crosshair) and do "mat_reloadmaterial thumbnails"
you can't change the crosshair selected only the image of the selected crosshair if you get what i mean
you can edit the .vtf file (the file with the image of the crosshair) and do "mat_reloadmaterial thumbnails"
you can't change the crosshair selected only the image of the selected crosshair if you get what i mean
Downloaded a new hud, was all well until I noticed on sniper sometimes it randomly disables the sniper scope, one life it wil be there, another it will be gone. Anyway I can edit it to not do that?
is there a way to use taking damage as an event in animations?
eg: health value flashing similar to hitmarkers when you take damage as opposed to deal damage?
eg: health value flashing similar to hitmarkers when you take damage as opposed to deal damage?
When the medic is healing you, his medigun name is displayed. Is there a way to remove that?
UltrixWhen the medic is healing you, his medigun name is displayed. Is there a way to remove that?
Yes. Find "chat_english.txt" in your resource folder and add these lines there:
//SHORTER MEDIGUN NAME
"TF_playerid_mediccharge" "%s1%"
"TF_playerid_mediccharge_wpn" "%s1% (%s2)"
Yes. Find "chat_english.txt" in your resource folder and add these lines there:
//SHORTER MEDIGUN NAME
"TF_playerid_mediccharge" "%s1%"
"TF_playerid_mediccharge_wpn" "%s1% (%s2)"
Hey, I love 12F's hud but for whatever reason it crashes my game trying to queue for casual (just clicking the "casual" button does it.) I know hypnotize doesn't maintain that one but he hosts a download here if anyone smart had some spare time and wanted to see what (or if) anything is broken in there or if it's just me. Thanks
how do i change the threshold for the low heath pulse? I want to make it so that if I'm unbuffed, my health pulses red. Can anyone help??
Adderalhow do i change the threshold for the low heath pulse? I want to make it so that if I'm unbuffed, my health pulses red. Can anyone help??
https://cdn.discordapp.com/attachments/459468230021480488/1026494130983010455/unknown.png
change to 1
[img]https://cdn.discordapp.com/attachments/459468230021480488/1026494130983010455/unknown.png[/img]
change to 1
How do I make certain elements disappear when others are on screen? I'm trying to make a box that goes with my ammo disappear when I'm switched to the mini-gun, but I can't figure it out.
on my team status display there are no respawn timers for my dead teammates.
https://i.imgur.com/35JW1Ac.png
how do I add the respawn timers? I'd prefer to have the timer overlaid on the class portrait, like how it is on m0rehud.
https://i.imgur.com/35JW1Ac.png
how do I add the respawn timers? I'd prefer to have the timer overlaid on the class portrait, like how it is on m0rehud.
-snowon my team status display there are no respawn timers for my dead teammates.
https://i.imgur.com/35JW1Ac.png
how do I add the respawn timers? I'd prefer to have the timer overlaid on the class portrait, like how it is on m0rehud.
in resource/ui/hudmatchstatus.res you'll find "TeamStatus" which has "playerpanels_kv"
"playerpanels_kv" contains all the elements of a single portrait (classimage, healthbar, etc)
check for a RespawnTimer there. m0rehud's looks like this
{
"ControlName" "CExLabel"
"fieldName" "respawntime"
"font" "m0refont12Shadow"
"xpos" "cs-0.5"
"ypos" "cs-0.5"
"zpos" "10"
"wide" "f0"
"tall" "f0"
"visible" "1"
"labelText" "%respawntime%"
"textAlignment" "center"
"proportionaltoparent" "1"
"fgcolor" "255 255 0 255"
}
https://i.imgur.com/35JW1Ac.png
how do I add the respawn timers? I'd prefer to have the timer overlaid on the class portrait, like how it is on m0rehud.[/quote]
in resource/ui/hudmatchstatus.res you'll find "TeamStatus" which has "playerpanels_kv"
"playerpanels_kv" contains all the elements of a single portrait (classimage, healthbar, etc)
check for a RespawnTimer there. m0rehud's looks like this
[spoiler] "respawntime"
{
"ControlName" "CExLabel"
"fieldName" "respawntime"
"font" "m0refont12Shadow"
"xpos" "cs-0.5"
"ypos" "cs-0.5"
"zpos" "10"
"wide" "f0"
"tall" "f0"
"visible" "1"
"labelText" "%respawntime%"
"textAlignment" "center"
"proportionaltoparent" "1"
"fgcolor" "255 255 0 255"
}[/spoiler]
https://i.imgur.com/9EkOrI8.png
anyone know why this is in the top left corner?
im pretty sure its in the hudmatchstatus but i cannot figure out why and cant get it to go away
anyone know why this is in the top left corner?
im pretty sure its in the [url=https://pastebin.com/R4S58bwR]hudmatchstatus[/url] but i cannot figure out why and cant get it to go away
donovinhttps://i.imgur.com/9EkOrI8.png
anyone know why this is in the top left corner?
im pretty sure its in the hudmatchstatus but i cannot figure out why and cant get it to go away
add this to the removed elements stuff =)
"BlueTeamPanel"
{
"ControlName" "CModelPanel"
"xpos" "9999"
}
"RedTeamPanel"
{
"ControlName" "CModelPanel"
"xpos" "9999"
}
anyone know why this is in the top left corner?
im pretty sure its in the [url=https://pastebin.com/R4S58bwR]hudmatchstatus[/url] but i cannot figure out why and cant get it to go away[/quote]
add this to the removed elements stuff =)
"BlueTeamPanel"
{
"ControlName" "CModelPanel"
"xpos" "9999"
}
"RedTeamPanel"
{
"ControlName" "CModelPanel"
"xpos" "9999"
}
where is "character_red_bg_clipped" and blu version? i can't find the vtf in tf_textures vpk, i need to change the "clipping" to the console's version
edit:
i "fixed" it by just removing the _clipped in the name and no more cuts :)
edit:
i "fixed" it by just removing the _clipped in the name and no more cuts :)
offering 5 hats to anyone that helps me figure this out.
my current target id looks like this:
https://i.imgur.com/Vjth5Pc.jpeg
basically im trying to make the uber number green and centered below the health like this:
https://i.imgur.com/T2uzqJf.png
the game wont let me change the fgcolor or move the datalabel more left and im too stupid to figure it out
heres da hud: https://files.catbox.moe/8e1p3w.zip
tysm
EDIT: this quest was completed, rewards are not available anymore
my current target id looks like this:
[img]https://i.imgur.com/Vjth5Pc.jpeg[/img]
basically im trying to make the uber number green and centered below the health like this:
[img]https://i.imgur.com/T2uzqJf.png[/img]
the game wont let me change the fgcolor or move the datalabel more left and im too stupid to figure it out
heres da hud: https://files.catbox.moe/8e1p3w.zip
tysm
EDIT: this quest was completed, rewards are not available anymore