Skip to content

Instantly share code, notes, and snippets.

@heuripedes
Created January 19, 2020 15:15
Show Gist options
  • Save heuripedes/3f733702fdef63ce7aeac9c1f8245c90 to your computer and use it in GitHub Desktop.
Save heuripedes/3f733702fdef63ce7aeac9c1f8245c90 to your computer and use it in GitHub Desktop.
csgo config
// global shadows: high
// model/texture detail: low
// effect detail: high
// shader detail: high or very high
// MSAA: as high as possible
// filtering: bilinear
// fxaa: disabled
// defaults first
unbindall
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 "d" "+moveright"
bind "e" "+use"
bind "f" "+lookatweapon"
bind "g" "drop"
bind "i" "show_loadout_toggle"
bind "k" "+voicerecord"
bind "m" "teammenu"
bind "q" "lastinv"
bind "r" "+reload"
bind "s" "+back"
bind "t" "+spray_menu"
bind "u" "messagemode2"
bind "w" "+forward"
bind "x" "slot12"
bind "y" "messagemode"
bind "z" "radio"
bind "`" "toggleconsole"
bind "," "buyammo1"
bind "." "buyammo2"
bind "SPACE" "+jump"
bind "TAB" "+showscores"
bind "ESCAPE" "cancelselect"
bind "DEL" "mute"
bind "PAUSE" "pause"
bind "SHIFT" "+speed"
bind "ALT" "+jumpthrow"
bind "CTRL" "+duck"
bind "F3" "autobuy"
bind "F4" "rebuy"
bind "F5" "jpeg"
bind "F6" "save quick"
bind "F7" "load quick"
bind "F10" "quit prompt"
bind "MOUSE1" "+attack"
bind "MOUSE2" "+attack2"
bind "MOUSE5" "+voicerecord"
bind "MWHEELUP" "invprev"
bind "MWHEELDOWN" "invnext"
// speak
bind "mouse5" "+voicerecord"
// wheel jump
bind mwheelup +jump;bind mwheeldown +jump;bind space +jump
// nade binds (z=flash, x=smoke, c=he, v=molly)
//bind z "use weapon_flashbang";bind x "use weapon_smokegrenade";bind c "use weapon_hegrenade";bind v "use weapon_molotov;use weapon_incgrenade"
// clear decals
//bind m "r_cleardecals"
// jumpthrow
alias "+jumpthrow" "+jump;-attack"; alias -jumpthrow "-jump"; bind alt "+jumpthrow"
// netgraph in the scoreboard
alias +netg "net_graph 1;+showscores";alias -netg "net_graph 0;-showscores";bind TAB "+netg";
// increase volume when walking bind
alias +incvol "incrementvar volume 0 2 0.5;+speed";alias -incvol "incrementvar volume 0 2 -0.5;-speed";bind SHIFT +incvol
// change radar scale
bind o "incrementvar cl_radar_scale 0 1 0.25"
// change gun position
bind "l" "incrementvar cl_righthand 0 1 1"
sensitivity 2.5
m_rawinput 1
// don't auto switch
cl_autowepswitch 0
cl_downloadfilter nosounds
fps_max 240
cl_radar_scale "0.5"
cl_radar_always_centered "0"
cl_righthand 0
cl_teamid_overhead_always 1
hud_showtargetid 1
cl_crosshair_friendly_warning "1"
cl_crosshair_drawoutline "1"
cl_crosshair_dynamic_maxdist_splitratio "0.35"
cl_crosshair_dynamic_splitalpha_innermod "1"
cl_crosshair_dynamic_splitalpha_outermod "0.5"
cl_crosshair_dynamic_splitdist "7"
cl_crosshair_outlinethickness "1"
cl_crosshair_sniper_show_normal_inaccuracy "0"
cl_crosshair_sniper_width "1"
cl_crosshair_t "0"
cl_crosshairalpha "200"
cl_crosshaircolor "5"
cl_crosshaircolor_b "50"
cl_crosshaircolor_g "250"
cl_crosshaircolor_r "50"
cl_crosshairdot "0"
cl_crosshairgap "0"
cl_crosshairgap_useweaponvalue "0"
cl_crosshairscale "0"
cl_crosshairsize "3"
cl_crosshairstyle "4"
cl_crosshairthickness "0."
cl_crosshairusealpha "1"
bind c "toggle cl_crosshairsize 1000 3"
// brighter video (tv mode)
//mat_monitorgamma_tv_enabled "1"
//mat_monitorgamma "1.6"
// max ping
mm_dedicated_search_maxping 90
cl_cmdrate 128; cl_updaterate 128
// see https://www.hltv.org/forums/threads/1261770/new-rate-settings
// 1.57mbps
// rate 196608
// 6.2mbps
rate 786432
//cl_interp 0
//cl_interp_ratio 1
//Cl_interpolate 1
echo "autoexec.cfg loaded"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment