Skip to content

Instantly share code, notes, and snippets.

@pongloongyeat
Last active August 18, 2020 09:02
Show Gist options
  • Save pongloongyeat/4f21928ea6ead3138cca37b5dec1dac7 to your computer and use it in GitHub Desktop.
Save pongloongyeat/4f21928ea6ead3138cca37b5dec1dac7 to your computer and use it in GitHub Desktop.
CSGO autoexec
// WickedKillington's CSGO config
// Last modified: 18/08/2020
// 1280x960
// Usual rate commands
cl_cmdrate "128"
cl_updaterate "128"
cl_interp "0.0"
cl_interp_ratio "1"
rate "128000"
// Mouse settings
// eDPI is 810 (current mouse sens is 1800dpi)
sensitivity "0.45"
zoom_sensitivity_ratio_mouse "1.0"
m_rawinput "1"
m_yaw 0.0172
// Video settings
mat_monitorgamma "1.6"
mat_monitorgamma_tv_enabled "1"
// Audio
volume "1.0"
voice_enable "1"
voice_scale "1.0" // teammate volume
voice_mixer_volume "1.0" // mic volume
snd_mvp_volume "0"
snd_mixahead "0.05"
// lobby_voice_chat_enabled "0"
// Netgraph
net_graph "1"
net_graphheight "64"
net_graphpos "1"
// Display damage
developer "1"
con_filter_enable "2"
con_filter_text_out "Player:"
con_filter_text "damage"
// Viewmodel
viewmodel_presetpos "0"
viewmodel_fov "68"
viewmodel_offset_x "2.5"
viewmodel_offset_y "1"
viewmodel_offset_z "-1.5"
viewmodel_recoil "0"
cl_bob_lower_amt "5"
cl_bobamt_lat "0.1"
cl_bobamt_vert "0.1"
cl_bobcycle "0.98"
cl_viewmodel_shift_left_amt "0"
cl_viewmodel_shift_right_amt "0"
// Minimap
cl_radar_always_centered "0"
cl_radar_scale "0.3"
cl_hud_radar_scale "1.15"
cl_radar_icon_scale_min "1"
// Keybinds
// General:
bind "1" "slot1"
bind "2" "slot2"
bind "3" "slot3"
bind "4" "slot4"
bind "5" "slot5"
bind "w" "+forward"
bind "a" "+moveleft"
bind "s" "+back"
bind "d" "+moveright"
bind "SPACE" "+jump"
bind "SHIFT" "+speed; r_cleardecals;
bind "MOUSE1" "+attack"
bind "MOUSE2" "+attack2"
bind "b" "buymenu"
bind "e" "+use"
bind "f" "+lookatweapon"
bind "g" "drop"
bind "r" "+reload"
bind "q" "lastinv"
// Nades:
bind "z" "slot7"
bind "x" "slot8"
bind "c" "slot6"
bind "t" "slot10"
// Smoke practice:
bind kp_end "noclip; say .noclip"
bind kp_ins "sv_cheats 1; bot_quota 0; god; mp_buytime 99999; mp_buy_anywhere 1; mp_warmup_end; mp_freezetime 0; mp_roundtime_defuse 60; sv_grenade_trajectory 1; sv_grenade_trajectory_time 10; sv_showimpacts 1; sv_infinite_ammo 1; mp_maxmoney 500000; mp_startmoney 500000; mp_restartgame 1"
// 1v1
bind kp_downarrow "sv_cheats 1; bot_quota 0; mp_buytime 99999; mp_buy_anywhere 1; mp_warmup_end; mp_freezetime 3; mp_roundtime_defuse 60; mp_maxmoney 500000; mp_startmoney 500000; mp_restartgame 1"
// Crosshair
// Crosshair toggle:
alias "smokexhair" "cl_crosshairalpha "100"; cl_crosshairdot "1"; cl_crosshairgap " 4"; cl_crosshairsize "255"; cl_crosshairstyle "4"; cl_crosshairthickness " 1"; cl_fixedcrosshairgap "4"; cl_crosshair_drawoutline "1"; bind "ALT" "xhair0"
alias "xhair0" "cl_crosshairalpha "200"; cl_crosshairdot "0"; cl_crosshairgap "-1"; cl_crosshairsize " 3"; cl_crosshairstyle "4"; cl_crosshairthickness "0.5"; cl_fixedcrosshairgap "3"; cl_crosshair_drawoutline "1"; bind "ALT" "xhair1"
alias "xhair1" "cl_crosshairalpha "200"; cl_crosshairdot "1"; cl_crosshairgap "-6"; cl_crosshairsize " 1"; cl_crosshairstyle "4"; cl_crosshairthickness " 1"; cl_fixedcrosshairgap "3"; cl_crosshair_drawoutline "1"; bind "ALT" "xhair2"
alias "xhair2" "cl_crosshairalpha "200"; cl_crosshairdot "1"; cl_crosshairgap "-1"; cl_crosshairsize " 2"; cl_crosshairstyle "4"; cl_crosshairthickness "0.5"; cl_fixedcrosshairgap "3"; cl_crosshair_drawoutline "1"; bind "ALT" "xhair3"
alias "xhair3" "cl_crosshairalpha "200"; cl_crosshairdot "0"; cl_crosshairgap "-1"; cl_crosshairsize " 1"; cl_crosshairstyle "4"; cl_crosshairthickness "0.5"; cl_fixedcrosshairgap "3"; cl_crosshair_drawoutline "1"; bind "ALT" "xhair4"
alias "xhair4" "cl_crosshairalpha "200"; cl_crosshairdot "0"; cl_crosshairgap "-2.5"; cl_crosshairsize "3"; cl_crosshairstyle "4"; cl_crosshairthickness "0.5"; cl_fixedcrosshairgap "1"; cl_crosshair_drawoutline "0"; bind "ALT" "smokexhair"
bind "ALT" "smokexhair"
// Default:
xhair4
// Write settings to config file
host_writeconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment