Last active
June 19, 2025 03:00
-
-
Save nullconfig/85066c2debde5444194f1040902ff37a to your computer and use it in GitHub Desktop.
Counter Strike 2 Settings Config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Movement Keys | |
| bind "a" "+left" | |
| bind "d" "+right" | |
| bind "w" "+forward" | |
| bind "s" "+back" | |
| bind "ctrl" "+duck" | |
| bind "shift" "+sprint" | |
| bind "mwheeldown" "+jump" | |
| // Binds | |
| bind "mouse4" "+lookatweapon" | |
| bind "mouse5" "+voicerecord" | |
| bind "y" "messagemode" | |
| bind "z" "toggle cl_radar_scale 1 0.3" | |
| bind "6" "drop" | |
| bind "j" "noclip" | |
| bind "`" "toggleconsole" | |
| bind "l" "+spray_menu" | |
| bind "o" "give weapon_flashbang; give weapon_molotov;give weapon_hegrenade; give weapon_smokegrenade;give weapon_ak47" | |
| bind "q" "lastinv" | |
| bind "x" "player_ping" | |
| // Grenade Binds | |
| bind "f" "slot7" | |
| bind "t" "slot8" | |
| bind "g" "slot10" | |
| bind "v" "slot6" | |
| // Unbinds | |
| unbind "alt" | |
| unbind "mwheelup" | |
| unbind "mouse3" | |
| unbind "k" | |
| unbind "m" | |
| unbind "p" | |
| unbind "i" | |
| unbind "/" | |
| unbind "f1" | |
| unbind "f2" | |
| unbind "f3" | |
| unbind "f4" | |
| unbind "f5" | |
| // Current Crosshair | |
| cl_crosshairalpha 255 | |
| cl_crosshairgap -4 | |
| cl_crosshair_outlinethickness 0 | |
| cl_crosshaircolor 5 | |
| cl_crosshairthickness 1 | |
| cl_crosshairstyle 4 | |
| cl_crosshairsize 1 | |
| cl_crosshairdot 0 | |
| cl_crosshaircolor_b 0 | |
| cl_crosshaircolor_g 255 | |
| cl_crosshaircolor_r 0 | |
| cl_crosshair_drawoutline 0 | |
| // Crosshairs | |
| bind "8" "cl_crosshairalpha 255; cl_crosshairgap -4 ; cl_crosshair_outlinethickness 0; cl_crosshaircolor 5; cl_crosshairthickness 1; cl_crosshairstyle 4; cl_crosshairsize 1; cl_crosshairdot 0; cl_crosshaircolor_b 0; cl_crosshaircolor_g 255; cl_crosshaircolor_r 0; cl_crosshair_drawoutline 0" | |
| bind "9" "cl_crosshairalpha 255; cl_crosshairstyle 4;cl_crosshaircolor 4;cl_crosshair_outlinethickness 1; cl_crosshair_drawoutline 1; cl_crosshairthickness 1.5; cl_crosshairgap -5; cl_crosshairdot 1; cl_crosshairsize 0; cl_crosshaircolor_b 255; cl_crosshaircolor_g 255; cl_crosshaircolor_r 255" | |
| bind "0" "cl_crosshairalpha 255; cl_crosshairstyle 4;cl_crosshaircolor 4;cl_crosshair_outlinethickness 1; cl_crosshair_drawoutline 1; cl_crosshairthickness 1; cl_crosshairgap -5; cl_crosshairdot 1; cl_crosshairsize 0; cl_crosshaircolor_b 255; cl_crosshaircolor_g 255; cl_crosshaircolor_r 255" | |
| bind "-" "cl_crosshairalpha 255; cl_crosshairthickness 1.5; cl_crosshairgap -5; cl_crosshairsize 1; cl_crosshair_drawoutline 0; cl_crosshairdot 0; cl_crosshaircolor 2; cl_crosshaircolor_b 0; cl_crosshaircolor_r 0; cl_crosshaircolor_g 0; cl_crosshair_outlinethickness 0;" | |
| bind "=" "cl_crosshairalpha 255; cl_crosshairgap -4 ; cl_crosshair_outlinethickness 0; cl_crosshaircolor 2; cl_crosshairthickness 1; cl_crosshairstyle 4; cl_crosshairsize 1; cl_crosshairdot 0'; cl_crosshaircolor_b 0'; cl_crosshaircolor_g 0'; cl_crosshaircolor_r 0'; cl_crosshair_drawoutline 0" | |
| // Settings | |
| sensitivity 0.38 | |
| zoom_sensitivity_ratio 0.8 | |
| rate 1000000 | |
| fps_max 237 | |
| r_show_build_info "0" | |
| hud_scaling "1.0" | |
| hud_showtargetid "0" | |
| con_enable 1 | |
| // Viewmodel | |
| viewmodel_fov "68" | |
| viewmodel_offset_x "-2" | |
| viewmodel_offset_y "-2" | |
| viewmodel_offset_z "-2" | |
| clear |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment