i have a tf2 cross hair just like this
been playing quake and in tf2 i want my cross to have a black outline also
can anyone help me?
i have a tf2 cross hair just like this
been playing quake and in tf2 i want my cross to have a black outline also
can anyone help me?
you need a third crosshair that's completely black and is larger than your regular crosshair and then overlap it with the smaller crosshair
Are you using custom crosshair for your +? If you are try this, go to your ClientScheme.res which is in your tf/resource folder and find your + crosshair, it should be something like this:
"CrossHairNormal"
{
"1"
{
"name" "Symbol"
"tall" "32"
"weight" "0"
"additive" "0"
"outline" "1"
}
}
If it's not already there just add "outline" "1", it'll add a black outline around your crosshair.
"CrossHairNormal"
{
"1"
{
"name" "Symbol"
"tall" "32"
"weight" "0"
"additive" "0"
"outline" "1"
}
}
If it's not already there just add "outline" "1", it'll add a black outline around your crosshair.
This is the video with the xhair. I just don't know the link to get it. http://www.youtube.com/watch?v=eyEL34KIhkQ&feature=plcp
GeknaiirThis is the video with the xhair. I just don't know the link to get it. clips and stuff
I think that crosshair is built into garm3nHUD. Try it out. I'll ask lights when he comes online to be sure.
I think that crosshair is built into garm3nHUD. Try it out. I'll ask lights when he comes online to be sure.
zilisAre you using custom crosshair for your +? If you are try this, go to your ClientScheme.res which is in your tf/resource folder and find your + crosshair, it should be something like this:
"CrossHairNormal"
{
"1"
{
"name" "Symbol"
"tall" "32"
"weight" "0"
"additive" "0"
"outline" "1"
}
}
If it's not already there just add "outline" "1", it'll add a black outline around your crosshair.
i am used tf2 mate for the cross i use now and their is no crosshairnormal in the clientscheme
"CrossHairNormal"
{
"1"
{
"name" "Symbol"
"tall" "32"
"weight" "0"
"additive" "0"
"outline" "1"
}
}
If it's not already there just add "outline" "1", it'll add a black outline around your crosshair.[/quote]
i am used tf2 mate for the cross i use now and their is no crosshairnormal in the clientscheme
tf2mate does not deal in HUD crosshairs, which seems to be what you're looking for. I can confirm now that garm3nHUD has the crosshair you want. Check it out. It comes with full installation instructions, too.
http://www.sdx-gaming.eu/?page_id=4097
EDIT: I should add that if you want to preview the crosshair, download the .rar of screenshots. The one you want is shown under 4MP Version\CrossHairs\CrosshairNormal.jpg
EDIT2: It's closer to CrossHairRequest.jpg in that folder. Credits to Geknaiir for pointing that out.
http://www.sdx-gaming.eu/?page_id=4097
EDIT: I should add that if you want to preview the crosshair, download the .rar of screenshots. The one you want is shown under 4MP Version\CrossHairs\[s]CrosshairNormal.jpg[/s]
EDIT2: It's closer to CrossHairRequest.jpg in that folder. Credits to Geknaiir for pointing that out.
Anarchyzilis...
i am used tf2 mate for the cross i use now and their is no crosshairnormal in the clientscheme
That's a crosshair that's included by default. You can only have outlines on hud crosshairs.
i am used tf2 mate for the cross i use now and their is no crosshairnormal in the clientscheme[/quote]
That's a crosshair that's included by default. You can only have outlines on hud crosshairs.
"outline" "1"
in clientscheme under your crosshair font
in clientscheme under your crosshair font
Virulencetf2mate does not deal in HUD crosshairs, which seems to be what you're looking for. I can confirm now that garm3nHUD has the crosshair you want. Check it out. It comes with full installation instructions, too.
http://www.sdx-gaming.eu/?page_id=4097
EDIT: I should add that if you want to preview the crosshair, download the .rar of screenshots. The one you want is shown under 4MP Version\CrossHairs\CrosshairNormal.jpg
That's just a +. The one he's talking about has shorter sides.
http://www.sdx-gaming.eu/?page_id=4097
EDIT: I should add that if you want to preview the crosshair, download the .rar of screenshots. The one you want is shown under 4MP Version\CrossHairs\CrosshairNormal.jpg[/quote]
That's just a +. The one he's talking about has shorter sides.
okay thanks for all your help pot your suggestions seems really easy i can keep my hud and stuff but i cant find crosshair font in client scheme
You don't have to abandon your current HUD. You can transplant the new crosshair into your current one. Rays published a good guide on that. After that, you can do what pot says and add the outline.
https://dl.dropbox.com/u/19762650/importingxhairstf2.jpg
put this font in your resource folder
https://dl.dropbox.com/u/47314308/TF2/KBNHud/resource/MavenPro-Black.ttf
Put this in your clientscheme.res
"Xhair"
{
"1"
{
"name" "MavenPro-Black"
"tall" "18"
"weight" "700"
"range" "0x0000 0x017F"
"outline" "1"
}
Put this in your hudlayout.res
xHair
{
"controlName" "CExLabel"
"fieldName" "xHair"
"visible" "1"
"enabled" "1"
"zpos" "1"
"font" "xHair"
"labelText" "+"
"textAlignment" "center"
"xpos" "c-8"
"ypos" "c-8"
"wide" "16"
"tall" "15"
"fgcolor" "0 255 0 255"
}
This works for 1680x1050. If you want to centre it for whatever res you use, put in values for xpos, ypos, wide, and tall until it's centred.
[quote]https://dl.dropbox.com/u/47314308/TF2/KBNHud/resource/MavenPro-Black.ttf[/quote]
Put this in your clientscheme.res
[quote]"Xhair"
{
"1"
{
"name" "MavenPro-Black"
"tall" "18"
"weight" "700"
"range" "0x0000 0x017F"
"outline" "1"
}[/quote]
Put this in your hudlayout.res
[quote]xHair
{
"controlName" "CExLabel"
"fieldName" "xHair"
"visible" "1"
"enabled" "1"
"zpos" "1"
"font" "xHair"
"labelText" "+"
"textAlignment" "center"
"xpos" "c-8"
"ypos" "c-8"
"wide" "16"
"tall" "15"
"fgcolor" "0 255 0 255"
}[/quote]
This works for 1680x1050. If you want to centre it for whatever res you use, put in values for xpos, ypos, wide, and tall until it's centred.