Skip to content

Instantly share code, notes, and snippets.

@prabby
Last active August 5, 2019 15:50
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 prabby/3da38572d105d060934c0c649fd75f63 to your computer and use it in GitHub Desktop.
Save prabby/3da38572d105d060934c0c649fd75f63 to your computer and use it in GitHub Desktop.
CS:GO Config 2019 w/16:10
developer "1"
con_enable "1"
con_filter_text "Damage Given"
con_filter_text_out "Player:"
con_filter_enable "2"
//log_color General CB4154;
//Binds
bind , "bind mwheelup +attack; bind mwheeldown +attack"
bind . "bind mwheelup invprev; bind mwheeldown invnext"
bind / "bind mwheelup +jump; bind mwheeldown +jump"
alias +jumpthrow "+jump; -attack"
alias -jumpthrow -jump
bind z +jumpthrow
alias +cjump "+jump; +duck"
alias -cjump "-jump; -duck"
bind x +cjump
alias +knife slot3
alias -knife lastinv
bind "q" "+knife"
bind "ALT" "r_cleardecals"
bind "F6" "incrementvar cl_crosshaircolor 0 5 1"
bind "F5" "toggle gameinstructor_enable"
bind "UPARROW" "say ╭∩╮( ͡⚆ ͜ʖ ͡⚆)╭∩╮"
bind "RIGHTARROW" "( ͡° ͜ʖ ͡°)""
bind "DOWNARROW" "(ಥ﹏ಥ)"
bind "y" "slam_play"
bind "i" "messagemode"
bind "CAPSLOCK" "+duck"
bind "END" "DISCONNECT"
bindtoggle "j" voice_enable
//Sound
snd_mixahead "0.01"
dsp_enhance_stereo "0"
lobby_voice_chat_enabled "0"
//Potato Laptop
fps_max_menu 25
fps_max 160
//Radar
cl_hud_radar_scale "1.1"
cl_radar_always_centered "0"
cl_radar_icon_scale_min "0.7"
cl_radar_rotate "1"
cl_radar_scale "0.3"
cl_radar_square_with_scoreboard "1"
//Viewmodel
cl_bob_lower_amt "5.000000"
cl_bobamt_lat "0.100000"
cl_bobamt_vert "0.100000"
cl_bobcycle "0.980000"
cl_bob_lower_amt "0"
cl_bobamt_lat "0"
cl_bobamt_vert "0"
cl_bobcycle "1.0"
cl_viewmodel_shift_left_amt "0"
cl_viewmodel_shift_right_amt "0"
viewmodel_fov "65"
viewmodel_offset_x "2"
viewmodel_offset_y "2"
viewmodel_offset_z "-2"
viewmodel_recoil "0"
viewmodel_presetpos "0"
//Misc
cl_use_opens_buy_menu "0"
cl_autohelp "0"
cl_autowepswitch "0"
cl_hud_bomb_under_radar "1"
cl_hud_playercount_showcount "0"
cl_disablefreezecam "1"
cl_showhelp "0"
cl_showloadout "1"
cl_teamid_overhead_always "1"
+cl_show_team_equipment "1"
cl_teammate_colors_show "1"
hud_scaling "1"
hud_showtargetid "1"
mm_dedicated_search_maxping "66"
mat_monitorgamma "1.80000"
clear
echo ""
echo "autoexec.cfg loaded!" // This just confirms that the config has executed successfully
echo ""
host_writeconfig
cl_crosshair_drawoutline "1"
cl_crosshair_dynamic_maxdist_splitratio "0.35"
cl_crosshair_dynamic_splitalpha_innermod "1"
cl_crosshair_dynamic_splitalpha_outermod "1"
cl_crosshair_dynamic_splitdist "0"
cl_crosshair_outlinethickness "0.500000"
cl_crosshair_sniper_show_normal_inaccuracy "0"
cl_crosshair_sniper_width "1"
cl_crosshair_t "0"
cl_crosshairalpha "255"
cl_crosshaircolor "5"
cl_crosshaircolor_b "255"
cl_crosshaircolor_g "0"
cl_crosshaircolor_r "255"
cl_crosshairdot "0"
cl_crosshairgap "3.5"
cl_crosshairgap_useweaponvalue "0"
cl_crosshairscale "0"
cl_crosshairsize "2.5"
cl_crosshairstyle "2"
cl_crosshairthickness "1"
cl_crosshairusealpha "1"
cl_fixedcrosshairgap "0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment