Skip to content

Instantly share code, notes, and snippets.

@txreplay
Created September 3, 2017 22:49
Show Gist options
  • Save txreplay/8802837c0e229371978c1f57dc066c0f to your computer and use it in GitHub Desktop.
Save txreplay/8802837c0e229371978c1f57dc066c0f to your computer and use it in GitHub Desktop.
Autoexec file for my CSGO config
// txreplay.cfg 1.0 - 2017.09.04
// Launch options:
// -console -novid -high -nod3d9ex -nojoy -noforcemparms -noforcemaccel -tickrate 128 -refresh 60 -freq 60 -threads 4 +mat_queue_mode 2 +exec autoexec.cfg
echo "Autoexec - BEGIN"
// Crosshair
cl_crosshairalpha "200"
cl_crosshaircolor "5"
cl_crosshaircolor_b "50"
cl_crosshaircolor_r "50"
cl_crosshaircolor_g "250"
cl_crosshairdot "1"
cl_crosshairgap "-1"
cl_crosshairsize "4"
cl_crosshairstyle "3"
cl_crosshairusealpha "1"
cl_crosshairthickness "1"
cl_fixedcrosshairgap "-1"
cl_crosshair_outline "0"
cl_crosshair_outline_draw "0"
// Radar
cl_hud_radar_scale "0.9"
cl_radar_scale "0.35"
cl_radar_icon_scale_min "0.4"
cl_radar_always_centered "1"
cl_radar_rotate "0"
cl_teammate_colors_show "2"
// Net Graph
net_graph "1"
net_graphpos "2"
net_graphproportionalfont "0"
net_graphheight "0"
// Audio
volume "1"
voice_enable "1"
voice_scale "0.4"
windows_speaker_config "1"
snd_musicvolume "0.2"
snd_mixahead "0.05"
snd_mix_async 1
snd_headphone_pan_exponent "2"
snd_headphone_pan_radial_weight "2"
snd_mute_losefocus "1"
lobby_voice_chat_enabled "0"
// Video
mat_monitorgamma "1.6"
mat_queue_mode "1"
//mat_vsync "0"
fps_max "300"
fps_max_menu "300"
r_dynamic "1"
r_drawtracers_firstperson "0"
r_drawparticles "0"
mat_savechanges
cl_disablehtmlmotd "1"
cl_forcepreload "1"
r_drawtracers_firstperson "0"
r_cheapwaterend "1"
r_cheapwaterstart "1"
r_eyegloss "0"
r_eyemove "0"
r_eyeshift_x "0"
r_eyeshift_y "0"
r_eyeshift_z "0"
r_eyesize "0"
sys_antialiasing "0"
sys_refldetail "0"
//Rates
rate "128000"
cl_cmdrate "128"
cl_updaterate "128"
cl_interp "0"
cl_interp_ratio "1"
cl_lagcompensation "1"
// Mouse
zoom_sensitivity_ratio_mouse "1"
m_rawinput "1"
m_customaccel "0"
m_mouseaccel1 "0"
m_mouseaccel2 "0"
// Other
cl_autowepswitch "0"
cl_disablefreezecam "1"
cl_hud_bomb_under_radar "1"
// Binds
bind shift "+speed; r_cleardecals"
bind Backspace "exec autoexec.cfg"
BindToggle j gameinstructor_enable
echo "Autoexec - END"
host_writeconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment