Skip to content

Instantly share code, notes, and snippets.

@maschill92
Last active October 30, 2021 15:32
Show Gist options
  • Save maschill92/00e3e040782bfee8adc1 to your computer and use it in GitHub Desktop.
Save maschill92/00e3e040782bfee8adc1 to your computer and use it in GitHub Desktop.
CSGO Config Files
clear
unbindall
//---------------------- RATES/NETWORK STUFF -----------------------\\
//------------------------------------------------------------------\\
// rate "786432"
// cl_cmdrate "128"
// cl_updaterate "128"
// cl_interp_ratio "1"
//------------------------------------------------------------------\\
//---------------------------- MOUSE -------------------------------\\
//------------------------------------------------------------------\\
// sensitivity "1.5"
// m_customaccel "0"
// m_rawinput "1"
//------------------------------------------------------------------\\
//---------------------------- SOUND -------------------------------\\
//------------------------------------------------------------------\\
// volume "0.30"
// voice_enable "1"
// snd_menumusic_volume "0.10"
// windows_speaker_config "1"
// voice_mixer_volume "0.80"
// snd_mixahead "0.05"
// snd_musicvolume "0.10"
//------------------------------------------------------------------\\
//-------------------------- HUD/VISUAL ----------------------------\\
//------------------------------------------------------------------\\
fps_max "300"
safezonex "0.85"
safezoney "1"
// snd_mute_losefocus "0"
// engine_no_focus_sleep "0"
cl_radar_always_centered "0"
cl_radar_scale "0.5"
cl_hud_radar_scale "1.15"
cl_radar_icon_scale_min "1"
cl_radar_rotate "1"
alias "+ng" "+showscores; net_graph 1";
alias "-ng" "-showscores; net_graph 1";
//------------------------------------------------------------------\\
//----------------------------- MISC -------------------------------\\
//------------------------------------------------------------------\\
// REMEMBER: playdemo <file> <steamId> lowlights
alias "steamId64" "echo 76561197991287468";
cl_showloadout "1"
cl_autowepswitch "0"
cl_teamid_overhead_always "1"
cl_forcepreload "1"
cl_disablefreezecam "1"
r_drawtracers_firstperson "0"
alias "+jumpthrow" "+jump;-attack;-attack2"
alias "-jumpthrow" "-jump"
//------------------------------------------------------------------\\
//------------------- KEYBOARD/MOUSE CONTROLS ----------------------\\
//------------------------------------------------------------------\\
bind "0" "slot10"
bind "1" "slot1"
bind "2" "slot2"
bind "3" "slot3"
bind "4" "slot4"
bind "5" "slot5"
bind "6" "slot6"
bind "7" "slot7"
bind "8" "slot8"
bind "9" "slot9"
bind "a" "+moveleft"
bind "b" "buymenu"
bind "c" "use weapon_hegrenade"
bind "d" "+moveright"
bind "e" "+use; r_cleardecals; +cl_show_team_equipment"
bind "f" "use weapon_flashbang"
bind "g" "use weapon_smokegrenade"
bind "h" "use weapon_healthshot"
bind "i" "show_loadout_toggle"
bind "j" "toggle gameinstructor_enable"
bind "m" "teammenu"
bind "q" "lastinv"
bind "r" "+reload"
bind "s" "+back"
bind "t" "+spray_menu"
bind "u" "messagemode2"
bind "v" "use weapon_molotov; use weapon_incgrenade"
bind "w" "+forward"
bind "x" "+jumpthrow"
bind "y" "messagemode"
bind "z" "drop"
bind "TAB" "+ng"
bind "ESCAPE" "cancelselect"
bind "SPACE" "+jump"
bind "DEL" "mute"
bind "PAUSE" "pause"
bind "SHIFT" "+speed"
bind "CTRL" "+duck"
bind "HOME" "noclip"
bind "," "buyammo1"
bind "." "buyammo2"
bind "`" "toggleconsole"
//bind "kp_ins" "buy vesthelm;"
//bind "kp_del" "buy vest;"
//bind "kp_end" "buy ak47; buy m4a1;"
//bind "kp_downarrow" "buy galilar; buy famas;"
//bind "kp_pgdn" "buy mac10; buy mp9;"
//bind "kp_leftarrow" "buy smokegrenade;"
//bind "kp_enter" "buy defuser;"
//bind "kp_5" "buy flashbang;"
//bind "kp_rightarrow" "buy hegrenade;"
//bind "kp_home" "buy p250;"
//bind "kp_uparrow" "buy tec9; buy fiveseven;"
bind "kp_plus" "incrementvar cl_radar_scale 0.25 1.0 0.05";
bind "kp_minus" "incrementvar cl_radar_scale 0.25 1.0 -0.05";
bind "MOUSE1" "+attack"
bind "MOUSE2" "+attack2"
bind "MOUSE3" "+lookatweapon"
//bind "MOUSE4" "+voicerecord"
bind "MOUSE5" "+voicerecord"
bind "MWHEELUP" "+jump"
bind "MWHEELDOWN" "player_ping"
bind "[" "radio1"
bind "]" "radio2"
bind "\" "radio3"
//------------------------------------------------------------------\\
host_writeconfig
echo _________________________________________________________________
echo _________________________________c o n f i g l o a d e d_______
echo _________________________________________________________________
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment