Created
February 27, 2016 20:33
-
-
Save Au1st3in/51484db69c27b0e0354c to your computer and use it in GitHub Desktop.
CSGO Auto Execute Config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Cross-hair | |
cl_crosshair_drawoutline "0" | |
cl_crosshair_dynamic_maxdist_splitratio "0.35" | |
cl_crosshair_dynamic_splitalpha_innermod "1" | |
cl_crosshair_dynamic_splitalpha_outermod "0.5" | |
cl_crosshair_dynamic_splitdist "7" | |
cl_crosshair_outlinethickness "2" | |
cl_crosshairalpha "200" | |
cl_crosshaircolor "5" | |
cl_crosshaircolor_r "255" | |
cl_crosshaircolor_g "0" | |
cl_crosshaircolor_b "0" | |
cl_crosshairdot "1" | |
cl_crosshairgap "0.000000" | |
cl_crosshairgap_useweaponvalue "0" | |
cl_crosshairscale "0" | |
cl_crosshairsize "5.000000" | |
cl_crosshairstyle "5" | |
cl_crosshairthickness "0" | |
cl_crosshairusealpha "1" | |
cl_fixedcrosshairgap "1" | |
// Gun Tracers | |
r_drawtracers_firstperson "0" | |
// Better Sound | |
windows_speaker_config "1" | |
snd_mixahead "0.05" | |
snd_musicvolume "0" | |
snd_headphone_pan_exponent "2" | |
snd_headphone_pan_radial_weight "1" | |
snd_rear_headphone_position "90" | |
bind "kp_minus" "toggle voice_enable 1 0" // this lets you turn voice on and off on numpad minus | |
// Rates and Interpolation | |
rate "128000" | |
cl_cmdrate "128" | |
cl_updaterate "128" | |
cl_interp_ratio "1" | |
cl_interp "0" | |
cl_lagcompensation "1" | |
cl_pred_optimize "2" | |
cl_predict "1" | |
cl_predictweapons "1" | |
cl_smooth "0" | |
cl_smoothtime "0" | |
cl_wpn_sway_interp "0" | |
cl_disablehtmlmotd "0" | |
echo "Rate Settings loaded" | |
// Mouse Input | |
m_rawinput "0" | |
m_mouseaccel1 "0" | |
m_mouseaccel2 "0" | |
// Radar | |
cl_radar_scale "0.4" | |
cl_radar_rotate "1" | |
cl_radar_always_centered "1" | |
cl_radar_scale "0.5" | |
cl_radar_icon_scale_min ".5" | |
bind "kp_enter" "incrementvar cl_radar_scale 0.32 0.52 0.05" // Adjust Radar Scale on Numpad Enter | |
// Miscellaneous | |
cl_disablehtmlmotd "1" | |
cl_downloadfilter "nosounds" | |
cl_disablefreezecam "1" | |
cl_autowepswitch "0" | |
gameinstructor_enable "0" | |
cl_autohelp "0" | |
cl_showhelp "0" | |
cl_righthand "1" | |
cl_forcepreload "1" | |
hud_showtargetid "0" | |
fps_max "300" | |
net_graph "1" | |
net_allow_multicast "1" | |
net_graphheight "100" | |
net_graphmsecs "400" | |
net_graphpos "1" | |
net_graphproportionalfont "0" | |
net_graphshowinterp "1" | |
net_graphshowlatency "1" | |
net_graphsolid "1" | |
net_graphtext "1" | |
net_maxroutable "1200" | |
net_scale "5" | |
net_steamcnx_allowrelay "1" | |
mm_dedicated_search_maxping "90" | |
mm_session_search_ping_limit "50" | |
sensitivity "1.3" //400 DPI | |
echo "Net Settings loaded" | |
echo "Autoexec Config loaded" | |
host_writeconfig |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment