Zetosxxnerdi was looking at jarateking's hud references and it says that putting custom materials in the vgui/replay/thumbnails folder works in sv_pure 2 so idk why it wouldnt work
That is the path to make a lot of custom images to load (alongside preloading), but specifically for the match HUD it's hard-coded like that, sorry.
As a rule of thumb you can spot what can be changed and what can't from checking up-to-date HUD's in what they customize. Surely they would propose their own renditions of those icons if that was possible, alas it doesn't work in pure servers, so devs don't bother.
In regards to the video, very likely it's a recording of a demo, of which has no constraints of sv_pure.
I see, thanks for the help anyway
[quote=Zetos][quote=xxnerd]i was looking at jarateking's hud references and it says that putting custom materials in the vgui/replay/thumbnails folder works in sv_pure 2 so idk why it wouldnt work[/quote]
That is the path to make a lot of custom images to load (alongside preloading), but specifically for the match HUD it's hard-coded like that, sorry.
As a rule of thumb you can spot what can be changed and what can't from checking up-to-date HUD's in what they customize. Surely they would propose their own renditions of those icons if that was possible, alas it doesn't work in pure servers, so devs don't bother.
In regards to the video, very likely it's a recording of a demo, of which has no constraints of sv_pure.[/quote]
I see, thanks for the help anyway
how do i change the postion of the information of the medic that is healing me, like the name of the medic, name of medic gun, the uber percentage on the uber gun, etc
how do i change the postion of the information of the medic that is healing me, like the name of the medic, name of medic gun, the uber percentage on the uber gun, etc
which file do I edit to change the domination and revenge text in the killfeed?
example
which file do I edit to change the domination and revenge text in the killfeed?
[url=https://imgur.com/a/e93YHvc]example[/url]
Zinc
chat_english.txt in resource
ur looking for "Msg_Dominating" and "Msg_Revenge"
[quote=Zinc][/quote]
chat_english.txt in resource
ur looking for "Msg_Dominating" and "Msg_Revenge"
meyyZinc
chat_english.txt in resource
ur looking for "Msg_Dominating" and "Msg_Revenge"
"Msg_Dominating" and "Msg_Revenge" isnt in that txt file, im using hypnotize hud could it be in a different place?
[quote=meyy][quote=Zinc][/quote]
chat_english.txt in resource
ur looking for "Msg_Dominating" and "Msg_Revenge"[/quote]
"Msg_Dominating" and "Msg_Revenge" isnt in that txt file, im using hypnotize hud could it be in a different place?
where would the solemn vow text be for looking at an enemy? would like to add an outline to the text/box around it
where would the solemn vow text be for looking at an enemy? would like to add an outline to the text/box around it
Zinc"Msg_Dominating" and "Msg_Revenge" isnt in that txt file, im using hypnotize hud could it be in a different place?
you can just add those lines into the txt file
[quote=Zinc]"Msg_Dominating" and "Msg_Revenge" isnt in that txt file, im using hypnotize hud could it be in a different place?[/quote]
you can just add those lines into the txt file
does anyone know where the class portraits for the match hud are located?
also the files for the class icons on the scoreboard
ty
does anyone know where the class portraits for the match hud are located?
also the files for the class icons on the scoreboard
ty
zandawhere the class portraits for the match hud are located?
materials/vgui/class_portraits. It's kinda confusing but this hud from warpedTF2's stream has custom class portraits so you can use it as a reference.
[quote=zanda]where the class portraits for the match hud are located?[/quote]
materials/vgui/class_portraits. It's kinda confusing but this [url=https://www.dropbox.com/sh/vssobz0zjm3k8ug/AACVKnPhXOl29233Z1u8zJaZa?dl=0]hud[/url] from warpedTF2's stream has custom class portraits so you can use it as a reference.
doikuzandawhere the class portraits for the match hud are located?
materials/vgui/class_portraits.
thanks! I replaced them on my hud and they work on local servers and mge but not valve servers or serveme. is this an sv_pure thing and is there a way to fix it somehow?
[quote=doiku][quote=zanda]where the class portraits for the match hud are located?[/quote]
materials/vgui/class_portraits.[/quote]
thanks! I replaced them on my hud and they work on local servers and mge but not valve servers or serveme. is this an sv_pure thing and is there a way to fix it somehow?
Is there a way to animate the floating TargetID health numbers for buffs and low health? The buff and low health colors are there when I turn off floating TargetID but I would like them for both. I thought it was just my hud but I saw other huds also did not have buff or low health indicators for the floating health numbers. Let me know if it is even possible at all.
These numbers:
https://i.imgur.com/q8bmk3b.jpg
https://i.imgur.com/5la4DbX.jpg
I've tinkered around with my hud animations and still haven't gotten it to work. Here's what they look like:
https://imgur.com/a/RJJv1k6
Is there a way to animate the floating TargetID health numbers for buffs and low health? The buff and low health colors are there when I turn off floating TargetID but I would like them for both. I thought it was just my hud but I saw other huds also did not have buff or low health indicators for the floating health numbers. Let me know if it is even possible at all.
These numbers:
[img]https://i.imgur.com/q8bmk3b.jpg[/img]
[img]https://i.imgur.com/5la4DbX.jpg[/img]
I've tinkered around with my hud animations and still haven't gotten it to work. Here's what they look like:
https://imgur.com/a/RJJv1k6
zandathanks! I replaced them on my hud and they work on local servers and mge but not valve servers or serveme. is this an sv_pure thing and is there a way to fix it somehow?
From just a while earlier:
Show Content
ZetosxxnerdZetosxxnerdim trying to replace the match hud class avatars with scoreboard class icons like this:
https://imgur.com/lMXCb0M
i've tried referencing the root vtf file in hudmatchstatus.res and also made the scoreboard icons as custom material files but it doesnt work, anyone know what im doing wrong?
https://imgur.com/a/KO6RDNa
Any sort of override only works in sv_pure 0 (even by preloading), so make sure the listen server you're testing in is not pure 1/2 and that you're ok with it not working in casual and most pugs.
that first screen is from this youtube vid https://www.youtube.com/watch?v=Zq9m74GH5Yo (the guy linked his hud but its dead) i also checked the sv_pure value and its on 0.
besides i was looking at jarateking's hud references and it says that putting custom materials in the vgui/replay/thumbnails folder works in sv_pure 2 so idk why it wouldnt work
That is the path to make a lot of custom images to load (alongside preloading), but specifically for the match HUD it's hard-coded like that, sorry.
As a rule of thumb you can spot what can be changed and what can't from checking up-to-date HUD's in what they customize. Surely they would propose their own renditions of those icons if that was possible, alas it doesn't work in pure servers, so devs don't bother.
In regards to the video, very likely it's a recording of a demo, of which has no constraints of sv_pure.
[quote=zanda]thanks! I replaced them on my hud and they work on local servers and mge but not valve servers or serveme. is this an sv_pure thing and is there a way to fix it somehow?[/quote]
From just a while earlier:
[spoiler][quote=Zetos][quote=xxnerd][quote=Zetos][quote=xxnerd]im trying to replace the match hud class avatars with scoreboard class icons like this:
https://imgur.com/lMXCb0M
i've tried referencing the root vtf file in hudmatchstatus.res and also made the scoreboard icons as custom material files but it doesnt work, anyone know what im doing wrong?
https://imgur.com/a/KO6RDNa[/quote]
Any sort of override only works in sv_pure 0 (even by preloading), so make sure the listen server you're testing in is not pure 1/2 and that you're ok with it not working in casual and most pugs.[/quote]
that first screen is from this youtube vid https://www.youtube.com/watch?v=Zq9m74GH5Yo (the guy linked his hud but its dead) i also checked the sv_pure value and its on 0.
besides i was looking at jarateking's hud references and it says that putting custom materials in the vgui/replay/thumbnails folder works in sv_pure 2 so idk why it wouldnt work[/quote]
That is the path to make a lot of custom images to load (alongside preloading), but specifically for the match HUD it's hard-coded like that, sorry.
As a rule of thumb you can spot what can be changed and what can't from checking up-to-date HUD's in what they customize. Surely they would propose their own renditions of those icons if that was possible, alas it doesn't work in pure servers, so devs don't bother.
In regards to the video, very likely it's a recording of a demo, of which has no constraints of sv_pure.[/quote][/spoiler]
reakowhere would the solemn vow text be for looking at an enemy? would like to add an outline to the text/box around it
got an answer in another thread, ty meyy
meyyits a hud edit, [HUD]->resource->ui->targetID
look for TargetDataLabel and for most huds you can just change the font size. ur fonts to go from are in ClientScheme.res in resource folder. this also increases visibility on a medic you are being healed by uber% and building health for engie
and I recommend removing the "Ubercharge:" label by going into chat_english also in resource and changing most targetID values. these are mine
[quote=reako]where would the solemn vow text be for looking at an enemy? would like to add an outline to the text/box around it[/quote]
got an answer in another thread, ty meyy
[quote=meyy]
its a hud edit, [HUD]->resource->ui->targetID
look for TargetDataLabel and for most huds you can just change the font size. ur fonts to go from are in ClientScheme.res in resource folder. this also increases visibility on a medic you are being healed by uber% and building health for engie
and I recommend removing the "Ubercharge:" label by going into chat_english also in resource and changing most targetID values. these are mine[/quote]
just downloaded kn-edit, how do i get rid of the timer panel on top? https://imgur.com/a/IYJfv5T
edit: figured out i just need to reduce tall and wide values of round counter in HudMatchStatus.res to 0
just downloaded kn-edit, how do i get rid of the timer panel on top? https://imgur.com/a/IYJfv5T
edit: figured out i just need to reduce tall and wide values of round counter in HudMatchStatus.res to 0
is it possible to make a button on the menu to execute whatever console commands I want? if so is there a like base button somewhere
Im assuming something like this should be easy
is it possible to make a button on the menu to execute whatever console commands I want? if so is there a like base button somewhere
Im assuming something like this should be easy
Hey guys, is there a way to edit player status so that they won't be pushed to the right when a player had 2 or more "status".
https://ibb.co/4KQr4hq
https://ibb.co/8sMxy6X
Hey guys, is there a way to edit player status so that they won't be pushed to the right when a player had 2 or more "status".
[img]https://ibb.co/4KQr4hq[/img]
[img]https://ibb.co/8sMxy6X[/img]
How do you edit an existing button's command? I'm trying to change the "quit" button on the matchmakingdashboard, but it only works if the command is "quit".
How do you edit an existing button's command? I'm trying to change the "quit" button on the matchmakingdashboard, but it only works if the command is "quit".
how do i add a background on the loading screen? like above the stats screen when you join a server
how do i add a background on the loading screen? like above the stats screen when you join a server
How do I change the background for the demoman charge meter, like the color of the sticky charge meter when its zero charge
How do I change the background for the demoman charge meter, like the color of the sticky charge meter when its zero charge
ApathyHow do I change the background for the demoman charge meter, like the color of the sticky charge meter when its zero charge
change bgcolor or bgcolor_override under ChargeMeter in ui/huddemomancharge
[quote=Apathy]How do I change the background for the demoman charge meter, like the color of the sticky charge meter when its zero charge[/quote]
change bgcolor or bgcolor_override under ChargeMeter in ui/huddemomancharge
what am i supposed to edit to change the size of the overheal/low hp box in m0rehud black 2.0 ? https://github.com/Hypnootize/m0rehud-Black-2.0
what am i supposed to edit to change the size of the overheal/low hp box in m0rehud black 2.0 ? https://github.com/Hypnootize/m0rehud-Black-2.0
viewmodel/crosshair script for someone who only uses invprev & invnext for weapon binds?
context: i play soldier and only care about RL + melee. i want viewmodels drawn on melee and nothing on RL
i have a key and like 15 ref if that's an incentive LOL
viewmodel/crosshair script for someone who only uses invprev & invnext for weapon binds?
context: i play soldier and only care about RL + melee. i want viewmodels drawn on melee and nothing on RL
i have a key and like 15 ref if that's an incentive LOL
Crit_Noobviewmodel/crosshair script for someone who only uses invprev & invnext for weapon binds?
context: i play soldier and only care about RL + melee. i want viewmodels drawn on melee and nothing on RL
i have a key and like 15 ref if that's an incentive LOL
You could use yttrium's comp viewmodels or this instead of a script, more reliable.
[quote=Crit_Noob]viewmodel/crosshair script for someone who only uses invprev & invnext for weapon binds?
context: i play soldier and only care about RL + melee. i want viewmodels drawn on melee and nothing on RL
i have a key and like 15 ref if that's an incentive LOL[/quote]
You could use [url=https://www.teamfortress.tv/34834/yttriums-competitive-viewmodels]yttrium's comp viewmodels[/url] or [url=https://www.teamfortress.tv/post/1040793/horses-viewmodel-customizer]this[/url] instead of a script, more reliable.
a_horseCrit_Noobviewmodel/crosshair script for someone who only uses invprev & invnext for weapon binds?
context: i play soldier and only care about RL + melee. i want viewmodels drawn on melee and nothing on RL
i have a key and like 15 ref if that's an incentive LOL
You could use yttrium's comp viewmodels or this instead of a script, more reliable.
above and beyond what i wanted, great functionality for all the classes. ty!!
[quote=a_horse][quote=Crit_Noob]viewmodel/crosshair script for someone who only uses invprev & invnext for weapon binds?
context: i play soldier and only care about RL + melee. i want viewmodels drawn on melee and nothing on RL
i have a key and like 15 ref if that's an incentive LOL[/quote]
You could use [url=https://www.teamfortress.tv/34834/yttriums-competitive-viewmodels]yttrium's comp viewmodels[/url] or [url=https://www.teamfortress.tv/post/1040793/horses-viewmodel-customizer]this[/url] instead of a script, more reliable.[/quote]
above and beyond what i wanted, great functionality for all the classes. ty!!
How do I fix control point icons reseting to default after capping?
https://cdn.discordapp.com/attachments/776186410436788267/899673066081230888/unknown.png
what am i supposed to edit to change the position of the spectator tournament panels positions?
im using https://huds.tf/site/s-ZONAhud and would like to move the both team's panels to be on the same side and not opposite sides
what am i supposed to edit to change the position of the spectator tournament panels positions?
im using https://huds.tf/site/s-ZONAhud and would like to move the both team's panels to be on the same side and not opposite sides
how do I get rid of the foot icon (shows when stunned)
https://cdn.discordapp.com/attachments/720453268274413689/904584724071211008/unknown.png
shinsowhat am i supposed to edit to change the position of the spectator tournament panels positions?
im using https://huds.tf/site/s-ZONAhud and would like to move the both team's panels to be on the same side and not opposite sides
One of the x values under specgui in SpectatorTournament.res.
zandahow do I get rid of the foot icon (shows when stunned)
https://cdn.discordapp.com/attachments/720453268274413689/904584724071211008/unknown.png
Disable PlayerStatusSlowed in HudPlayerHealth.res
[quote=shinso]what am i supposed to edit to change the position of the spectator tournament panels positions?
im using https://huds.tf/site/s-ZONAhud and would like to move the both team's panels to be on the same side and not opposite sides[/quote]
One of the x values under specgui in SpectatorTournament.res.
[quote=zanda]how do I get rid of the foot icon (shows when stunned)
https://cdn.discordapp.com/attachments/720453268274413689/904584724071211008/unknown.png[/quote]
Disable PlayerStatusSlowed in HudPlayerHealth.res
doikuDisable PlayerStatusSlowed in HudPlayerHealth.res
ty king
[quote=doiku]Disable PlayerStatusSlowed in HudPlayerHealth.res[/quote]
ty king
why does my health and ammo look much bigger than they should be and how do i make it smaller?
https://imgur.com/a/SMyW4kH
why does my health and ammo look much bigger than they should be and how do i make it smaller?
https://imgur.com/a/SMyW4kH