Skip to content

Instantly share code, notes, and snippets.

@frenck
Last active January 8, 2022 09:34
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 frenck/75d06bc945e523e99cc9 to your computer and use it in GitHub Desktop.
Save frenck/75d06bc945e523e99cc9 to your computer and use it in GitHub Desktop.
Frenck's CS:GO Autoexec.cfg
///////////////////////////
// Frenck's Configs
//////////////////////////
// Netcode
rate "104000"
cl_cmdrate "128"
cl_updaterate "128"
cl_interp "0"
cl_interp_ratio "1"
cl_predict "1"
cl_predictweapons "1"
cl_lagcompensation "1"
// Mouse
sensitivity "2.4"
zoom_sensitivity_ratio_mouse "1.0"
m_rawinput "1"
m_pitch "0.022"
m_customaccel "0"
m_mouseaccel1 "0"
m_mouseaccel2 "0"
// Video
mat_monitorgamma "2.2"
mat_queue_mode "-1" // auto detect multi-core rendering
fps_max "150"
fps_max_menu "60"
r_dynamic "0"
r_drawtracers_firstperson "0"
// Audio
volume "0.55"
voice_enable "1"
voice_scale "1" // receive volume
windows_speaker_config "1" // headphone audio output
snd_musicvolume "0"
snd_mixahead "0.05" // audio delay
snd_headphone_pan_exponent "2"
snd_headphone_pan_radial_weight "2"
snd_legacy_surround "0" // emulated surround sound
snd_mute_losefocus "1" // mute game when alt-tabbed
dsp_enhance_stereo "0"
lobby_voice_chat_enabled "0" // voice chat in lobby
// HUD
hud_scaling "0.80" // CS:S style
hud_showtargetid "1"
cl_hud_background_alpha "0.100000"
cl_hud_bomb_under_radar "0"
cl_hud_color "1"
cl_hud_healthammo_style "1"
cl_hud_playercount_pos "0"
cl_hud_playercount_showcount "0"
cl_hud_radar_scale "0.900000"
cl_draw_only_deathnotices "0"
cl_righthand "1"
cl_showloadout "1"
cl_showpos "0"
cl_showfps "0"
net_graph "1" // I've a script/binding later on which hides it
net_graphheight "9999" // No worries... fixed by a script
net_graphproportionalfont "0" // small font
// Radar
cl_radar_always_centered "0"
cl_radar_rotate "1"
cl_radar_scale "0.38"
cl_radar_icon_scale_min "0.4"
cl_radar_square_with_scoreboard "0"
// Reposition gun model to mimic 1.6
viewmodel_presetpos "0"
viewmodel_fov "68"
viewmodel_offset_x "2.500000"
viewmodel_offset_y "0"
viewmodel_offset_z "-1.500000"
// Reduce gun shifting when crouching
cl_viewmodel_shift_left_amt "0.5"
cl_viewmodel_shift_right_amt "0.5"
// Reduce gun and scope shifting/bobbing when moving
cl_bobcycle "2" // 0.98 is enforced by ESEA/ESL
cl_bob_lower_amt "5"
cl_bobamt_lat "0.1"
cl_bobamt_vert "0.1"
// Crosshair
cl_crosshair_drawoutline "1"
cl_crosshair_dynamic_maxdist_splitratio "0"
cl_crosshair_dynamic_splitalpha_innermod "1"
cl_crosshair_dynamic_splitalpha_outermod "0.3001"
cl_crosshair_dynamic_splitdist "4"
cl_crosshair_outlinethickness "1"
cl_crosshairalpha "200"
cl_crosshaircolor "5"
cl_crosshaircolor_b "255"
cl_crosshaircolor_g "0"
cl_crosshaircolor_r "255"
cl_crosshairdot "0"
cl_crosshairgap "-1"
cl_crosshairgap_useweaponvalue "1"
cl_crosshairscale "2"
cl_crosshairsize "3.5"
cl_crosshairstyle "4"
cl_crosshairthickness "1.5"
cl_crosshairusealpha "1"
cl_fixedcrosshairgap "1"
// Misc
developer "0"
con_enable "1"
con_filter_enable "2" // print console on screen
con_filter_text "Damage " // highlight damage in console, easy read :)
ui_steam_overlay_notification_position "bottomright"
player_nevershow_communityservermessage "1"
mm_dedicated_search_maxping "50" // max ping for matchmaking
mm_dedicated_force_servers ""
gameinstructor_enable "0"
option_duck_method "0"
option_speed_method "0"
cl_forcepreload "1" // load everything before start the game
cl_downloadfilter "nosound" // no more UT2K4 sounds :)
cl_join_advertise "2" // let your friends join your community server without an invitation
cl_disablehtmlmotd "1"
cl_autohelp "0"
cl_showhelp "0"
cl_disablefreezecam "1"
spec_replay_autostart "0"
cl_dm_buyrandomweapons "0"
cl_teammate_colors_show "1"
cl_autowepswitch "0" // NO auto weapon switch on pickup
cl_use_opens_buy_menu "0" // E opening buy menu? nah..
cl_scoreboard_mouse_enable_binding "showmouse" // press `t` to enable mouse on the scoreboard
closeonbuy "0"
hud_takesshots "1" // scoreboard screenshot at end of match
cl_clanid ""
///////////////// SCRIPTS/ALIASES ////////////////////
// Increase Decrease Radar Size
alias "+radar" "+use; cl_radar_always_centered 1; cl_radar_scale 0.60"
alias "-radar" "-use; cl_radar_always_centered 0; cl_radar_scale 0.30"
// Show netgraph when checking scoreboard
alias "+scorenet" "+showscores; net_graphheight 0"
alias "-scorenet" "-showscores; net_graphheight 9999"
// Display Damage Report (with Switch Script)
alias displaydamage "displaydamage_on"
alias displaydamage_on "con_filter_text Damage Given To; con_filter_text_out Player:; con_filter_enable 2; developer 1; playvol buttons\blip1 0.5; alias displaydamage "displaydamage_off""
alias displaydamage_off "con_filter_enable 0; developer 0; playvol buttons\blip2 0.5; alias displaydamage "displaydamage_on""
// Jump Throw (officially forbidden now by ESL)
alias "+jumpthrow" "+jump;-attack"
alias "-jumpthrow" "-jump"
///////////////// BINDS ////////////////////
// Unbind stuff I don't use
unbind "\"
unbind "enter"
unbind "c"
unbind "f"
unbind "g"
unbind "n"
unbind "q"
unbind "t"
unbind "v"
unbind "x"
unbind "z"
// Generic binds
bind "tab" "+scorenet"
bind "enter" "messagemode"
bind "kp_minus" "toggle voice_scale 1 0"
bind "kp_multiply" "toggleconsole"
bind "kp_plus" "toggle volume 0.55 0.1 0"
bind "f5" "displaydamage"
bind "\" "messagemode2"
bind "c" "use weapon_hegrenade"
bind "f" "use weapon_flashbang"
bind "g" "use weapon_smokegrenade"
bind "n" "-attack" // With your thumb together on the spacebar to do a "legal" jumpthrow nade
bind "q" "+radar;+lookatweapon"
bind "t" "+jumpthrow"
bind "v" "use weapon_molotov; use weapon_incgrenade"
bind "x" "use weapon_decoy"
bind "z" "drop"
// Buy binds
bind "uparrow" "buy hegrenade"
bind "downarrow" "buy molotov; buy incgrenade;"
bind "rightarrow" "buy flashbang;"
bind "leftarrow" "buy smokegrenade;"
bind "kp_ins" "buy vesthelm" // 0
bind "kp_del" "buy vest" // .
bind kp_enter "buy defuser" // Enter
bind "kp_end" "buy p250;" // 1
bind "kp_downarrow" "buy tec9; buy fiveseven;" // 2
bind "kp_pgdn" "buy deagle;" // 3
bind "kp_leftarrow" "buy galilar; buy famas;" // 4
bind "kp_5" "buy ak47; buy m4a1;" // 5
bind "kp_rightarrow" "buy sg556; buy aug;" // 6
bind "kp_home" "buy p90;" // 7
bind "kp_uparrow" "buy g3sg1; buy scar20;" // 8
bind "kp_pgup" "buy awp;" // 9
// Mouse binds
bind "MWHEELUP" "+jump"
bind "MWHEELDOWN" "+jump"
///////////////// FINAL ////////////////////
host_writeconfig // write settings to config.cfg
echo ""
echo ""
echo "Frenck's autoexec.cfg executed & written to config.cfg :)"
echo ""
echo ""
echo ""
@Priyansh2
Copy link

I know this is stupid thing to ask but do u still play this game ? I am using your config from 2017 (when i started csgo). Nice work though :D. Btw is this hud_takesshots "1" still works ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment