Skip to content

Instantly share code, notes, and snippets.

@samuelsson
Last active January 22, 2023 23:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samuelsson/662b5b349fd8a910646d948677b44a4e to your computer and use it in GitHub Desktop.
Save samuelsson/662b5b349fd8a910646d948677b44a4e to your computer and use it in GitHub Desktop.
Autoexec for CS:GO
//
// sege's autoexec
// Put this in C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg
// It will then work for all accounts regardless of local config for that account.
//
// Launch options: -novid -nojoy -high -tickrate 128 -refresh 144 +cl_forcepreload 1 +fps_max 0
//
// Video Options:
//
// Global Shadow Quality: High
// Model / Texture Detail: Low
// Texture Streaming: Disabled
// Effect Detail: Medium
// Shader Detail: Low
// Player Contrast: Enabled
// Multicore Rendering: Enabled
// Multisampling AA Mode: 4x MSAA
// FXAA Anti-Aliasing: Disabled
// Texture Filtering Mode: Anistropic 8X
// Wait for Vertical Sync: Disabled
// Motion Blur: Disabled
// Misc
cl_disablehtmlmotd "0"
cl_hud_playercount_pos "0"
cl_hud_playercount_showcount "1"
cl_show_clan_in_death_notice "0"
cl_inventory_saved_filter "all,not_defaultequipped"
cl_inventory_saved_sort "mostrare"
con_enable "1"
gameinstructor_enable "0"
lobby_default_privacy_bits "1"
mm_dedicated_search_maxping "25.000000"
// Models and game env
cl_autowepswitch "0"
cl_bobamt_lat "0.33"
cl_bobamt_vert "0.14"
cl_disablefreezecam "1"
cl_dm_buyrandomweapons "0"
cl_forcepreload "1"
cl_hud_background_alpha "0.000000"
hud_scaling "0.851000"
cl_spec_mode "4"
cl_teammate_colors_show "2"
cl_use_opens_buy_menu "0"
cl_teamid_overhead_always "1"
cl_teamid_overhead_maxdist "9999"
// Sound and chat
cl_embedded_stream_audio_volume "0"
cl_embedded_stream_audio_volume_xmaster "0"
cl_mute_enemy_team "0"
volume "0.6"
lobby_voice_chat_enabled "0"
snd_deathcamera_volume "0.000000"
snd_mapobjective_volume "0.000000"
snd_menumusic_volume "0"
snd_musicvolume "0.200000"
snd_musicvolume_multiplier_inoverlay "0.200000"
snd_mute_losefocus "0"
snd_mvp_volume "0.000000"
snd_roundend_volume "0.000000"
snd_roundstart_volume "0.000000"
snd_tensecondwarning_volume "0.050000"
// Graphics and video
mat_monitorgamma "2.00"
sf_ui_tint "2"
// Binds
alias "+jumpthrow" "+jump;-attack";
alias "-jumpthrow" "-jump";
bind "h" "+jumpthrow"
// bind "t" "+lookatweapon"
bind "f" "use weapon_flashbang"
bind "k" "give weapon_hegrenade;give weapon_flashbang;give weapon_smokegrenade;give weapon_incgrenade"
bind "z" "use weapon_flashbang";
bind "x" "use weapon_smokegrenade";
bind "c" "use weapon_hegrenade";
bind "v" "use weapon_molotov;use weapon_incgrenade"
bind "n" "noclip"
bind "\" "slot9"
bind "ALT" "r_cleardecals"
bind "SHIFT" "+duck"
bind "CTRL" "+speed"
bind "F5" "toggleconsole"
bind "MOUSE4" "use weapon_hegrenade"
bind "MOUSE5" "+voicerecord"
bind "MWHEELUP" "+jump"
bind "MWHEELDOWN" "use weapon_smokegrenade"
// Crosshair
cl_crosshair_drawoutline "1"
cl_crosshair_outlinethickness "1"
cl_crosshairalpha "255"
cl_crosshaircolor "5"
cl_crosshaircolor_r "0"
cl_crosshaircolor_b "0"
cl_crosshaircolor_g "255"
cl_crosshairdot "1"
cl_crosshairgap "-4"
cl_crosshairsize "1"
cl_crosshairstyle "4"
cl_crosshairthickness "0"
cl_crosshairusealpha "1"
cl_fixedcrosshairgap "0"
// Mouse and keyboard
m_mouseaccel1 "0"
m_mouseaccel2 "0"
m_mousespeed "0"
m_rawinput "1"
sensitivity "2"
// Radar
cl_hud_radar_scale "1.3"
cl_radar_always_centered "1"
cl_radar_icon_scale_min "0.8"
cl_radar_rotate "1"
cl_radar_scale "0.350000"
// Rates n shit
cl_cmdrate "128"
//cl_updaterate "64.000000"
//rate "327680"
// Net graph
net_graph "1"
net_graphpos "2"
net_graphmsecs "200"
net_graphproportionalfont "0"
host_writeconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment