You are here: Home > Counter Strike Cfg > Counter Strike Config Crosshair

Counter Strike Config Crosshair

//// Config Crosshair \\\\

This first section sets the defaults for the crosshair; change this if you want.

cl_crosshairalpha 200
cl_crosshaircolor 3
cl_crosshairscale 3000
//Increments the crosshair scale by 1000 points. Think of it this way; X = scale; 1000 < X < 5000 
bind DOWNARROW "incrementvar cl_crosshairscale 1000 5000 -1000"
bind UPARROW "incrementvar cl_crosshairscale 1000 5000 1000"
//Increments the color by 1. 
bind RIGHTARROW "incrementvar cl_crosshaircolor 0 4 1"
bind LEFTARROW "incrementvar cl_crosshaircolor 0 4 -1"
//Changes alpha of crosshair
255 = completely solid; 0 = completely transparent
bind PGDN "incrementvar cl_crosshairalpha 105 255 -50"
bind PGUP "incrementvar cl_crosshairalpha 105 255 50"

 

 

HOW TO INSTALL :

  1. Create a new CFG file named crosshair.cfg in the CFG folder in your CS:S folder (usually C:\Program Files\Steam\steamapps\USERNAME\counter-strike source\cstrike\CFG)
  2. Paste the code below into crosshair.cfg.
  3. Type exec crosshair.cfg into autoexec.cfg (if you don’t have an autoexec.cfg then simply make a new cfg file with that title)
  4. Save the files and you are good to go.

 

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • Twitter
  • RSS

Leave a Reply

You must be logged in to post a comment.