CS2 Crosshair Commands

The practical CS2 crosshair command list for players who want to tune a setup by hand.

Core Commands

These are the commands most players actually need.

CommandWhat it changesPractical note
cl_crosshairstyleCrosshair behavior4 is the common classic static starting point.
cl_crosshairsizeLine lengthLower values create a compact crosshair.
cl_crosshairthicknessLine width0.5 to 1 is a common readable range.
cl_crosshairgapCenter gapNegative values tighten the gap.
cl_crosshairdotCenter dotUse 1 for dot, 0 for no dot.
cl_crosshair_drawoutlineBlack outlineHelps visibility on busy backgrounds.
cl_crosshair_outlinethicknessOutline thicknessUse a small value first; thick outlines can cover detail.
cl_crosshaircolorPreset or custom colorUse 5 for custom RGB.
cl_crosshaircolor_rRed channelWorks with cl_crosshaircolor 5.
cl_crosshaircolor_gGreen channelWorks with cl_crosshaircolor 5.
cl_crosshaircolor_bBlue channelWorks with cl_crosshaircolor 5.
cl_crosshairalphaOpacity255 is fully opaque.
cl_crosshairusealphaAlpha toggleSet to 1 before tuning opacity.

Safe Starting Command

Paste this if you want a clean static crosshair you can tune from:

cl_crosshairstyle 4; cl_crosshairsize 2; cl_crosshairthickness 1; cl_crosshairgap -2; cl_crosshaircolor 1; cl_crosshairdot 0; cl_crosshair_drawoutline 1; cl_crosshair_outlinethickness 1; cl_crosshairusealpha 1; cl_crosshairalpha 255

Then adjust only one value at a time. For example, change size first, test it, then change gap.

Useful Tuning Examples

cl_crosshairgap -3

Makes the center gap tighter.

cl_crosshairsize 1.5

Shortens each line for a smaller crosshair.

cl_crosshaircolor 5; cl_crosshaircolor_r 255; cl_crosshaircolor_g 255; cl_crosshaircolor_b 255

Uses a custom white crosshair.

cl_crosshair_drawoutline 1; cl_crosshair_outlinethickness 1

Adds an outline for contrast.

Command Workflow

  1. Paste a full preset.
  2. Test it in a practice environment.
  3. Change one command.
  4. Test again.
  5. Save the final command line in an autoexec.cfg or a local note.

Sources