Skip to content

Instantly share code, notes, and snippets.

@ngerritsen
Forked from nickbudi/README.md
Last active January 2, 2026 14:34
Show Gist options
  • Select an option

  • Save ngerritsen/f230d1c4a88549e615e3f8bb6b3bacb9 to your computer and use it in GitHub Desktop.

Select an option

Save ngerritsen/f230d1c4a88549e615e3f8bb6b3bacb9 to your computer and use it in GitHub Desktop.
CS2 Config

Niels' CS2 Config

To install this config, in Steam, right click Counterstrike 2 > Manage > Browse Local Files then put the autoexec.cfg in game/csgo/cfg.

Mouse settings (Logitech G Pro Wireless)

  • Mouse DPI: 600
  • Mouse Polling Rate: 1000hz
// Mouse
sensitivity 1.42
zoom_sensitivity_ratio 1.0
// UI
hud_scaling 0.9
cl_radar_always_centered false
cl_radar_scale 0.4
cl_hud_radar_scale 1.3
// Gunmodel
viewmodel_presetpos 1
// Crosshair
cl_crosshairstyle 4
cl_crosshaircolor 5
cl_crosshairsize 2
cl_crosshairgap -1
cl_crosshairalpha 255
cl_crosshairusealpha 0
cl_crosshairthickness 0.6
cl_crosshaircolor_r 255
cl_crosshaircolor_g 255
cl_crosshaircolor_b 255
cl_crosshair_drawoutline 1
cl_crosshair_outlinethickness 1
cl_crosshairdot 0
cl_crosshair_t 0
cl_crosshairgap_useweaponvalue 0
// Keybinds
bind z "slot7"
bind x "slot8"
bind c "slot6"
bind t "slot10"
bind h "healthshot"
bind v "+voicerecord"
bind j "voice_modenable_toggle"
bind mouse3 "player_ping"
// Enable cheats
sv_cheats 1
// Game
mp_freezetime 0
mp_warmup_end
mp_roundtime_defuse 60
mp_respawn_on_death_ct 1
mp_respawn_on_death_t 1
mp_team_intro_time 0
cl_versus_intro false
// Equipment
mp_maxmoney 65535
mp_startmoney 65535
mp_buytime 9999
mp_buy_anywhere 1
ammo_grenade_limit_total 5
sv_infinite_ammo 1
// Indicators
sv_showimpacts 1
sv_showimpacts_time 1
sv_grenade_trajectory_prac_trailtime 15
// Keybinds
bind mouse4 "noclip"
// Lets go
bot_kick
mp_restartgame 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment