Upvote Upvoted 1 Downvote Downvoted
Outlined Dot Crosshair
1
#1
0 Frags +

Someone please post a HUD that has an outlined dot crosshair or the script for it.
I would prefer a yellow dot.

Someone please post a HUD that has an outlined dot crosshair or the script for it.
I would prefer a yellow dot.
2
#2
0 Frags +

http://www.sdx-gaming.eu/?page_id=4097

http://www.mediafire.com/download.php?bvm40ahhtvc9976 (for this one you need to shut off the 1st knorwings and turn on the dot itself don't copy the CFG file if you don't want to.)

Anything to change hud crosshairs is under your hudlayout.res in the scripts folder

http://www.sdx-gaming.eu/?page_id=4097


http://www.mediafire.com/download.php?bvm40ahhtvc9976 (for this one you need to shut off the 1st knorwings and turn on the dot itself don't copy the CFG file if you don't want to.)

Anything to change hud crosshairs is under your hudlayout.res in the scripts folder
3
#3
0 Frags +
MYLEShttp://www.sdx-gaming.eu/?page_id=4097

http://www.mediafire.com/download.php?bvm40ahhtvc9976 (for this one you need to shut off the 1st knorwings and turn on the dot itself don't copy the CFG file if you don't want to.)

Anything to change hud crosshairs is under your hudlayout.res in the scripts folder

I like those but would really like a yellow dot. Is there any way I can alter its color?

[quote=MYLES]http://www.sdx-gaming.eu/?page_id=4097


http://www.mediafire.com/download.php?bvm40ahhtvc9976 (for this one you need to shut off the 1st knorwings and turn on the dot itself don't copy the CFG file if you don't want to.)

Anything to change hud crosshairs is under your hudlayout.res in the scripts folder[/quote]
I like those but would really like a yellow dot. Is there any way I can alter its color?
4
#4
0 Frags +

This is under the r-b garm3n hud. Most of his huds have a giant list at the top, should be this though.

CrossHairDotOutline
{
"controlName" "CExLabel"
"fieldName" "CrossHairDotOutline"
"visible" "0"
"enabled" "1"
"zpos" "1"

"xpos" "c-4"
"ypos" "c-3"
"wide" "8"
"tall" "7"

"font" "CrossHairDotOutline"
"labelText" "+"
"fgcolor" "255 255 255 255"
"textAlignment" "center"
}

You also need to use his front, you can't just copy and past it.

This is under the r-b garm3n hud. Most of his huds have a giant list at the top, should be this though.

CrossHairDotOutline
{
"controlName" "CExLabel"
"fieldName" "CrossHairDotOutline"
"visible" "0"
"enabled" "1"
"zpos" "1"

"xpos" "c-4"
"ypos" "c-3"
"wide" "8"
"tall" "7"

"font" "CrossHairDotOutline"
"labelText" "+"
"fgcolor" "255 255 255 255"
"textAlignment" "center"
}

You also need to use his front, you can't just copy and past it.
5
#5
0 Frags +

If you want it to be yellow, change "fgcolor" "*insert 4 numbers from 0-255 here*" to:

"fgcolor" "255 255 0 255"

If you want it to be yellow, change "fgcolor" "*insert 4 numbers from 0-255 here*" to:

"fgcolor" "255 255 0 255"
Please sign in through STEAM to post a comment.