Skip to content

Instantly share code, notes, and snippets.

@msanigar
Last active September 11, 2019 09:29
Show Gist options
  • Save msanigar/7ef329cf883174c1384d1174d464843d to your computer and use it in GitHub Desktop.
Save msanigar/7ef329cf883174c1384d1174d464843d to your computer and use it in GitHub Desktop.
cs:go
// general + hud
mat_monitorgamma_tv_enabled 1
sensitivity 1.8
zoom_sensitivity_ratio 1.0
mat_monitorgamma 2
hud_scaling "0.75"
cl_hud_background_alpha 0
cl_hud_color 7
snd_mixahead "0.05"
snd_mix_async "1"
snd_stream "1"
cl_interp "0"
cl_interp_ratio "1"
// radar
cl_hud_radar_scale "1.2"
cl_radar_always_centered "0"
cl_radar_icon_scale_min "1"
cl_radar_rotate "1"
cl_radar_scale "0.6"
cl_radar_square_with_scoreboard "0"
cl_hud_bomb_under_radar "1"
// viewmodel
cl_viewmodel_shift_left_amt "0.500000"
cl_viewmodel_shift_right_amt "0.250000"
viewmodel_fov "68"
viewmodel_offset_x "2.5"
viewmodel_offset_y "2"
viewmodel_offset_z "-1"
viewmodel_presetpos "0"
viewmodel_recoil "1.0"
cl_bob_lower_amt "5.000000"
cl_bobamt_lat "0.100000"
cl_bobamt_vert "0.100000"
cl_bobcycle "0.98"
// rates
mm_dedicated_search_maxping
rate "786432"
cl_cmdrate "128"
cl_updaterate "128"
cl_interp_ratio "1"
cl_interp "0"
cl_lagcompensation "1"
cl_predict "1"
cl_predictweapons "1"
// fps fixes
m_customaccell 0
m_mouseaccel2 "0"
m_mouseaccel1 "0"
cl_forcepreload "0"
cl_autohelp "0"
cl_disablehtmlmotd "1"
cl_showhelp "0"
cl_downloadfilter "nosounds"
r_eyegloss "0"
r_eyemove "0"
r_eyeshift_x "0"
r_eyeshift_y "0"
r_eyeshift_z "0"
r_eyesize "0"
m_rawinput "1"
fps_max "999"
fps_max_menu "999"
net_graph "1"
net_graphheight "990"
net_graphmsecs "400"
net_graphpos "2"
net_graphproportionalfont "0"
net_graphshowinterp "1"
net_graphshowlatency "1"
net_graphsolid "1"
net_graphtext "1"
net_maxroutable "1200"
net_scale "5"
bind l "r_cleardecals"
// crosshair
cl_crosshairalpha "155"
cl_crosshaircolor "5"
cl_crosshaircolor_b "0"
cl_crosshaircolor_r "255"
cl_crosshaircolor_g "255"
cl_crosshairdot "0"
cl_crosshairgap "-2"
cl_crosshairsize "2"
cl_crosshairstyle "4"
cl_crosshairusealpha "1"
cl_crosshairthickness "0.75"
cl_fixedcrosshairgap "-2"
cl_crosshair_outlinethickness "1"
cl_crosshair_drawoutline "1"
// binds
net_graph "1";
net_graphpos "2";
net_graphheight "9999";
alias "+scorenet" "+showscores; net_graphheight 0";
alias "-scorenet" "-showscores; net_graphheight 9999";
bind "TAB" "+scorenet"
bind "MWHEELDOWN" "+jump"
alias "+crouchjump" "+jump; +duck"
alias "-crouchjump" "-jump; -duck"
bind space "+crouchjump"
bind "q" "lastinv"
bind "MWHEELUP" "use weapon_flashbang"
alias "+jumpthrow" "+jump;-attack"
alias "-jumpthrow" "-jump"
bind "mouse3" "+jumpthrow"
bind "-" "voice_enable 0"
bind "=" "voice_enable 1"
bind "leftarrow" " buy flashbang;"
bind "uparrow" " buy hegrenade;"
bind "rightarrow" " buy smokegrenade;"
bind "downarrow" " buy incgrenade; buy molotov;"
bind "kp_end" "buy vest;"
bind "kp_ins" "buy hegrenade; buy smokegrenade; buy molotov; buy incgrenade; buy flashbang;"
bind "kp_del" "buy defuser;"
bind "kp_downarrow" "buy vest; buy vesthelm;"
bind "kp_pgdn" "buy mp7;"
bind "kp_home" "buy galilar; buy famas;"
bind "kp_uparrow" "buy ak47; buy m4a1;"
bind "kp_pgup" "buy awp;"
bind "kp_leftarrow" "buy p250;"
bind "kp_5" "buy deagle;"
bind "kp_rightarrow" "buy tec9; buy fiveseven;"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment