Skip to content

Instantly share code, notes, and snippets.

@pfirsich
Last active January 15, 2021 07:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save pfirsich/0e48f3d4ca4d2b2b7376 to your computer and use it in GitHub Desktop.
Save pfirsich/0e48f3d4ca4d2b2b7376 to your computer and use it in GitHub Desktop.
CS:GO autoexec.cfg
// Launch options: -console -novid -threads 4 -high -nojoy
echo " ___ _ _ ___ _
echo " |_ | | |( ) / _ \ | | "
echo " | | ___ ___ | ||/ ___ / /_\ \ _ _ | |_ ___ ___ __ __ ___ ___ "
echo " | | / _ \ / _ \| | / __| | _ || | | || __| / _ \ / _ \\ \/ / / _ \ / __|"
echo "/\__/ /| (_) || __/| | \__ \ | | | || |_| || |_ | (_) || __/ > < | __/| (__ "
echo "\____/ \___/ \___||_| |___/ \_| |_/ \__,_| \__| \___/ \___|/_/\_\ \___| \___|"
echo ""
echo "Saved in <Steam Library>\SteamApps\common\Counter-Strike Global Offensive\csgo\cfg"
//---- KEYBINDS ----//
bind "c" "use weapon_knife; use weapon_smokegrenade" // Cmokegrenade
bind "f" "use weapon_knife; use weapon_flashbang" // Flash
bind "x" "use weapon_knife; use weapon_hegrenade" // eXplosive grenade
bind "y" "use weapon_knife; use weapon_incgrenade; use weapon_molotov"
bind "alt" "+lookatweapon"
bind "v" "use weapon_knife; use weapon_c4; drop; say_team Dropping the bomb."
bind "MOUSE4" "+voicerecord"
bind "i" "toggleconsole"
bind "capslock" "noclip"
bind "z" "messagemode"
bind "shift" "+speed; r_cleardecals"
bind "e" "+use; r_cleardecals"
// I have custom radio panels!
bind "mouse3" "radio1"
bind "k" "radio2" // konfiguration
bind "p" "radio3" // practice
bind "l" "demoui"
bind "o" "toggle spec_show_xray 0 1; playgamesound Buttons.snd10"
// Zoom (.) and unzoom (,) radar
bind "." "incrementvar cl_radar_scale 0.2 1.1 0.025; cl_radar_scale"
bind "," "incrementvar cl_radar_scale 0.2 1.1 -0.025; cl_radar_scale"
alias +knife "slot3"
alias -knife "lastinv"
bind MOUSE5 +knife
alias "+jumpthrow" "+jump;-attack"
alias "-jumpthrow" "-jump"
bind t "+jumpthrow"
// Let q always go to primary weapon or to secondary if primary is equipped
alias qprim "slot2; slot1; bind q qsec"
alias qsec "slot2; bind q qprim"
bind q qprim
bind 1 "slot1; bind q qsec"
bind 2 "slot2; bind q qprim"
bind 3 "slot3; bind q qprim"
bind 4 "slot4; bind q qprim"
// Zoom radar with middle mouse?
// Maybe enable/disable cl_radar_rotate? Maybe adjust icon size with cl_radar_icon_scale_min (default 0.6)
cl_radar_always_centered 0
cl_radar_scale 0.3
cl_hud_radar_scale 1.3
alias q disconnect
alias qq quit
alias qqq quit
//---- SETTINGS ---- //
// Ingame
cl_autowepswitch "0"
cl_showloadout "1" // Show inventory on the lower right side
gameinstructor_enable "0"
// "Press F to inspect your weapon" and others
cl_showhelp 0
// "You've spotted an enemy" and others
cl_autohelp 1
// Zooming into cross eyes stupid CT faces, when they killed you
cl_disablefreezecam 1
hud_showtargetid "1"
hud_scaling 0.89
cl_show_clan_in_death_notice "0" // I often mistake a players clan tag for the name
net_graph "1"
net_graphheight "9999"
// Make sure these are set properly at the start of the game
voice_scale 1
cl_mute_enemy_team 0
m_rawinput "1"
m_customaccel "0"
m_mouseaccel1 "0"
m_mouseaccel2 "0"
sensitivity 1.0
// This lets friend join community server through the Steam menu
cl_join_advertise 2
// Network
cl_forcepreload 1 // Preload all assets so they won't be loaded in game
cl_cmdrate "128" // 128 tick servers require this rate (64 will default to 64 for you, no need to edit)
cl_updaterate "128" // 128 tick servesr require this rate (64 will default to 64 for you, no need to edit)
cl_interp_ratio 1 // Number of ticks interpolated. Default is 2
cl_interp 0 // cl_interp_ratio / cl_updaterate. 0 makes cs go calculate it itself
rate "80000" // This is your client rate, you may need to lower it if your net speed cannot keep up
// Sound
windows_speaker_config "1"
snd_mixahead "0.1"
// Viewmodel, small to the front, down, to the right
viewmodel_offset_x "2.5"
viewmodel_offset_y "2.0"
viewmodel_offset_z "-2.0"
viewmodel_fov "69"
// Less bobbing
cl_bobamt_lat "0"
cl_bobamt_vert "0"
// How far the gun will go back when you move
cl_bob_lower_amt "0"
// How far your gun will go to the middle, when you crouch/walk/stand
cl_viewmodel_shift_left_amt "0"
cl_viewmodel_shift_right_amt "0"
// Display damage in top left
con_filter_text "Damage"
con_filter_text_out "Player:"
con_filter_enable "2"
developer "1"
//---- CROSSHAIRS ----//
alias ch_standard "exec ch_standard"
alias ch_box "exec ch_box"
alias ch_dynamic "exec ch_dynamic"
alias ch_dual_dyn "exec ch_dual_dyn"
alias ch_col_green "exec ch_col_green"
alias ch_col_white "exec ch_col_white"
ch_box
ch_col_white
//---- BUY BINDS ---- // -- http://csgobindsgenerator.com/
// kp_slash is not bindable on german keyboards!
bind "uparrow" " buy molotov; buy incgrenade;"
bind "kp_minus" "buy famas; buy galilar;"
bind "kp_multiply" " buy defuser;"
bind "kp_del" " buy vest;"
bind "kp_enter" "buy vesthelm; buy vest"
bind "kp_end" "buy p250;"
bind "kp_downarrow" "buy fiveseven; buy tec9;"
bind "kp_pgdn" "buy deagle;"
bind "kp_leftarrow" "buy mp7;"
bind "kp_5" "buy ump45;"
bind "kp_rightarrow" "buy p90;"
bind "kp_home" "buy sg556; buy aug;"
bind "kp_uparrow" "buy ssg08;"
bind "kp_pgup" "buy awp;"
bind "kp_plus" "buy m4a1; buy ak47;"
bind "leftarrow" " buy smokegrenade;"
bind "downarrow" " buy flashbang;"
bind "rightarrow" " buy hegrenade;"
bind "kp_ins" "buy taser"
bind "-" "buy decoy"
bind "Home" "buy elite;"
bind "End" "buy mp9; buy mac10;"
bind "pgup" "buy nova;"
bind "pgdn" "buy mag7; buy sawedoff;"
echo"//=====================================================//"
echo"// Pos1 | PgUp | PgDn | End //"
echo"// Dualies | Nova |Mag-7/Swdoff| MP9/MAC-10 //"
echo"// | | | //"
echo"//=====================================================//"
echo""
echo""
echo"//=====================================================//"
echo"// Num | / | * | - //"
echo"// Lock | Decoy | KIT | FAMAS //"
echo"// | | | GALIL //"
echo"//-------------|-------------|-------------|-----------//"
echo"// 7 | 8 | 9 | + //"
echo"// AUG/KRIEG | SCOUT | AWP | M4 //"
echo"//-------------|-------------|-------------| AK47 //"
echo"// 4 | 5 | 6 | //"
echo"// MP7 | UMP | P90 | //"
echo"//-------------|-------------|-------------|-----------//"
echo"// 1 | 2 | 3 | Enter //"
echo"// P250 | TEC9/5-7 | DEAGLE |Vest+Helmet//"
echo"//-------------|-------------|-------------| //"
echo"// 0 | . | //"
echo"// Zeus | Vest | //"
echo"//=====================================================//"
echo""
echo""
echo"// |-------------| //"
echo"// | /\ | //"
echo"// | Molly | //"
echo"//-------------|-------------|-------------//"
echo"// <- | \/ | -> //"
echo"// Smoke | Flash | HE //"
echo"//-------------|-------------|-------------//"
host_writeconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment