Counter-Strike 2

Counter-Strike 2

Not enough ratings
autoexec.cfg
By Zyphaex
autoexec.cfg file including key binds, scripts and other useful commands.
   
Award
Favorite
Favorited
Unfavorite
Instructions
Create a text document in the following folder directory:

steamapps > common > Counter-Strike Global Offensive > csgo > cfg

Copy and paste the entire contents of the autoexec.cfg located below into the text document.

Save the file with the name "autoexec.cfg" with with ANSI encoding.
autoexec.cfg
// CS:GO Config //

// Key Binds //

bind "mouse3" "enemyspot; player_ping;";

// Buy Binds //

bind "kp_1" "buy smokegrenade;";
bind "kp_2" "buy flashbang;";
bind "kp_3" "buy hegrenade;";
bind "kp_4" "buy tec9; buy fiveseven;";
bind "kp_5" "buy ak47; buy m4a1;";
bind "kp_6" "buy awp;";
bind "kp_7" "buy galilar; buy famas;";
bind "kp_8" "buy vesthelm; buy vest;";
bind "kp_9" "buy ump45;";
bind "kp_plus" "buy defuser;";
bind "kp_divide" "buy deagle; buy revolver;";

// Crosshair //

cl_crosshairalpha "150";
cl_crosshaircolor "1";
cl_crosshaircolor_b "50";
cl_crosshaircolor_r "50";
cl_crosshaircolor_g "250";
cl_crosshairdot "0";
cl_crosshairgap "-0.75";
cl_crosshairsize "4";
cl_crosshairstyle "4";
cl_crosshairusealpha "1";
cl_crosshairthickness "1";
cl_fixedcrosshairgap "0";
cl_crosshair_drawoutline "1";
cl_crosshair_outlinethickness "0.5";
cl_crosshair_dynamic_maxdist_splitratio "0";
cl_crosshair_dynamic_splitalpha_innermod "1";
cl_crosshair_dynamic_splitalpha_outermod "0.3";
cl_crosshair_dynamic_splitdist "3";

// Radar //

cl_radar_always_centered "0";
cl_radar_scale "0.25";
cl_hud_radar_scale "1.15";
cl_radar_icon_scale_min "0.6";
cl_radar_rotate "1";

// View Model //

viewmodel_fov "68";
viewmodel_offset_x "2.50";
viewmodel_offset_y "2";
viewmodel_offset_z "-2";
cl_bob_lower_amt "0";
viewmodel_presetpos "0";

// Sound //

windows_speaker_config "1";
snd_mixahead "0.05";
snd_musicvolume "0";
snd_deathcamera_volume "0";
snd_mapobjective_volume "0";
snd_menumusic_volume "0";
snd_roundend_volume "0";
snd_roundstart_volume "0";
snd_tensecondwarning_volume "0";
snd_headphone_pan_exponent "2";
snd_headphone_pan_radial_weight "1";
snd_rear_headphone_position "90";
voice_enable 1;

// Rates and Interpolation //

rate "128";
cl_cmdrate "128";
cl_updaterate "128";
cl_interp_ratio "1";
cl_interp "0";
cl_lagcompensation "1";
cl_predict "1";
cl_predictweapons "1";
cl_disablehtmlmotd "0";
cl_timeout "30";

// Net Graph //

net_graph "1";
net_graphpos "2";
net_graphheight "9999";
net_graphproportionalfont "0";
alias "+scorenet" "+showscores; net_graphheight "75";
alias "-scorenet" "-showscores; net_graphheight "9999";
bind "TAB" "+scorenet";

// Mouse //

m_rawinput "1";
m_customaccel "0";
m_customaccel_exponent "1";
m_customaccel_max "0";
m_customaccel_scale "0";
m_mouseaccel1 "0";
m_mouseaccel2 "0";
zoom_sensitivity_ratio_mouse "1";

// Game Settings //

developer "1";
cl_autowepswitch "0";
bind "h" "toggle gameinstructor_enable";
cl_righthand "1";
cl_hud_color "1";
cl_disablefreezecam "1";
bind "mouse3" "noclip";

// Damage Display //

con_filter_text "Damage";
con_filter_text_out "Player:";
con_filter_enable "2";

// Console Message //

echo "CS:GO Config loaded successfully";
echo "derbyesports.com";