Upvote Upvoted 2 Downvote Downvoted
Crosshair help/request
posted in Q/A Help
1
#1
1 Frags +

Would like a download link or name of this crosshair (whether it comes along with the hud).

http://www.twitch.tv/lolimjustin/b/319678476

Would like a download link or name of this crosshair (whether it comes along with the hud).

http://www.twitch.tv/lolimjustin/b/319678476
2
#2
0 Frags +

he has the link
http://www.sendspace.com/file/xs6ikl

he has the link
http://www.sendspace.com/file/xs6ikl
3
#3
1 Frags +

Its outdated.

Its outdated.
4
#4
1 Frags +
Paragon_Its outdated.

just look into the files and find it...

here...

	CrossHairDot
	{
		"controlName"	"CExLabel"
		"fieldName"	 	"CrossHairDot"
		"visible"		"1"
		"enabled_minmode"       "0"
		"visible_minmode"	"0"
		"enabled"		"1"
		"zpos"			"1"

		"xpos"			"c-10"
		"ypos"			"c-3"
		"wide"			"32"
		"tall"			"32"

		"font"			"CrossHairDot"
		"labelText"		"a"
		"fgcolor"		"000 255 000 255"
		"textAlignment"	"center"
	}

copy that into hudlayout.res (scripts folder).

If that doesn't show up, check clientscheme.res (resource folder) for CrossHairDot.

Add this if not there...

		"CrossHairDot"
		{
			"1"
			{
				"name"		"Braille Normal"
				"tall"		"36"
				"weight"	"0"
				"additive"	"0"
				"outline" "1"
			}
		}

Then copy the font BRAILLE1_0.ttf (it's in the archived resources folder) and paste into your resources folder.

[quote=Paragon_]Its outdated.[/quote]
just look into the files and find it...

here...

[code] CrossHairDot
{
"controlName" "CExLabel"
"fieldName" "CrossHairDot"
"visible" "1"
"enabled_minmode" "0"
"visible_minmode" "0"
"enabled" "1"
"zpos" "1"

"xpos" "c-10"
"ypos" "c-3"
"wide" "32"
"tall" "32"

"font" "CrossHairDot"
"labelText" "a"
"fgcolor" "000 255 000 255"
"textAlignment" "center"
}[/code]

copy that into hudlayout.res (scripts folder).

If that doesn't show up, check clientscheme.res (resource folder) for CrossHairDot.

Add this if not there...
[code] "CrossHairDot"
{
"1"
{
"name" "Braille Normal"
"tall" "36"
"weight" "0"
"additive" "0"
"outline" "1"
}
}[/code]
Then copy the font BRAILLE1_0.ttf (it's in the archived resources folder) and paste into your resources folder.
Please sign in through STEAM to post a comment.