Page 1 of 1

Crosshair trouble.

PostPosted:Wed Jan 23, 2013 12:17 am
by Lothar
I'm struggling to remember the console commands for changing the colour / style / translucity ( How do you spell that word?? ) of the in-game crosshair does anyone by any chance know them?

Thank you :-)

PostPosted:Wed Jan 23, 2013 12:40 am
by jawfin
The offsets on the screen, probably don't need to change these: -
cg_crosshairY
cg_crosshairX

The crosshair size, only needs changing if you pick a style that's hard to see: -
cg_crosshairSize

The crosshair style (I think there's about 12 or so) : -
cg_drawcrosshair

To make the crosshair goes red when your health is low: -
cg_crosshairhealth 1

To make the crosshair swing side to side with your turns: -
cg_dynamicCrosshairPrecision 1
cg_dynamicCrosshair 1

And to show the users name the crosshair is on: -
cg_drawCrosshairNames 1

I don't know the opaque setting, the style usually covers this.

PostPosted:Wed Jan 23, 2013 2:05 am
by Lothar
Thank you jawfin :-)