Forum
Default crosshair without a dot
Created 12th September 2013 @ 14:21
Add A Reply Pages: 1
I want a hud crosshair that is like default size 17, or for scout “” size 32, color is white, no outline.
I need the font
what I need to write in hudlayout, an example:
CrossHairKonrWings
{
“controlName” “CExLabel”
“fieldName” “CrossHairKonrWings”
“visible” “0”
“enabled” “1”
“zpos” “2”
“xpos” “c-29”
“ypos” “c-24”
“wide” “49”
“tall” “49”
“font” “CrossHairKonrWings”
“labelText” “Z”
“textAlignment” “center”
“fgcolor” “248 248 255 255”
what I need to write in Clientscheme, for example:
“CrossHairNormal”
{
“1”
{
“name” “Symbol”
“tall” “22”
“weight” “0”
“additive” “0”
“outline” “1”
}
}
and what I need to write in the end of clientscheme:
“42” (That’s the last number)
{
“font” “resource/crosshairs.ttf”
“name” “Crosshairs”
}
Last edited by Phnx,
Try the D or G one from fog’s crosshairs.
http://teamfortress.tv/forum/thread/1261-fogs-custom-hud-crosshairs-version-2-0-released
Add A Reply Pages: 1