Upvote Upvoted 0 Downvote Downvoted
HUD help
posted in Q/A Help
1
#1
0 Frags +

Before I start, no I won't post it on the thread for HUD Help, it is dumb, and no one ever answers me... (also it is for short questions, unlike this)

I am a user of budhud (which has strong elements from Ray's Hud) and I have a problem with the number of stickis placed (by demoman). Basically, I am trying to move the position of the X,Y cordinates to make it near the crosshair, but I changed it a bunch of time, non of them seem to work.

Here is what I basically want. (NOTE: When I have zero stickis placed, the color is white, and it is in the default place of the hud, which is what I want.

Here is what's written in my HudDemomanPipes in ui folder:

"PipesPresentPanel"
	{
		"ControlName"	"EditablePanel"
		"fieldName"		"PipesPresentPanel"
		"xpos"			"2"
		"ypos"			"20"
		"zpos"			"1"
		"wide"			"100"
		"tall"			"50"
		"visible"		"0"

		"PipeIcon"
		{
			"ControlName"	"CTFImagePanel"
			"fieldName"		"PipeIcon"
			"xpos"			"6969"
			"ypos"			"6969"
			"wide"			"20"
			"tall"			"20"
			"visible"		"0"
			"enabled"		"0"
			"image"			"../hud/ico_stickybomb_red"
			"scaleImage"	"1"
			"teambg_2"		"../hud/ico_stickybomb_red"
			"teambg_3"		"../hud/ico_stickybomb_blue"	
		}	

		"NumPipesLabel"
		{
			"ControlName"		"CExLabel"
			"fieldName"			"NumPipesLabel"
			"xpos"				"37"
			"ypos"				"13"
			"zpos"				"2"
			"wide"				"35"
			"tall"				"20"
			"autoResize"		"1"
			"pinCorner"			"2"
			"visible"			"1"
			"enabled"			"1"
			"tabPosition"		"0"
			"labelText"			"%activepipes%"
			"textAlignment"		"center"
			"dulltext"			"0"
			"brighttext"		"0"
			"font"				"RobotoCondensed24"
			"fgcolor"			"0 255 255 255"
		}
		"NumPipesLabelDropshadow"
		{
			"ControlName"		"CExLabel"
			"fieldName"			"NumPipesLabelDropshadow"
			"xpos"				"38"
			"ypos"				"14"
			"zpos"				"2"
			"wide"				"35"
			"tall"				"20"
			"autoResize"		"1"
			"pinCorner"			"2"
			"visible"			"0"
			"enabled"			"0"
			"tabPosition"		"0"
			"labelText"			"%activepipes%"
			"textAlignment"		"center"
			"dulltext"			"0"
			"brighttext"		"0"
			"font"				"RobotoCondensed24"
			"fgcolor"			"bh_black"
		}		
	}

	"NoPipesPresentPanel"
	{
		"ControlName"	"EditablePanel"
		"fieldName"		"NoPipesPresentPanel"
		"xpos"			"0"
		"ypos"			"20"
		"zpos"			"1"
		"wide"			"100"
		"tall"			"50"
		"visible"		"1"

		"PipeIcon"
		{
			"ControlName"	"CTFImagePanel"
			"fieldName"		"PipeIcon"
			"xpos"			"6969"
			"ypos"			"6969"
			"ypos_minmode"	"12"
			"wide"			"20"
			"wide_minmode"	"14"
			"tall"			"20"
			"tall_minmode"	"14"
			"visible"		"0"
			"enabled"		"0"
			"image"			"../hud/ico_stickybomb_red_faded"
			"scaleImage"	"1"
			"teambg_2"		"../hud/ico_stickybomb_red_faded"
			"teambg_3"		"../hud/ico_stickybomb_blue_faded"	
		}

		"NumPipesLabel"
		{
			"ControlName"		"CExLabel"
			"fieldName"			"NumPipesLabel"
			"xpos"				"36"
			"ypos"				"13"
			"zpos"				"2"
			"wide"				"35"
			"tall"				"20"
			"autoResize"		"1"
			"pinCorner"			"2"
			"visible"			"1"
			"enabled"			"1"
			"tabPosition"		"0"
			"labelText"			"%activepipes%"
			"textAlignment"		"center"
			"dulltext"			"1"
			"brighttext"		"0"
			"font"				"RobotoCondensed24"
			"fgcolor"			"bh_white"
		}
		"NumPipesLabelDropshadow"
		{
			"ControlName"		"CExLabel"
			"fieldName"			"NumPipesLabelDropshadow"
			"xpos"				"37"
			"ypos"				"14"
			"zpos"				"2"
			"wide"				"35"
			"tall"				"20"
			"autoResize"		"1"
			"pinCorner"			"2"
			"visible"			"0"
			"enabled"			"0"
			"tabPosition"		"0"
			"labelText"			"%activepipes%"
			"textAlignment"		"center"
			"dulltext"			"1"
			"brighttext"		"0"
			"font"				"RobotoCondensed24"
			"fgcolor"			"bh_black"
		}			
	}				
}

And I noticed that there are 2 NumPipesLabel and NumPipesLabelDropshadow, why is that?

Before I start, no I won't post it on the thread for HUD Help, it is dumb, and no one ever answers me... (also it is for short questions, unlike this)

I am a user of budhud (which has strong elements from Ray's Hud) and I have a problem with the number of stickis placed (by demoman). Basically, I am trying to move the position of the X,Y cordinates to make it near the crosshair, but I changed it a bunch of time, non of them seem to work.

[url=http://imgur.com/yvW7ZRz]Here is what I basically want.[/url] (NOTE: When I have zero stickis placed, the color is white, and it is in the default place of the hud, which is what I want.

Here is what's written in my [i]HudDemomanPipes[/i] in ui folder:
[code]"PipesPresentPanel"
{
"ControlName" "EditablePanel"
"fieldName" "PipesPresentPanel"
"xpos" "2"
"ypos" "20"
"zpos" "1"
"wide" "100"
"tall" "50"
"visible" "0"

"PipeIcon"
{
"ControlName" "CTFImagePanel"
"fieldName" "PipeIcon"
"xpos" "6969"
"ypos" "6969"
"wide" "20"
"tall" "20"
"visible" "0"
"enabled" "0"
"image" "../hud/ico_stickybomb_red"
"scaleImage" "1"
"teambg_2" "../hud/ico_stickybomb_red"
"teambg_3" "../hud/ico_stickybomb_blue"
}

"NumPipesLabel"
{
"ControlName" "CExLabel"
"fieldName" "NumPipesLabel"
"xpos" "37"
"ypos" "13"
"zpos" "2"
"wide" "35"
"tall" "20"
"autoResize" "1"
"pinCorner" "2"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"labelText" "%activepipes%"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"font" "RobotoCondensed24"
"fgcolor" "0 255 255 255"
}
"NumPipesLabelDropshadow"
{
"ControlName" "CExLabel"
"fieldName" "NumPipesLabelDropshadow"
"xpos" "38"
"ypos" "14"
"zpos" "2"
"wide" "35"
"tall" "20"
"autoResize" "1"
"pinCorner" "2"
"visible" "0"
"enabled" "0"
"tabPosition" "0"
"labelText" "%activepipes%"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"font" "RobotoCondensed24"
"fgcolor" "bh_black"
}
}

"NoPipesPresentPanel"
{
"ControlName" "EditablePanel"
"fieldName" "NoPipesPresentPanel"
"xpos" "0"
"ypos" "20"
"zpos" "1"
"wide" "100"
"tall" "50"
"visible" "1"

"PipeIcon"
{
"ControlName" "CTFImagePanel"
"fieldName" "PipeIcon"
"xpos" "6969"
"ypos" "6969"
"ypos_minmode" "12"
"wide" "20"
"wide_minmode" "14"
"tall" "20"
"tall_minmode" "14"
"visible" "0"
"enabled" "0"
"image" "../hud/ico_stickybomb_red_faded"
"scaleImage" "1"
"teambg_2" "../hud/ico_stickybomb_red_faded"
"teambg_3" "../hud/ico_stickybomb_blue_faded"
}

"NumPipesLabel"
{
"ControlName" "CExLabel"
"fieldName" "NumPipesLabel"
"xpos" "36"
"ypos" "13"
"zpos" "2"
"wide" "35"
"tall" "20"
"autoResize" "1"
"pinCorner" "2"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"labelText" "%activepipes%"
"textAlignment" "center"
"dulltext" "1"
"brighttext" "0"
"font" "RobotoCondensed24"
"fgcolor" "bh_white"
}
"NumPipesLabelDropshadow"
{
"ControlName" "CExLabel"
"fieldName" "NumPipesLabelDropshadow"
"xpos" "37"
"ypos" "14"
"zpos" "2"
"wide" "35"
"tall" "20"
"autoResize" "1"
"pinCorner" "2"
"visible" "0"
"enabled" "0"
"tabPosition" "0"
"labelText" "%activepipes%"
"textAlignment" "center"
"dulltext" "1"
"brighttext" "0"
"font" "RobotoCondensed24"
"fgcolor" "bh_black"
}
}
}
[/code]

And I noticed that there are 2 [i]NumPipesLabel[/i] and [i]NumPipesLabelDropshadow[/i], why is that?
2
#2
1 Frags +

u have to raise the y pos in huddemomanpipes in hudlayout and then adjust the code from the files in there to fine too it, also gonna have to lower the position of the charge bars, so u probably have to increase the length of the panel in hudslayout aswell drop shadow is exactly what it sounds, its the shadow for the sticky count, and this wasnt that long, probably should have gone in hud questions short answers

u have to raise the y pos in huddemomanpipes in hudlayout and then adjust the code from the files in there to fine too it, also gonna have to lower the position of the charge bars, so u probably have to increase the length of the panel in hudslayout aswell drop shadow is exactly what it sounds, its the shadow for the sticky count, and this wasnt that long, probably should have gone in hud questions short answers
3
#3
-3 Frags +
Mr_Harvardu have to raise the y pos in huddemomanpipes in hudlayout and then adjust the code from the files in there to fine too it, also gonna have to lower the position of the charge bars, so u probably have to increase the length of the panel in hudslayout aswell drop shadow is exactly what it sounds, its the shadow for the sticky count, and this wasnt that long, probably should have gone in hud questions short answers

how do i "adjust the code"

[quote=Mr_Harvard]u have to raise the y pos in huddemomanpipes in hudlayout and then adjust the code from the files in there to fine too it, also gonna have to lower the position of the charge bars, so u probably have to increase the length of the panel in hudslayout aswell drop shadow is exactly what it sounds, its the shadow for the sticky count, and this wasnt that long, probably should have gone in hud questions short answers[/quote]
how do i "adjust the code"
4
#4
2 Frags +

change the x, y, wide and tall values and shit to make it how u want it to look

change the x, y, wide and tall values and shit to make it how u want it to look
5
#5
-2 Frags +
Mr_Harvardchange the x, y, wide and tall values and shit to make it how u want it to look

alright, thanks m8

[quote=Mr_Harvard]change the x, y, wide and tall values and shit to make it how u want it to look[/quote]

alright, thanks m8
Please sign in through STEAM to post a comment.