cl_software_cursor 1
Zamblerthanks for the quick response
really nice hud, liking it so far :)
i kinda just noticed but the D quick loadout button is kinda hidden
Fixed the clipping and added a new menu
http://i.imgur.com/IGYMff8.jpg
I based this on reubenmorais' menu
Files are scripts/hudlayout.res and resource/ui/ItemQuickSwitch.res
really nice hud, liking it so far :)
i kinda just noticed but the D quick loadout button is kinda hidden[/quote]
Fixed the clipping and added a new menu
[img]http://i.imgur.com/IGYMff8.jpg[/img]
I based this on reubenmorais' menu
Files are scripts/hudlayout.res and resource/ui/ItemQuickSwitch.res
If you're familiar with the sizzling stats plugin, when you view the stats (by typing .ss) the motd box or whatever is too small to actually view the stats
played our scrims with it last night and I think I'm going to keep it
played our scrims with it last night and I think I'm going to keep it
grillzIf you're familiar with the sizzling stats plugin, when you view the stats (by typing .ss) the motd box or whatever is too small to actually view the stats
played our scrims with it last night and I think I'm going to keep it
I included an alternative file for the HTML viewer. It's called TextWindow - BIGHTML.res. Replace the older version with that file by renaming them both. Please let me know if that works for you :)
played our scrims with it last night and I think I'm going to keep it[/quote]
I included an alternative file for the HTML viewer. It's called TextWindow - BIGHTML.res. Replace the older version with that file by renaming them both. Please let me know if that works for you :)
Gorgeous HUD. I'll definitely give it a try the next time I play.
Am I the only person having an issue with the pulsing crosshairs? They seem to only change color depending on my health.
My starting screen is too far on the left, I'm not very good with this stuff so I was wondering if anyone could help me please.
http://imgur.com/5GE5IF5
http://imgur.com/5GE5IF5
Droodl3My starting screen is too far on the left, I'm not very good with this stuff so I was wondering if anyone could help me please.
http://imgur.com/5GE5IF5
Follow the instructions for other resolutions in the readme. You will have to swap 2 files in resource/ui.
GrimmAm I the only person having an issue with the pulsing crosshairs? They seem to only change color depending on my health.
That's how Garm3n intended them to work :3
If you want something that changes all the time you will have to use a script of some sorts.
http://imgur.com/5GE5IF5[/quote]
Follow the instructions for other resolutions in the readme. You will have to swap 2 files in resource/ui.
[quote=Grimm]Am I the only person having an issue with the pulsing crosshairs? They seem to only change color depending on my health.[/quote]
That's how Garm3n intended them to work :3
If you want something that changes all the time you will have to use a script of some sorts.
Loving that medic hud, looks a lot like gmang, but not as ugly!
ninjazzThat's how Garm3n intended them to work :3
If you want something that changes all the time you will have to use a script of some sorts.
I used to have a HUD I made just for spy, and as soon as you disguised, removed your disquise, or dealt damage, the crosshair would start changing colors from pink, cyan, green, pink...
That's how Garm3n intended them to work :3
If you want something that changes all the time you will have to use a script of some sorts.[/quote]
I used to have a HUD I made just for spy, and as soon as you disguised, removed your disquise, or dealt damage, the crosshair would start changing colors from pink, cyan, green, pink...
My only suggestion would be add a shadow to health/ammo to make it more visible in bright light.
randomirishladMy only suggestion would be add a shadow to health/ammo to make it more visible in bright light.
I would like this too
I would like this too
randomirishladMy only suggestion would be add a shadow to health/ammo to make it more visible in bright light.
Will add that option probably. If you want it to stand out more right now you can customize the colors quite easily. If you want to change the main numbers go into resource/clientscheme.res and change the RGB and/or transparency values for:
"Health"
"Buff"
"Ammo"
"AmmoReserve"
Will add that option probably. If you want it to stand out more right now you can customize the colors quite easily. If you want to change the main numbers go into resource/clientscheme.res and change the RGB and/or transparency values for:
"Health"
"Buff"
"Ammo"
"AmmoReserve"
Released an update with MvM fixes, 2 new scoreboards (9v9s instead of 6v6, top and bottom version), general tweaks and better instructions for customizing.
Changes for Shadows (AmmoNoClipShadow is kinda bugged though :/
This goes in tf/custom/userstuff/resource/ui/HudPlayerHealth.res
"PlayerStatusHealthValueShadow"
{
"ControlName" "CExLabel"
"fieldName" "PlayerStatusHealthValueShadow"
"xpos" "39"
"ypos" "127"
"zpos" "4"
"wide" "159"
"tall" "56"
"visible" "1"
"enabled" "1"
"labelText" "%Health%"
"textAlignment" "center"
"font" "DemiBold48"
"fgcolor" "0 0 0 255"
}
This goes in tf/custom/userstuff/resource/ui/HudDamageAccount.res
"DamageAccountValueShadow"
{
"ControlName" "CExLabel"
"fieldname" "DamageAccountValueShadow"
"xpos" "c-203"
"ypos" "395"
"wide" "100"
"tall" "29"
"visible" "1"
"enabled" "1"
"labelText" "%metal%"
"delta_lifetime" "10.0"
"textAlignment" "west"
"fgcolor" "0 0 0 255"
"font" "medium23"
}
This goes in tf/custom/userstuff/resource/ui/HudAmmoWeapons
"AmmoInClipShadow"
{
"ControlName" "CExLabel"
"fieldName" "AmmoInClipShadow"
"font" "DemiBold48"
"fgcolor" "0 0 0 255"
"xpos" "42"
"ypos" "1"
"zpos" "4"
"wide" "100"
"tall" "56"
"visible" "1"
"enabled" "1"
"textAlignment" "center"
"labelText" "%Ammo%"
}
"AmmoInReserveShadow"
{
"ControlName" "CExLabel"
"fieldName" "AmmoInReserveShadow"
"font" "Book32"
"fgcolor" "0 0 0 255"
"xpos" "79"
"ypos" "4"
"zpos" "4"
"wide" "120"
"tall" "42"
"visible" "1"
"enabled" "1"
"textAlignment" "center"
"labelText" "%AmmoInReserve%"
}
"AmmoNoClipShadow"
{
"ControlName" "CExLabel"
"fieldName" "AmmoNoClipShadow"
"font" "DemiBold48"
"fgcolor" "0 0 0 255"
"xpos" "42"
"ypos" "1"
"zpos" "4"
"wide" "0"
"tall" "0"
"visible" "1"
"enabled" "1"
"textAlignment" "west"
"labelText" "%Ammo%"
}
Changed some colors. Defaults are "Garm3nRed"/"Garm3nGreen"/"Garm3nWhite".
This goes in tf/custom/userstuff/resource/ui/HudPlayerHealth.res
[code]
"PlayerStatusHealthValueShadow"
{
"ControlName" "CExLabel"
"fieldName" "PlayerStatusHealthValueShadow"
"xpos" "39"
"ypos" "127"
"zpos" "4"
"wide" "159"
"tall" "56"
"visible" "1"
"enabled" "1"
"labelText" "%Health%"
"textAlignment" "center"
"font" "DemiBold48"
"fgcolor" "0 0 0 255"
}
[/code]
This goes in tf/custom/userstuff/resource/ui/HudDamageAccount.res
[code]
"DamageAccountValueShadow"
{
"ControlName" "CExLabel"
"fieldname" "DamageAccountValueShadow"
"xpos" "c-203"
"ypos" "395"
"wide" "100"
"tall" "29"
"visible" "1"
"enabled" "1"
"labelText" "%metal%"
"delta_lifetime" "10.0"
"textAlignment" "west"
"fgcolor" "0 0 0 255"
"font" "medium23"
}
[/code]
This goes in tf/custom/userstuff/resource/ui/HudAmmoWeapons
[code]
"AmmoInClipShadow"
{
"ControlName" "CExLabel"
"fieldName" "AmmoInClipShadow"
"font" "DemiBold48"
"fgcolor" "0 0 0 255"
"xpos" "42"
"ypos" "1"
"zpos" "4"
"wide" "100"
"tall" "56"
"visible" "1"
"enabled" "1"
"textAlignment" "center"
"labelText" "%Ammo%"
}
"AmmoInReserveShadow"
{
"ControlName" "CExLabel"
"fieldName" "AmmoInReserveShadow"
"font" "Book32"
"fgcolor" "0 0 0 255"
"xpos" "79"
"ypos" "4"
"zpos" "4"
"wide" "120"
"tall" "42"
"visible" "1"
"enabled" "1"
"textAlignment" "center"
"labelText" "%AmmoInReserve%"
}
"AmmoNoClipShadow"
{
"ControlName" "CExLabel"
"fieldName" "AmmoNoClipShadow"
"font" "DemiBold48"
"fgcolor" "0 0 0 255"
"xpos" "42"
"ypos" "1"
"zpos" "4"
"wide" "0"
"tall" "0"
"visible" "1"
"enabled" "1"
"textAlignment" "west"
"labelText" "%Ammo%"
}
[/code]
Changed some colors. Defaults are "Garm3nRed"/"Garm3nGreen"/"Garm3nWhite".
ninjazzddrsensationHUD crosshairs aren't working for me. I've set one to visible and I've changed the xpos and ypos to where they should be, but it doesn't show. Oddly enough, when I hud_reloadscheme or change the minmode, the HUD crosshair I chose actually flashes on screen but doesn't stay. :(Thanks for the feedback!
Otherwise, fantastic HUD! One of my new favourites.
Normally you shouldn't have to change the X and Y values at all. Please try it with the original values and see if it works.
I've downloaded the updated version of the HUD and it works now with no changed values! Thanks for the fantastic HUD! I'll be sure to share this with friends! Great work!
[quote=ddrsensation]HUD crosshairs aren't working for me. I've set one to visible and I've changed the xpos and ypos to where they should be, but it doesn't show. Oddly enough, when I hud_reloadscheme or change the minmode, the HUD crosshair I chose actually flashes on screen but doesn't stay. :(
Otherwise, fantastic HUD! One of my new favourites.[/quote]
Thanks for the feedback!
Normally you shouldn't have to change the X and Y values at all. Please try it with the original values and see if it works.
[/quote]
I've downloaded the updated version of the HUD and it works now with no changed values! Thanks for the fantastic HUD! I'll be sure to share this with friends! Great work!
how could i remove the boxes around players i look at/heal?
i find them to be a little bit too large
i find them to be a little bit too large
ninjazzReleased an update with MvM fixes, 2 new scoreboards (9v9s instead of 6v6, top and bottom version), general tweaks and better instructions for customizing.
for some reason after this update I cant remove the white box around the sticky count
edit: nvm now it only shows the box when I dont have any stickies out
http://cloud-2.steampowered.com/ugc/559849163888553013/E949C946E6160F4032CAE42D1979B997958986CA/
http://cloud-2.steampowered.com/ugc/559849163888553939/066F5709D790F75F3CB5C80E3290C6D9E3E1C146/
for some reason after this update I cant remove the white box around the sticky count
edit: nvm now it only shows the box when I dont have any stickies out
[img]http://cloud-2.steampowered.com/ugc/559849163888553013/E949C946E6160F4032CAE42D1979B997958986CA/[/img]
[img]http://cloud-2.steampowered.com/ugc/559849163888553939/066F5709D790F75F3CB5C80E3290C6D9E3E1C146/[/img]
arkonhow could i remove the boxes around players i look at/heal?
i find them to be a little bit too large
Go into TargetID and change the value of "visible" to "0" under the last TargetBG entry, just above the name label.
i find them to be a little bit too large[/quote]
Go into TargetID and change the value of "visible" to "0" under the last TargetBG entry, just above the name label.
coskaiChanges for Shadows (AmmoNoClipShadow is kinda bugged though :/
[...]
Edit: To make noclip shadow work you need to set it to "visible" "0". Also, "wide", "tall" and text alignment are changed.
"AmmoNoClipShadow"
{
"ControlName" "CExLabel"
"fieldName" "AmmoNoClipShadow"
"font" "DemiBold48"
"fgcolor" "HudShadow"
"xpos" "64"
"ypos" "1"
"zpos" "4"
"wide" "100"
"tall" "56"
"visible" "0"
"enabled" "1"
"textAlignment" "center"
"labelText" "%Ammo%"
}
This is how it looks now for me.
I'm adding shadows to the MedicCharge % now, will upload this later today.
Edit2: Added Blank Version shadows now.
[...]
[/quote]
Edit: To make noclip shadow work you need to set it to "visible" "0". Also, "wide", "tall" and text alignment are changed.
"AmmoNoClipShadow"
{
"ControlName" "CExLabel"
"fieldName" "AmmoNoClipShadow"
"font" "DemiBold48"
"fgcolor" "HudShadow"
"xpos" "64"
"ypos" "1"
"zpos" "4"
"wide" "100"
"tall" "56"
"visible" "0"
"enabled" "1"
"textAlignment" "center"
"labelText" "%Ammo%"
}
This is how it looks now for me.
I'm adding shadows to the MedicCharge % now, will upload this later today.
Edit2: Added Blank Version shadows now.
Is there a way to switch the scoreboard default to the non-6's one?
KaeyelIs there a way to switch the scoreboard default to the non-6's one?
Make sure that you launch the game with minmode set to 0, that will give you the 16vs16 one. Or you can use one of the 9v9 scoreboards which are also very similar to the 16vs16 one. All that the scoreboard toggle does is switch hud-minimode on and off.
Make sure that you launch the game with minmode set to 0, that will give you the 16vs16 one. Or you can use one of the 9v9 scoreboards which are also very similar to the 16vs16 one. All that the scoreboard toggle does is switch hud-minimode on and off.
http://cloud.steampowered.com/ugc/882982437168828487/CD9D5CD26E21EC099F80C4ED29CACD4B7314B58E/
the spectator list is off-center ;o
the spectator list is off-center ;o
This hud is beautiful.
My only comment is that I don't like the VS thing that's on the 12v12 and round end scoreboard. I don't think it works at all. Not sure how I feel about the round end panel being halved either.
I think the white is too white on the boxless version, but that's easy to change. Otherwise it's fantastic.
My only comment is that I don't like the VS thing that's on the 12v12 and round end scoreboard. I don't think it works at all. Not sure how I feel about the round end panel being halved either.
I think the white is too white on the boxless version, but that's easy to change. Otherwise it's fantastic.
Great job. As a medic, love the hud, but on the bottom the line of ubercharge is bit annoying. Is their a way to disable it? But in overall, as I said, it's a great job.
it_is_crownGreat job. As a medic, love the hud, but on the bottom the line of ubercharge is bit annoying. Is their a way to disable it? But in overall, as I said, it's a great job.
Check out the customization file. You can see the alt meter on imgur.
AllealThis hud is beautiful.
My only comment is that I don't like the VS thing that's on the 12v12 and round end scoreboard. I don't think it works at all. Not sure how I feel about the round end panel being halved either.
I think the white is too white on the boxless version, but that's easy to change. Otherwise it's fantastic.
I will tweak the scoreboard further and probably merge the backgrounds.
Check out the customization file. You can see the alt meter on imgur.
[quote=Alleal]This hud is beautiful.
My only comment is that I don't like the VS thing that's on the 12v12 and round end scoreboard. I don't think it works at all. Not sure how I feel about the round end panel being halved either.
I think the white is too white on the boxless version, but that's easy to change. Otherwise it's fantastic.[/quote]
I will tweak the scoreboard further and probably merge the backgrounds.