Skip to content

Instantly share code, notes, and snippets.

@ngerritsen
Forked from nickbudi/README.md
Last active January 18, 2025 14:52
Show Gist options
  • Save ngerritsen/f230d1c4a88549e615e3f8bb6b3bacb9 to your computer and use it in GitHub Desktop.
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 2
// 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 "sv_cheats 1; noclip"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment