Any scripts you've made or found? Discuss them here.
 #101341  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 :-)

 #101343  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.

 #101349  by Lothar
 
Thank you jawfin :-)