Put autoexec.cfg in ...\Steam\steamapps\common\Counter-Strike Global Offensive\game\csgo\cfg
-high -console -novid -freq 144 -nojoy +exec autoexec.cfg
See my CS:GO config >
See my Quake Live config >
Put autoexec.cfg in ...\Steam\steamapps\common\Counter-Strike Global Offensive\game\csgo\cfg
-high -console -novid -freq 144 -nojoy +exec autoexec.cfg
See my CS:GO config >
See my Quake Live config >
| // dohnutt's autoexec | |
| // updated 2025-02-02 | |
| // performance | |
| fps_max 144 | |
| mm_dedicated_search_maxping 100 // don't queue into servers with over 100 ping | |
| // sensitivity | |
| sensitivity 2.177891 | |
| // mouse | |
| //m_rawinput 1 | |
| //m_customaccel 0 | |
| //m_mouseaccel1 0 | |
| //m_mouseaccel2 0 | |
| //m_mousespeed 0 // 1 is default and enables Windows mouse accel | |
| m_yaw 0.022 // default | |
| // binds | |
| unbind "`" | |
| bind "f11" toggleconsole // change console key | |
| bind "`" +voicerecord // push to talk | |
| bind "t" player_ping | |
| //bind "l" "say_team Fistbumps" | |
| unbind "l" | |
| // zxcv grenade binds | |
| bind "z" slot7 | |
| bind "x" slot8 | |
| bind "c" slot6 | |
| bind "v" slot10 | |
| bind "f" +use | |
| bind "g" drop | |
| alias +bombdrop "slot3; slot5" | |
| alias -bombdrop "drop; lastinv" | |
| bind "h" +bombdrop // drop bomb | |
| bind "j" "slot12" // healthshot | |
| bind "TAB" +showscores | |
| bind "k" buymenu | |
| bind "y" messagemode // all chat | |
| bind "u" messagemode2 // team chat | |
| bind "CTRL" +duck | |
| bind "ALT" +sprint | |
| bind "mouse1" +attack | |
| bind "mouse3" +lookatweapon | |
| bind "mwheeldown" +jump // scroll wheel jump | |
| bind "space" +jump | |
| // quick knife switch | |
| alias +knife slot3 | |
| alias -knife lastinv | |
| bind "q" +knife | |
| // viewmodel | |
| viewmodel_presetpos 3 // 1 = default, 3 = classic | |
| // crosshair | |
| cl_crosshairdot 0 | |
| cl_crosshairgap -2.5 | |
| cl_crosshairsize 3 | |
| cl_crosshairstyle 4 | |
| cl_crosshairthickness 1 | |
| cl_fixedcrosshairgap 3 | |
| cl_crosshair_drawoutline 0 | |
| cl_crosshair_friendly_warning 0 | |
| // crosshair colours | |
| cl_crosshaircolor 5 | |
| cl_crosshairalpha 250 | |
| cl_crosshaircolor_r 0 | |
| cl_crosshaircolor_g 245 | |
| cl_crosshaircolor_b 0 | |
| // hud | |
| cl_hud_telemetry_serverrecvmargin_graph_show 1 // show telemetry | |
| //cl_showfps 1 | |
| //cl_hud_playercount_pos 1 // move to bottom | |
| //cl_hud_healthammo_style 1 // hide health bars | |
| // hide your own tracers | |
| r_drawtracers_firstperson 0 | |
| // change what model is holding in menu | |
| ui_vanitysetting_loadoutslot_ct equipment1 | |
| ui_vanitysetting_loadoutslot_t equipment1 | |
| // radar size | |
| cl_radar_scale 0.5 // 0.3 = minimum recommended | |
| cl_hud_radar_scale 1.3 // largest possible | |
| cl_radar_icon_scale_min 0.6 // default, ranges from 0.4 to 1 | |
| cl_radar_always_centered 0 | |
| cl_radar_rotate 1 | |
| cl_radar_square_with_scoreboard 1 | |
| // radar zoom in | |
| alias "+radarzoom" "cl_radar_scale 0.9" | |
| alias "-radarzoom" "cl_radar_scale 0.5" | |
| bind "\" +radarzoom; | |
| // noclip | |
| bind "p" "sv_cheats 1; noclip" | |
| // voice commands | |
| bind "semicolon" radio2 | |
| bind "'" radio1 | |
| // FPS bug | |
| //bind "F7" "logaddress_add 1; say if you are having lag issues, type this in console: logaddress_add 1" | |
| // yooo | |
| host_writeconfig | |
| echo "Loaded dohnutt's autoexec! Nice." |