Skip to content

Instantly share code, notes, and snippets.

@Hylian
Created March 7, 2016 02:40
Show Gist options
  • Save Hylian/cc1c048a8a94f47f73c0 to your computer and use it in GitHub Desktop.
Save Hylian/cc1c048a8a94f47f73c0 to your computer and use it in GitHub Desktop.
my autoexec
closeonbuy "0" // Prevent buy menu from closing
//RADAR
cl_radar_icon_scale_min "1"
cl_hud_radar_scale "1" // Changes the size/scale of the radar
cl_radar_always_centered "0"
cl_radar_rotate "1"
cl_radar_scale "0.3"
//NETWORK
cl_hideserverip 1
cl_lagcompensation "1"
cl_interpolate "1"
cl_interp "0"
cl_interp_ratio "1"
cl_cmdrate "128"
cl_updaterate "128"
rate "128000"
cl_predict "1"
cl_predictweapons "1"
cl_smooth "0"
cl_smoothtime "0"
cl_wpn_sway_interp "0"
tv_snapshotrate 128
mm_dedicated_search_maxping "80"
// Mouse
m_mousespeed "0"
m_customaccel "0"
m_mouseaccel1 "0"
m_mouseaccel2 "0"
m_customaccel_exponent "0"
m_customaccel_max "0"
m_customaccel_scale "0.00"
m_filter "0"
m_rawinput "1"
sensitivity "1.65"
//zoom_sensitivity_ratio_mouse "0.818933027098955175"
zoom_sensitivity_ratio_mouse "0.65"
//Scoreboard & Netgraph
alias "+net" "net_graph 1;net_graphproportionalfont 1;net_graphpos 2;net_graphheight 18"
alias "-net" "net_graph 0"
alias "+info" "+net;+showscores"
alias "-info" "-showscores;-net"
bind "TAB" "+info"
net_graphshowinterp "1"
net_graphshowlatency "1"
cl_showpos "0"
net_graph "0"
player_nevershow_communityservermessage "1"
cl_disablefreezecam "1"
//Audio
snd_headphone_pan_exponent 1.0
snd_setmixer Ambient vol 0.0
snd_setmixer GlobalFootsteps vol 1.2
snd_setmixer PlayerFootsteps vol 0.1
snd_rear_headphone_position 90.0
snd_front_headphone_position 90.0
snd_mixahead "0.05" //makes sound delay slightly shorter
snd_mute_losefocus "0"
volume .6
voice_scale 0.4
lobby_voice_chat_enabled 0
voice_mixer_volume 1
snd_mixer_master_level 1.0
snd_musicvolume 0.18
snd_menumusic_volume 0.00
snd_roundstart_volume 0.00
snd_roundend_volume 0.00
snd_mapobjective_volume 0.75
snd_tensecondwarning_volume 1
snd_deathcamera_volume 0.16
//Video
// HUD
cl_hud_color "2"
cl_hud_healthammo_style "0" // show HP and ammo with bars and bullet icons
hud_showtargetid "1" // Shows enemy name on screen
cl_hud_playercount_pos "0" // Position for the playercount on screen (0 = top)
cl_hud_playercount_showcount "0" // avatars or numbers
cl_hud_background_alpha "0.5" // Adjust HUD background alpha for colored elements
cl_hud_bomb_under_radar "1" // shows bomb icon under radar instead of inventory
//minimize bobbing
cl_bob_lower_amt "0"
cl_bobamt_lat "0"
cl_bobamt_vert "0"
cl_viewmodel_shift_left_amt "0"
cl_viewmodel_shift_right_amt "0"
fps_max "300"
fps_max_menu "999"
//Binds
bind "kp_ins" "buy defuser"
bind "kp_enter" "buy vest"
bind "kp_plus" "buy vesthelm"
bind "kp_1" "buy smokegrenade"
bind "kp_2" "buy flashbang"
bind "kp_3" "buy hegrenade"
bind "kp_minus" "buy molotov; buy incendiarygrenade"
bind "kp_4" "buy p250"
bind "kp_5" "buy fiveseven;buy tec9"
bind "kp_6" "buy deagle"
bind "kp_multiply" "buy mac10"
bind "kp_7" "buy m4a1"
bind "kp_8" "buy awp"
bind "kp_9" "buy famas"
bind "kp_slash" "buy ssg08"
bind "x" "+jumpthrow"
bind "w" "+forward"
bind "s" "+back"
bind "a" "+moveleft"
bind "d" "+moveright"
bind "e" "+use"
bind "r" "+reload"
bind "mouse4" "+reload"
bind "g" "drop"
bind "q" "lastinv"
bind "mouse5" "lastinv"
bind "f" "+lookatweapon"
bind "CTRL" "+duck"
bind "o" "exec autoexec"
bind "x" "use weapon_flashbang"
bind "z" "use weapon_smokegrenade"
bind "c" "use weapon_hegrenade"
bind "p" "toggle voice_enable"
bind "mouse3" "toggle voice_enable"
bind "h" "holdpos"
//misc
cl_disablefreezecam "1"
cl_autowepswitch "0"
cl_righthand "1"
bind mwheeldown +jump
bind space +jump
bind mwheelup +jump
m_rawinput "1" //downloads data directly from the mouse, avoiding Windows [default: 0]
m_customaccel "0" //disables mouse acceleration
m_customaccel_scale "0" //disables mouse acceleration
m_mousespeed "0" //disables mouse acceleration
m_mouseaccel1 "0" //disables mouse acceleration
m_mouseaccel2 "0" //disables mouse acceleration
r_drawtracers_firstperson "1"
//viewmodel_fov 106 // default 1080p fov
//box crosshair
cl_crosshairstyle "4"
cl_crosshairdot "0"
cl_crosshairgap "-5"
cl_crosshairsize "0.6"
cl_crosshairthickness "3"
cl_crosshairusealpha "1"
cl_crosshairalpha "255"
cl_crosshaircolor "5"
cl_crosshaircolor_r "0"
cl_crosshaircolor_g "220"
cl_crosshaircolor_b "0"
cl_crosshair_drawoutline "0"
//exec dynamiccross
//exec boxcross
alias "+jumpthrow" "+jump;-attack"
alias "-jumpthrow" "-jump"
bind "]" "+jumpthrow"
clear
echo "Autoexec loaded~"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment