Upvote Upvoted 1 Downvote Downvoted
Name of a hud with a special custom crosshair
posted in Q/A Help
1
#1
0 Frags +

I'm looking for the hud that had this crosshair: http://www.youtube.com/watch?v=kmHm-rrHcOQ
I just need the hud name or files if it's not available to download, I want to get it in my hud.
And no, his cfg+hud+sound on his channel is a different hud.

I'm looking for the hud that had this crosshair: http://www.youtube.com/watch?v=kmHm-rrHcOQ
I just need the hud name or files if it's not available to download, I want to get it in my hud.
And no, his cfg+hud+sound on his channel is a different hud.
2
#2
0 Frags +

Add these lines to your hudlayout.res

xHairH
{
"controlName" "imagePanel"
"fieldName" "xHairH"
"visible" "1"
"enabled" "1"
"zpos" "-5"
"xpos" "c-1000"
"ypos" "c-1"
"wide" "2000"
"tall" "1"
"fillcolor" "255 255 255 100"
}
xHairV
{
"controlName" "imagePanel"
"fieldName" "xHairV"
"visible" "1"
"enabled" "1"
"zpos" "-5"
"xpos" "c-1"
"ypos" "c-1000"
"wide" "1"
"tall" "2000"
"fillcolor" "255 255 255 100"
}

mess around with xpos, ypos, tall, wide, fillcolor to get your desired result

Add these lines to your hudlayout.res

xHairH
{
"controlName" "imagePanel"
"fieldName" "xHairH"
"visible" "1"
"enabled" "1"
"zpos" "-5"
"xpos" "c-1000"
"ypos" "c-1"
"wide" "2000"
"tall" "1"
"fillcolor" "255 255 255 100"
}
xHairV
{
"controlName" "imagePanel"
"fieldName" "xHairV"
"visible" "1"
"enabled" "1"
"zpos" "-5"
"xpos" "c-1"
"ypos" "c-1000"
"wide" "1"
"tall" "2000"
"fillcolor" "255 255 255 100"
}

mess around with xpos, ypos, tall, wide, fillcolor to get your desired result
3
#3
-1 Frags +
Moral_VindicationAdd these lines to your hudlayout.res

xHairH
{
"controlName" "imagePanel"
"fieldName" "xHairH"
"visible" "1"
"enabled" "1"
"zpos" "-5"
"xpos" "c-1000"
"ypos" "c-1"
"wide" "2000"
"tall" "1"
"fillcolor" "255 255 255 100"
}
xHairV
{
"controlName" "imagePanel"
"fieldName" "xHairV"
"visible" "1"
"enabled" "1"
"zpos" "-5"
"xpos" "c-1"
"ypos" "c-1000"
"wide" "1"
"tall" "2000"
"fillcolor" "255 255 255 100"
}

mess around with xpos, ypos, tall, wide, fillcolor to get your desired result

But yeah dude, you realise I need to create a font in ClentScheme and I need the font file as well?

[quote=Moral_Vindication]Add these lines to your hudlayout.res

xHairH
{
"controlName" "imagePanel"
"fieldName" "xHairH"
"visible" "1"
"enabled" "1"
"zpos" "-5"
"xpos" "c-1000"
"ypos" "c-1"
"wide" "2000"
"tall" "1"
"fillcolor" "255 255 255 100"
}
xHairV
{
"controlName" "imagePanel"
"fieldName" "xHairV"
"visible" "1"
"enabled" "1"
"zpos" "-5"
"xpos" "c-1"
"ypos" "c-1000"
"wide" "1"
"tall" "2000"
"fillcolor" "255 255 255 100"
}

mess around with xpos, ypos, tall, wide, fillcolor to get your desired result[/quote]
But yeah dude, you realise I need to create a font in ClentScheme and I need the font file as well?
4
#4
3 Frags +

no, it is not a font. it is literally a line.

no, it is not a font. it is literally a line.
Please sign in through STEAM to post a comment.