CS2 Settings Guide

From Counter-Strike 2 Wiki

CS2 Settings Guide provides comprehensive recommendations for optimizing video, audio, mouse, and game settings in Counter-Strike 2 for competitive play.

Video Settings

Resolution

Resolution Aspect Ratio Notes
1920x1080 16:9 Native — clearest image, largest FOV
1280x960 4:3 (stretched) Most popular competitively — targets appear wider
1024x768 4:3 (stretched) Popular among veterans, lower GPU load
1280x1024 5:4 Niche choice, moderate stretch

Display Mode

Always use Fullscreen for the lowest input lag. Windowed and borderless windowed add latency.

Key Video Settings

Setting Recommended Reason
Global Shadow Quality Medium Shows player shadows (critical for competitive) without heavy GPU cost
Texture Filtering Bilinear Minimal performance cost, negligible visual difference
Shader Detail Low Reduces GPU load with minimal visual impact
Particle Detail Low Improves visibility through effects (smokes, explosions)
Ambient Occlusion Disabled Significant FPS gain, minimal gameplay impact
High Dynamic Range Performance Better performance with adequate visuals
FidelityFX Super Resolution Disabled Native resolution gives the clearest image
MSAA 4x or 8x Smooths edges, moderate performance cost — reduces crosshair shimmer
V-Sync Disabled Critical — V-Sync adds significant input lag
Boost Player Contrast Enabled Makes player models easier to see

Mouse Settings

Sensitivity

Most professional players use a sensitivity resulting in an eDPI between 600 and 1200.

eDPI = DPI × In-game Sensitivity

DPI Common In-game Sens eDPI
400 1.5 - 3.0 600 - 1200
800 0.75 - 1.5 600 - 1200
1600 0.375 - 0.75 600 - 1200

Mouse Settings Checklist

  • Raw Input — Enable (m_rawinput 1)
  • Mouse Acceleration — Disable (m_customaccel 0)
  • Windows Pointer Speed — 6/11 (default)
  • Enhance Pointer Precision — Disable in Windows settings
  • Polling Rate — 1000 Hz recommended (check mouse software)

Audio Settings

Key Audio Settings

Setting Recommended Reason
Master Volume 30-60% Protects hearing during long sessions
Music Volume 0-5% Eliminate distracting music
Ten Second Warning 10-20% Useful audio cue for bomb timer
EQ Profile Crisp Emphasizes footsteps and important sounds
L/R Isolation 50-80% Improves directional audio clarity
Perspective Correction Yes Improved 3D audio positioning
Output Device Headphones Always use headphones for competitive play

Sound Priorities

In competitive play, prioritize hearing:

  1. Footsteps — Enemy position information
  2. Bomb sounds — Plant, defuse attempts
  3. Utility — Grenade pins, bounces
  4. Gunfire — Direction and weapon identification

Game Settings

HUD

  • HUD Scale — 0.85-0.95 (slightly smaller reduces screen clutter)
  • HUD Color — Personal preference (blue or green are popular)
  • Show Team Positions in HUD — Show Locations and Equipment
  • Radar — Zoom out slightly for full map view (cl_radar_scale 0.35)

Radar Optimization

cl_radar_always_centered 0
cl_radar_scale 0.35
cl_hud_radar_scale 1.15
cl_radar_icon_scale_min 0.7
cl_radar_rotate 1

Keybinds

Recommended Binds

Action Default Recommended
Jump Space Space (+ Mouse Wheel Down for bhop)
Crouch Ctrl Ctrl or C
Walk Shift Shift
Drop Weapon G G
Inspect Weapon F F
Use E E
Grenades 4 (cycle) Individual binds (see below)

Individual Grenade Binds

bind "z" "slot6"   // HE Grenade
bind "x" "slot7"   // Flashbang
bind "c" "slot8"   // Smoke Grenade
bind "v" "slot10"  // Molotov/Incendiary
bind "4" "slot9"   // Decoy

Launch Options

Right-click CS2 in Steam → Properties → Launch Options:

-novid -high -tickrate 128

Option Effect
-novid Skips intro video
-high Sets process priority to high
-tickrate 128 Sets local server tick rate to 128

See Also