Created
October 30, 2017 08:48
-
-
Save katabame/4fc4b3cc9d786062f934624ac8151914 to your computer and use it in GitHub Desktop.
コレが私のautoexec
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
//autoexec by katabame | |
//Rates | |
rate "128000" | |
cl_cmdrate "128" | |
cl_updaterate "128" | |
cl_interp "0" | |
cl_interp_ratio "1" | |
cl_lagcompensation "1" | |
cl_interpolate "1" | |
//Audio | |
volume "1" | |
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" | |
fps_max "145" | |
fps_max_menu "60" | |
r_dynamic "0" | |
r_drawtracers_firstperson "0" | |
//Mouse | |
zoom_sensitivity_ratio_mouse "1" | |
m_rawinput "1" | |
m_customaccel "0" | |
//Misc | |
developer "0" | |
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" | |
gameinstructor_enable "0" | |
option_duck_method "0" | |
option_speed_method "0" | |
cl_forcepreload "1" | |
cl_downloadfilter "none" | |
cl_disablehtmlmotd "1" | |
cl_autohelp "0" | |
cl_showhelp "0" | |
cl_disablefreezecam "1" | |
cl_teammate_colors_show "1" | |
cl_loadout_colorweaponnames "1" | |
cl_autowepswitch "0" | |
cl_use_opens_buy_menu "0" | |
closeonbuy "0" | |
hud_takesshots "0" | |
cl_resend 3 | |
cl_resend_timeout 9 | |
//HUD | |
hud_scaling "0.9" | |
hud_showtargetid "1" | |
cl_draw_only_deathnotices "0" | |
cl_righthand "0" | |
cl_showloadout "1" | |
cl_showpos "0" | |
cl_showfps "1" | |
net_graph "0" | |
net_graphproportionalfont "1" | |
cl_hud_healthammo_style "0" | |
cl_hud_background_alpha "0.5" | |
cl_hud_color "0" | |
cl_hud_playercount_showcount "0" | |
cl_hud_playercount_pos "0" | |
viewmodel_presetpos "0" | |
viewmodel_fov "68" | |
viewmodel_offset_x "2.5" | |
viewmodel_offset_y "2.5" | |
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 | |
alias "+Quick" "invnextnongrenade" | |
alias "-Quick" "invnextnongrenade" | |
bind "Q" "+Quick" | |
//bind v "toggle voice_enable 0 1" | |
//Radar | |
cl_radar_always_centered "1" | |
cl_radar_rotate "0" | |
cl_radar_scale "1" | |
cl_hud_radar_scale "1.3" | |
cl_radar_icon_scale_min "1" | |
//Crosshair | |
cl_crosshairalpha "255" | |
cl_crosshaircolor "5" | |
cl_crosshaircolor_b "0" | |
cl_crosshaircolor_r "0" | |
cl_crosshaircolor_g "250" | |
cl_crosshairdot "1" | |
cl_crosshairgap "3" | |
cl_crosshairsize "5" | |
cl_crosshairstyle "4" | |
cl_crosshairusealpha "1" | |
cl_crosshairthickness "1" | |
cl_fixedcrosshairgap "3" | |
cl_crosshair_outlinethickness "0" | |
cl_crosshair_drawoutline "0" | |
//Sniper | |
cl_crosshair_sniper_width "3" | |
cl_crosshair_sniper_show_normal_inaccuracy "1" | |
//Console | |
con_filter_text damage | |
con_filter_enable 2 | |
developer 1 | |
//SaveConfig | |
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