Skip to content

Instantly share code, notes, and snippets.

@mrwest808
Created October 5, 2016 14:50
Show Gist options
  • Save mrwest808/c9d6fe991496430753d93c2ff1448d9b to your computer and use it in GitHub Desktop.
Save mrwest808/c9d6fe991496430753d93c2ff1448d9b to your computer and use it in GitHub Desktop.
// CSGO Config
// Rates
rate "307200";
cl_cmdrate "128";
cl_updaterate "128";
cl_interp "0.0";
cl_interp_ratio "1";
cl_lagcompensation "1";
// Mouse
sensitivity "1.9";
zoom_sensitivity_ratio_mouse "1.0";
m_rawinput "1";
m_pitch "0.022";
m_customaccel "0";
m_mouseaccel1 "0";
m_mouseaccel2 "0";
// Video
fps_max "999";
fps_max_menu "145";
// Crosshair
cl_crosshairstyle "4";
cl_crosshairsize "2";
cl_crosshairthickness "1";
cl_crosshairgap "-1";
cl_fixedcrosshairgap "3";
cl_crosshairdot "0";
cl_crosshairusealpha "1";
cl_crosshairalpha "999";
cl_crosshair_drawoutline "1";
cl_crosshair_outlinethickness "1";
cl_crosshairgap_useweaponvalue "0";
cl_crosshair_sniper_width "1";
// White crosshair
cl_crosshaircolor "5";
cl_crosshaircolor_r "255";
cl_crosshaircolor_g "255";
cl_crosshaircolor_b "255";
// HUD
hud_scaling "0.80";
cl_righthand "0";
// Binds
bind q "lastinv";
bind w "+forward";
bind a "+moveleft";
bind s "+back";
bind d "+moveright";
bind e "+use";
bind r "+reload";
bind f "+lookatweapon";
bind g "drop";
bind b "buymenu";
bind tab "+ng";
bind shift "+speed";
bind ctrl "+duck";
bind space "+jump";
bind 1 "slot1";
bind 2 "slot2";
bind 3 "slot3";
bind 4 "slot4";
bind 5 "slot5";
bind MWHEELDOWN "invnext";
bind MWHEELUP "invprev";
bind mouse1 "+attack";
bind mouse2 "+attack2";
bind mouse5 "+reload";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment