Bentomatwhole bunch of text
HUD crosshairs are in your HUD, you can't make them part of a tf2 config file (without using minmode (because you can make xhairs visible in minmode, and not in "normal"mode, and crosshairs visible in "normal"mode not visible in minmode) or the achievement tracker thing(?I'm not really sure how this works, or even if I'm calling it the right thing), and then still there are part of your hud, but you are "cheating the system" a bit).
in the scripts folder there is a hudlayout file (which you can open in notepad) and each hud crosshair for the hud is in there, and labeled. To enable one of the hud crosshairs, you look for the
"visible" "0"
you change the 0 to a 1, and you have a hud crosshair, if it is not center, or it is cut off, fiddle with these
"xpos" "c-100"
"ypos" "c-97"
"wide" "201"
"tall" "200"
if the tall and wide aren't big enough, part of your xhair will be cut off.
if you want to change the color look for the line that says
"fgcolor" "0 255 0 255"
it's written in rgb so the first value (a 0 in this case) is the red, the next number is the green, and the 3rd number is the blue. The last number is transparency. A value of 1 is hardly visible whereas a value of 255 is completely opaque. (Special thanks to delpo)
if you see this
"enabled" "0"
your hud xhair will be black( at least for me ) so change it to this!!!
"enabled" "1"
please excuse my grammar and dull writing!
p.s. if anything in here is wrong, let me know and I'll change it (or if someone comments about the achievement tracker thing, or the 4th number in fgcolor)