How do I disable the disguise overlay thing? It takes up the whole screen and it's quite distracting when going for headshots and stuff. Would appreciate some help :)
@astrin_ should be statpanel_base, using sv_pausable 1 with a pause bind or playing a demo where you have hud elements you want to edit allows you to vgui_drawtree these elements
@shinso it's a hud animation; HudSpyDisguiseChanged/HudSpyDisguiseHide
@shinso it's a hud animation; [i]HudSpyDisguiseChanged[/i]/[i]HudSpyDisguiseHide[/i]
what file and what entry would involve editing the health pickup animation, thx
How do I remove the main menu buttons and change the font?
http://doodlesstuff.com/?tutorial=tf2hud&page=resource << start here + vgui_drawtree 1 & Highlight Selected ticked to figure out which element is which
how do you add the sniper scope removal script to notohud
like i've tried pasting it into hud_animations_tf and the manifest but neither of them work
can someone try doing it and tell me if it works for them or help me with it please
like i've tried pasting it into hud_animations_tf and the manifest but neither of them work
can someone try doing it and tell me if it works for them or help me with it please
fade-how do you add the sniper scope removal script to notohud
like i've tried pasting it into hud_animations_tf and the manifest but neither of them work
can someone try doing it and tell me if it works for them or help me with it please
http://www.teamfortress.tv/22021/remove-sniper-scope/?page=3#81
Make sure you're doing that and then shoot someone for it to work.
Alternatively you can do the runevent inside menuopen and add "voice_menu_1; slot10" to all your class configs.
like i've tried pasting it into hud_animations_tf and the manifest but neither of them work
can someone try doing it and tell me if it works for them or help me with it please[/quote]
http://www.teamfortress.tv/22021/remove-sniper-scope/?page=3#81
Make sure you're doing that and then shoot someone for it to work.
Alternatively you can do the runevent inside menuopen and add "voice_menu_1; slot10" to all your class configs.
fade-how do you add the sniper scope removal script to notohud
like i've tried pasting it into hud_animations_tf and the manifest but neither of them work
can someone try doing it and tell me if it works for them or help me with it please
If you're planning on playing in any leagues, I suggest you don't. They don't allow it.
like i've tried pasting it into hud_animations_tf and the manifest but neither of them work
can someone try doing it and tell me if it works for them or help me with it please[/quote]
If you're planning on playing in any leagues, I suggest you don't. They don't allow it.
http://i.imgur.com/uM71DAj.jpg?1
how do i make this intelligence box smaller?
how do i make this intelligence box smaller?
JarateKingfade-how do you add the sniper scope removal script to notohudhttp://www.teamfortress.tv/22021/remove-sniper-scope/?page=3#81
like i've tried pasting it into hud_animations_tf and the manifest but neither of them work
can someone try doing it and tell me if it works for them or help me with it please
Make sure you're doing that and then shoot someone for it to work.
Alternatively you can do the runevent inside menuopen and add "voice_menu_1; slot10" to all your class configs.
i copied the stuff on page 3 into animations, as well as the runevent scoperemoval on the first post
https://gyazo.com/2ec2d621ddc0378da47092908bbf09f9 , https://gyazo.com/2ad72e8d12014733e2df02d908c82c3c is there something i'm doing wrong?
omnifade-how do you add the sniper scope removal script to notohud
like i've tried pasting it into hud_animations_tf and the manifest but neither of them work
can someone try doing it and tell me if it works for them or help me with it please
If you're planning on playing in any leagues, I suggest you don't. They don't allow it.
thanks for the concern but it's the offseason and this is something i'd like to try tbh
like i've tried pasting it into hud_animations_tf and the manifest but neither of them work
can someone try doing it and tell me if it works for them or help me with it please[/quote]
http://www.teamfortress.tv/22021/remove-sniper-scope/?page=3#81
Make sure you're doing that and then shoot someone for it to work.
Alternatively you can do the runevent inside menuopen and add "voice_menu_1; slot10" to all your class configs.[/quote]
i copied the stuff on page 3 into animations, as well as the runevent scoperemoval on the first post
https://gyazo.com/2ec2d621ddc0378da47092908bbf09f9 , https://gyazo.com/2ad72e8d12014733e2df02d908c82c3c is there something i'm doing wrong?
[quote=omni][quote=fade-]how do you add the sniper scope removal script to notohud
like i've tried pasting it into hud_animations_tf and the manifest but neither of them work
can someone try doing it and tell me if it works for them or help me with it please[/quote]
If you're planning on playing in any leagues, I suggest you don't. They don't allow it.[/quote]
thanks for the concern but it's the offseason and this is something i'd like to try tbh
I'm using broeselhud, but I want to change the health and ammo font to flatlines big noodle font, but whenever I add the definitions to clientscheme.res, and I change it inside of hudplayerhealth and hudammoweapons, I get this.
http://puu.sh/olPgw/c2d008cc67.jpg (No, I didnt mess with any wide and tall lines)
http://puu.sh/olPgw/c2d008cc67.jpg (No, I didnt mess with any wide and tall lines)
Does anyone know how to move the voice menu box? (box with "go go go" and "incoming") i cant find it anywhere in the hudlayout.res
Is it possible to add more background footers? For example I take the background footer lines copy paste them and then have another "box" to play around with. Is that possible?
@quadjack besides defining the font definition with size and which font to use, you also need to add the font to the 'CustomFontFiles' section in clientscheme.res so it's loaded when launching the game.
@jackal176 make sure you change the element name and the fieldname value so they don't try to modify the same thing, but yes, duplicating elements to modify them should work fine.
@jackal176 make sure you change the element name and the fieldname value so they don't try to modify the same thing, but yes, duplicating elements to modify them should work fine.
http://i.imgur.com/Scy0n05.jpg
how do I change this part?
how do I change this part?
n0xhttp://i.imgur.com/Scy0n05.jpg
how do I change this part?
In resource/ui/mainmenuoverride.res at line 1344, you should see this:
//START OF MENU
"ahudLabel"
{
"ControlName" "CExButton"
"fieldName" "ahudLabel"
"font" "NormalCode48"
"labelText" "ahud"
"textAlignment" "center"
"xpos" "0"
"ypos" "62"
"wide" "170"
"tall" "30"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"command" "engine play vo/heavy_battlecry05.mp3"
"fgcolor_override" "ahudWhite"
"border_default" ""
"border_armed" ""
"paintbackground" "0"
how do I change this part?[/quote]
In resource/ui/mainmenuoverride.res at line 1344, you should see this:
[code] //START OF MENU
"ahudLabel"
{
"ControlName" "CExButton"
"fieldName" "ahudLabel"
"font" "NormalCode48"
"labelText" "ahud"
"textAlignment" "center"
"xpos" "0"
"ypos" "62"
"wide" "170"
"tall" "30"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"command" "engine play vo/heavy_battlecry05.mp3"
"fgcolor_override" "ahudWhite"
"border_default" ""
"border_armed" ""
"paintbackground" "0"[/code]
http://imgur.com/2420qBL
Is there a way I can remove this off the vaccinator hud?
Is there a way I can remove this off the vaccinator hud?
Don't use shadows for charge labels unless you cover it up for vaccinator
Dropshadow in font definitions is the workaround
Dropshadow in font definitions is the workaround
Forgive me if this was asked before, but I just don't feel like going through 100 pages of questions and answers to find what I'm looking for. So here's my problem. For most of the huds I've tried, the health/ammo numbers that change colors, based on amount of ammo/health remaining, don't reset to the default color (neither overhealed nor severely damaged). Is this a hud bug or a game bug? If it's a hud bug, can somebody tell me how to fix it? ty
sAvenForgive me if this was asked before, but I just don't feel like going through 100 pages of questions and answers to find what I'm looking for. So here's my problem. For most of the huds I've tried, the health/ammo numbers that change colors, based on amount of ammo/health remaining, don't reset to the default color (neither overhealed nor severely damaged). Is this a hud bug or a game bug? If it's a hud bug, can somebody tell me how to fix it? ty
I am not sure if my answer is 100% correct but it's a game bug as far as I know. What basically happens is that the game keeps the last color for the health/ammo values since the last time you died and that's why you see the overhealed/damaged colors instead of the normal ones sometimes. Doing a hud_reloadscheme should fix this bug.
I am not sure if my answer is 100% correct but it's a game bug as far as I know. What basically happens is that the game keeps the last color for the health/ammo values since the last time you died and that's why you see the overhealed/damaged colors instead of the normal ones sometimes. Doing a hud_reloadscheme should fix this bug.
So, some elements on my main menu are stuck ontop of each other and no matted what I change the ypos to they don't move: http://images.akamai.steamusercontent.com/ugc/267212139238948607/382F50AB0AAC6A320F8A473CB0BCF05C59406291/ Is there anything I can do?
omniAre they being affected by if_competitive?
I don't think so but just FYI I think I may have found a workaround. Thanks for trying to help though! :)
I don't think so but just FYI I think I may have found a workaround. Thanks for trying to help though! :)
How do I edit this panel? http://imgur.com/w3zQaUE
Edit: I figured it out.
Edit: I figured it out.
SnerkHow do I edit this panel? http://imgur.com/w3zQaUE
Edit: I figured it out.
what in hell is that window on the right ? (i know im not helping but i need to know)
Edit: I figured it out.[/quote]
what in hell is that window on the right ? (i know im not helping but i need to know)
tr1pSnerkHow do I edit this panel? http://imgur.com/w3zQaUEwhat in hell is that window on the right ? (i know im not helping but i need to know)
Edit: I figured it out.
vgui_drawtree 1
Edit: I figured it out.[/quote]
what in hell is that window on the right ? (i know im not helping but i need to know)[/quote]
[code]vgui_drawtree 1[/code]
Guacamoletr1pSnerkHow do I edit this panel? http://imgur.com/w3zQaUEwhat in hell is that window on the right ? (i know im not helping but i need to know)
Edit: I figured it out.vgui_drawtree 1
ty
Edit: I figured it out.[/quote]
what in hell is that window on the right ? (i know im not helping but i need to know)[/quote]
[code]vgui_drawtree 1[/code][/quote]
ty
Sooo, I need help...again. So a friend of mine asked me for an "alpha" version of a hud I am working on and this happened: https://gyazo.com/3af5003514bbd591b78f21d992cc62f9 Is this a TF2 Bug? Or is my Hud broken? Also, a custom font I installed which works fine on my computer: http://imgur.com/ybDSkcl doesn't work on my friend's computer: https://gyazo.com/34b51e40d412d37be2ae4a95b865a480 If it is necessary I could link my hud. Just ask!
im trying to update takyahud and when trying to fix timers, i got this **** on my screen :
http://image.noelshack.com/fichiers/2016/16/1461356229-hud.png
1. how do i remove these ? i am confused about the hudmatchstatus.res folder
2. if some good hud person could help teach me how to fix the MM interface on a hud, i'd appreciate
edit : i fixed my timer problem, but im still looking for someone to help me though
http://image.noelshack.com/fichiers/2016/16/1461356229-hud.png[/s]
[s]1. how do i remove these ? i am confused about the hudmatchstatus.res folder[/s]
2. if some good hud person could help teach me how to fix the MM interface on a hud, i'd appreciate
edit : i fixed my timer problem, but im still looking for someone to help me though
What do I edit to remove the health cross in eveHUD?
Here's the dl link: http://tf2.gamebanana.com/guis/download/25711
Here's the dl link: http://tf2.gamebanana.com/guis/download/25711