Skip to content

Instantly share code, notes, and snippets.

@sto3psl
Last active August 29, 2015 14:25
Show Gist options
  • Save sto3psl/207f82b8add55f92bc5a to your computer and use it in GitHub Desktop.
Save sto3psl/207f82b8add55f92bc5a to your computer and use it in GitHub Desktop.
//Autoexec sto3psl
//Rates
rate "128000"
cl_cmdrate "128"
cl_updaterate "128"
cl_interp "0"
cl_interp_ratio "1"
cl_lagcompensation "1"
//Audio
volume "0.3"
voice_enable "1"
voice_scale "1"
windows_speaker_config "1"
snd_musicvolume "0"
snd_mixahead "0.05"
snd_headphone_pan_exponent "2"
snd_headphone_pan_radial_weight "2"
snd_legacy_surround "0"
snd_mute_losefocus "1"
lobby_voice_chat_enabled "0"
//Video
mat_monitorgamma "2.1"
mat_queue_mode "-1"
mat_vsync "0"
fps_max "299"
fps_max_menu "140"
r_dynamic "1"
r_drawtracers_firstperson "0"
r_drawparticles "1"
mat_savechanges //write settings to registry"
//Mouse
sensitivity "1.15"
zoom_sensitivity_ratio_mouse "1"
m_rawinput "1"
m_customaccel "0"
m_mouseaccel1 "0"
m_mouseaccel2 "0"
//Misc
developer "1"
con_enable "1"
con_filter_enable "2"
con_filter_text "Damage"
con_filter_text_out "Player:"
ui_steam_overlay_notification_position "bottomright"
player_nevershow_communityservermessage "1"
mm_dedicated_search_maxping "100"
mm_dedicated_force_servers ""
gameinstructor_enable "0"
option_duck_method "0"
option_speed_method "0"
cl_forcepreload "1"
cl_downloadfilter "nosounds"
cl_disablehtmlmotd "0"
cl_autohelp "0"
cl_showhelp "0"
cl_disablefreezecam "1"
cl_teammate_colors_show "1"
cl_autowepswitch "0"
cl_use_opens_buy_menu "0"
closeonbuy "0"
hud_takesshots "0"
//HUD
hud_scaling "0.8"
hud_showtargetid "1"
cl_draw_only_deathnotices "0"
cl_righthand "1"
cl_showloadout "1"
cl_showpos "0"
cl_showfps "0"
net_graph "1"
net_graphproportionalfont "0"
viewmodel_presetpos "0"
viewmodel_fov "65"
viewmodel_offset_x "2"
viewmodel_offset_y "2"
viewmodel_offset_z "-2"
cl_viewmodel_shift_left_amt "0.5"
cl_viewmodel_shift_right_amt "0.25"
cl_bobcycle "0.98"
cl_bob_lower_amt "5"
cl_bobamt_lat "0.1"
cl_bobamt_vert "0.1"
//Keybinds
bind kp_slash "buy g3sg1;buy scar20"
bind kp_multiply "buy deagle"
bind kp_minus "buy incgrenade;buy molotov"
bind kp_home "buy hegrenade"
bind kp_uparrow "buy flashbang"
bind kp_pgup "buy smokegrenade"
bind kp_leftarrow "buy fiveseven;buy tec9"
bind kp_5 "buy ssg08"
bind kp_rightarrow "buy p90"
bind kp_end "buy m4a1;buy ak47"
bind kp_downarrow "buy awp"
bind kp_pgdn "buy famas;buy galilar"
bind kp_ins "buy vesthelm"
bind kp_del "buy vest"
bind kp_plus "buy p250"
bind kp_enter "buy defuser"
//Radar
cl_radar_always_centered "0"
cl_radar_rotate "1"
cl_radar_scale "0.38"
cl_radar_icon_scale_min "0.4"
//Crosshair
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 "1"
cl_crosshairalpha "8888"
cl_crosshaircolor "4"
cl_crosshaircolor_b "255"
cl_crosshaircolor_g "255"
cl_crosshaircolor_r "0"
cl_crosshairdot "0"
cl_crosshairgap "-2"
cl_crosshairgap_useweaponvalue "0"
cl_crosshairscale "600"
cl_crosshairsize "2"
cl_crosshairstyle "4"
cl_crosshairthickness "0.9"
cl_crosshairusealpha "1"
cl_fixedcrosshairgap "-10"
host_writeconfig
echo ""
echo ""
echo "autoexec.cfg loaded, GLHF"
echo ""
echo ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment