Forum
[HUD] KNHUD
Created 11th August 2011 @ 01:48
Add A Reply Pages: « Previous 1 ... 29 30 31 32 Next »
Quoted from chipstalaizah
[…]
I’ve noticed the same thing and I am working on it along with some other minor fixes. I can’t give an ETA though.
okay, one other thing too, when i check the scoreboard i can’t see my friends highlighted there like in other huds.
Quoted from kzr_
No spy-cicle meter??? :S
It should be there. Although I have no Spycicle myself so I can’t test it properly. Will look it over when I get one.
Quoted from chipstalaizah
[…]
It should be there. Although I have no Spycicle myself so I can’t test it properly. Will look it over when I get one.
in minmode 0 i can see it just below the ammo, but not in minmode 1 it doesn’t display, it would be good to be exactly equal sa the cloak meter but a little below
@EDIT: Manage to edit it and make it visible http://imgur.com/KfM31KO
"Resource/UI/HudItemEffectMeter_SpyKnife.res"
{
HudItemEffectMeter
{
"fieldName" "HudItemEffectMeter"
"visible" "1"
"enabled" "1"
"x_offset" "40"
"xpos" "r174" [$WIN32]
"ypos" "r57" [$WIN32]
"xpos_minmode" "c-70" [$WIN32]
"ypos_minmode" "c95" [$WIN32]
"x_offset_minmode" "0" [$WIN32]
"wide" "140"
"tall" "4"
"MeterFG" "White"
"MeterBG" "Gray"
}
"ItemEffectMeterBG"
{
"ControlName" "CTFImagePanel"
"fieldName" "ItemEffectMeterBG"
"xpos" "999999"
"ypos" "0"
"zpos" "0"
"wide" "0"
"tall" "0"
"visible" "0"
"visible_minmode" "0"
"enabled" "0"
"image" "../hud/misc_ammo_area_horiz1_blue"
"scaleImage" "1"
"teambg_2" "../hud/misc_ammo_area_horiz1_red"
"teambg_2_lodef" "../hud/misc_ammo_area_red_lodef"
"teambg_3" "../hud/misc_ammo_area_horiz1_blue"
"teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef"
}
"ItemEffectMeterLabel"
{
"ControlName" "CExLabel"
"fieldName" "ItemEffectMeterLabel"
"xpos" "999999"
"ypos" "0"
"zpos" "0"
"wide" "0"
"tall" "0"
"autoResize" "0"
"pinCorner" "2"
"visible" "0"
"visible_minmode" "0"
"ypos_minmode" "0"
"xpos_minmode" "0"
"textAlignment_minmode" "west"
"enabled" "1"
"tabPosition" "0"
"labelText" "#TF_Ball"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"font" "TFFontSmall"
}
"ItemEffectMeter"
{
"ControlName" "ContinuousProgressBar"
"fieldName" "ItemEffectMeter"
"font" "Default"
"xpos" "0"
"ypos" "0"
"ypos_minmode" "0"
"xpos_minmode" "0"
"zpos" "2"
"wide" "140"
"wide_minmode" "140"
"tall" "6"
"tall_minmode" "4"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"textAlignment" "Left"
"dulltext" "0"
"brighttext" "0"
"MeterFG" "255 255 255 255"
"MeterFG_override" "255 255 255 255"
"fgcolor" "255 255 255 255"
"fgcolor_override" "255 255 255 255"
"MeterBG" "0 0 0 100"
"MeterBG_override" "0 0 0 100"
"bgcolor" "0 0 0 100"
"bgcolor_override" "0 0 0 100"
}
}
Last edited by kzr_,
Quoted from kzr_
…
Nice one! Adding this in.
How do I change the font and bakrunden on this? http://i.imgur.com/p01CKJY.jpg [/ url How do I move the chat box?
When I get into a server, it’s minimode 0 and I do not see my guns. Then, I get this in console: Missing Vgui material vgui /.. / hud / tournament_panel_blue_bg C. Someone who can help me?
Quoted from iidon
How do I change the font and bakrunden on this? http://i.imgur.com/p01CKJY.jpg [/ url How do I move the chat box?
HudLayout.res find HudDeathNotice and change LocalBackgroundColor to the one you want.
HudLayout.res find HudChat and play around with the xpos and ypos values to move it.
Quoted from iidon
When I get into a server, it’s minimode 0 and I do not see my guns. Then, I get this in console: Missing Vgui material vgui /.. / hud / tournament_panel_blue_bg C. Someone who can help me?
Not a HUD issue. Check your configs and/or verify your local game content.
Quoted from chipstalaizah
[…]
HudLayout.res find HudDeathNotice and change LocalBackgroundColor to the one you want.
HudLayout.res find HudChat and play around with the xpos and ypos values to move it.
[…]
Not a HUD issue. Check your configs and/or verify your local game content.
Thanks for your reply :)
Oops juste did not think there was a HUD question but thanks anyways.
Last edited by iidon,
Update
»
Download and screenshots (Screenshots will be updated “soon”)
nope
»
Spycicle (Or whatever it’s called)
Added support
Spy
Worked on the disguisepanel to be in the same horisontal position in minmode 1/0
Added disguised image
Scoreboard
Reworked the scoreboard similar to what m0re did. There is now no seperate scoreboards as this one supports up to 12v12 natively.
Tournament spectator HUD
Reworked it to show team colors. (Peaked at yaHUD on how to remove the round corners”
Minor tweaks all over the place
»
Please read the ReadMe.txt
The scoreboard and spectator hud is also the same as another little thing I’m working on.
Last edited by chipstalaizah,
That new scoreboard :O
I put your crosshair but I can not find them in settings And I have installed them. Or do you do it?
Quoted from m0xzii
I put your crosshair but I can not find them in settings And I have installed them. Or do you do it?
There is no “setting” for it. You need to manually change it and position it in the HudLayout.res. The instructions are both in the ReadMe.txt as well as commented in the HudLayout.res.
Quoted from chipstalaizah
[…]
There is no “setting” for it. You need to manually change it and position it in the HudLayout.res. The instructions are both in the ReadMe.txt as well as commented in the HudLayout.res.
Well, now that it worked. Thank you for your help.
Last edited by m0xzii,
I’ve released the first beta of my new BXHUD. Go check it out if you want to. Or not.
http://etf2l.org/forum/huds/topic-26169/page-1/?recent=455047#post-455046
Last edited by chipstalaizah,
Add A Reply Pages: « Previous 1 ... 29 30 31 32 Next »