Upvote Upvoted 1 Downvote Downvoted
how do i get this crosshair in yahud
posted in Q/A Help
1
#1
0 Frags +

Does anyone know what these crosshairs are called in yahud?

http://prntscr.com/3qk3u7

Does anyone know what these crosshairs are called in yahud?


http://prntscr.com/3qk3u7
2
#2
1 Frags +

it's offcentered and it hurts

but it's called pilot crosshair

it's offcentered and it hurts

but it's called pilot crosshair
3
#3
0 Frags +
fsXDit's offcentered and it hurts

but it's called pilot crosshair

Oh it is!Thank you!

[quote=fsXD]it's offcentered and it hurts

but it's called pilot crosshair[/quote]
Oh it is!Thank you!
4
#4
4 Frags +

it's not off center that's just the stream shrinking to 720p

	"PilotHorizontal1"
	{
		"ControlName"		"ImagePanel"
		"fieldName"		"HorizontalLine"
		"xpos"			"-375"			//c-346
		"ypos"			"240"
		"zpos"			"-5"
		"wide"			"36400"			//334 for 16x10
		"tall"			"1"
		"autoResize"	"0"
		"pinCorner"		"0"
		"visible"		"1"			//1
		"enabled"		"1"			//1
		"fillcolor"		"255 255 255 50"
	}

	"VerticalLineMiddle"
	{
		"controlName"	"ImagePanel"
		"fieldName"		"VerticalLineMiddle"
		"xpos"			"c-1"
		"ypos"			"0"
		"zpos"			"-5"
		"wide"			"2"
		"tall"			"999"
		"fillcolor"		"255 255 255 50"
		"visible"		"1"
		"enabled"		"1"
	}
	"CrossHairCircle"
	{
		"controlName"	"CExLabel"
		"fieldName"	 	"CrossHairCircle"
		"visible"		"1"
		"enabled"		"1"
		"zpos"			"2"
		"xpos"			"c-17"
		"ypos"			"c-16"
		"wide"			"36"
		"tall"			"33"
		"font"			"CrossHairCircle"
		"labelText"		"i"
		"fgcolor"		"255 255 255 75"
		"textAlignment"	"center"	
	}

	

here is where it is in my config

the small dot is from broeselhud and it has problems centering so I made the vertical line 2 wide

it's not off center that's just the stream shrinking to 720p

[code] "PilotHorizontal1"
{
"ControlName" "ImagePanel"
"fieldName" "HorizontalLine"
"xpos" "-375" //c-346
"ypos" "240"
"zpos" "-5"
"wide" "36400" //334 for 16x10
"tall" "1"
"autoResize" "0"
"pinCorner" "0"
"visible" "1" //1
"enabled" "1" //1
"fillcolor" "255 255 255 50"
}


"VerticalLineMiddle"
{
"controlName" "ImagePanel"
"fieldName" "VerticalLineMiddle"
"xpos" "c-1"
"ypos" "0"
"zpos" "-5"
"wide" "2"
"tall" "999"
"fillcolor" "255 255 255 50"
"visible" "1"
"enabled" "1"
}
"CrossHairCircle"
{
"controlName" "CExLabel"
"fieldName" "CrossHairCircle"
"visible" "1"
"enabled" "1"
"zpos" "2"
"xpos" "c-17"
"ypos" "c-16"
"wide" "36"
"tall" "33"
"font" "CrossHairCircle"
"labelText" "i"
"fgcolor" "255 255 255 75"
"textAlignment" "center"
}

[/code]

here is where it is in my config

the small dot is from broeselhud and it has problems centering so I made the vertical line 2 wide
Please sign in through STEAM to post a comment.