This may have already been added, but I find no way to have a 6v6 scoreboard. I also made some adjustments to the class selection screen so that pressing e will go to the loadout selection screen, however, fixing/building those 2 would be appreciated
v 3.9 (March 29, 2018)
– Updated to support recent TF2 updates.
– Updated to support recent TF2 updates.
Hey, how can I change the damage numbers back to yellow as they were before? They are red now. But in the hudfile it says
"NegativeColor" "CustomYellow"
Thanks
Thanks
muckelfuqq
hud_combattext_green
hud_combattext_red
hud_combattext_blue
hud_combattext_green
hud_combattext_red
hud_combattext_blue
The issue is that with this or default tf2 hud the scoreboard is white when used with dxlevel 8 and it is quite bugging my eyes :/ (example --> https://i.imgur.com/LLGirVL.jpg ) any fixes?
BigWiggyStyleThe issue is that with this or default tf2 hud the scoreboard is white when used with dxlevel 8 and it is quite bugging my eyes :/ (example --> https://i.imgur.com/LLGirVL.jpg ) any fixes?
That's a dx8 problem, only way to fix it is to use dx9.
That's a dx8 problem, only way to fix it is to use dx9.
NightfaulBigWiggyStyleThe issue is that with this or default tf2 hud the scoreboard is white when used with dxlevel 8 and it is quite bugging my eyes :/ (example --> https://i.imgur.com/LLGirVL.jpg ) any fixes?That's a dx8 problem, only way to fix it is to use dx9.
Id like to see the old scoreboard be an option to use.
That's a dx8 problem, only way to fix it is to use dx9.[/quote] Id like to see the old scoreboard be an option to use.
klassy Id like to see the old scoreboard be an option to use.
https://github.com/n0kk/tf2basehud/commits/master
v 3.9.1 (December 12, 2020)
– Updated to support recent TF2 updates.
– Updated Server Control Panel to support 4 config buttons.
– Various "under the hood" fixes.
– Updated to support recent TF2 updates.
– Updated Server Control Panel to support 4 config buttons.
– Various "under the hood" fixes.
Hi, the hud is great and all, but can you fix the vaccinator? The ubercharge percentage in the center of the screen is inaccurate, and it doesn't show the damage resistance in the bottom right of the screen anymore
v 3.9.2 (January 26th, 2022)
- updated to support latest updates;
- vaccinator icon fix;
- missed resource/fonts/Surface.otf font file is back;
- cleaned up from unused files;
- removed double crosshair when coaching;
- minor "under-the-hood" changes.
- updated to support latest updates;
- vaccinator icon fix;
- missed resource/fonts/Surface.otf font file is back;
- cleaned up from unused files;
- removed double crosshair when coaching;
- minor "under-the-hood" changes.
Why are their multiple ui_version in the info.vdf file?
The hit hitmarker and the medic charge label dont work properly anymore
The December 6th patch moved "CurrencyStatusPanel" from
resource/ui/hudmannvsmachinestatus.res
to
scripts/hudlayout.res
causing the green money panel to disappear in MVM while using the HUD
It now operates like this, with small changes from how it operated in its previous panel:
"CurrencyStatusPanel"
{
"ControlName" "CCurrencyStatusPanel"
"fieldName" "CurrencyStatusPanel"
"xpos" "0"
"ypos" "r100"
"wide" "100"
"tall" "100"
"xpos_minmode" "65"
"ypos_minmode" "r88"
"visible" "0"
"enabled" "1"
"PaintBackgroundType" "2"
}
It now operates like this, with small changes from how it operated in its previous panel:
[code] "CurrencyStatusPanel"
{
"ControlName" "CCurrencyStatusPanel"
"fieldName" "CurrencyStatusPanel"
"xpos" "0"
"ypos" "r100"
"wide" "100"
"tall" "100"
"xpos_minmode" "65"
"ypos_minmode" "r88"
"visible" "0"
"enabled" "1"
"PaintBackgroundType" "2"
}[/code]