echo "啟動項設置: +cl_updaterate 128 +cl_cmdrate 128 -noforcemaccel -noforcemparms -tickrate 128 +exec autoexec -worldwide";
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// + 自定義按鍵
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// 使用麥克風
bind "ALT" "+voicerecord";
// 滾輪跳
bind "MWHEELUP" "+jump";
bind "MWHEELDOWN" "+jump";
// 一鍵大跳
bind "CTRL" "+duck;r_cleardecals;";
// 一鍵跳蹲
alias "+cjump" "+jump; +duck";
alias "-cjump" "-jump; -duck";
bind "space" "+cjump";
// 一鍵跳投
bind "t" "+jump;-attack;-attack2;-jump";
// 清除血跡并且檢視武器
bind "f" "+lookatweapon;r_cleardecals;";
// 丟包/沒有丟武器
bind "g" "use weapon_c4;drop";
// 無線電: 呆在這(所有無線電參考: https://csgo.5eplay.com/forum/42228)
bind "n" "radio";
// 道具
bind "x" "slot7"; // 閃光彈
bind "v" "slot8"; // 煙霧彈
bind "c" "slot10"; // 燃燒彈
bind "z" "slot6"; // 手雷
bind "j" "slot12" // 治療劑(死斗)
bind "k" "+spray_menu" // 噴漆
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// + 持槍視覺
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
viewmodel_recoil "0";
viewmodel_fov "68"
viewmodel_offset_x "1"
viewmodel_offset_y "1"
viewmodel_offset_z "0"
cl_viewmodel_shift_left_amt "0";
cl_viewmodel_shift_right_amt "0";
cl_bob_lower_amt "0";
cl_bobamt_lat "0";
cl_bobamt_vert "0";
cl_bobcycle "0.98";
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// + 準星設置
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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 "1";
cl_crosshair_friendly_warning "1";
cl_crosshair_outlinethickness "1";
cl_crosshair_sniper_show_normal_inaccuracy "0";
cl_crosshair_sniper_width "1";
cl_crosshair_t "0";
cl_crosshairalpha "250";
cl_crosshaircolor "5";
cl_crosshaircolor_b "0";
cl_crosshaircolor_g "255";
cl_crosshaircolor_r "0";
cl_crosshairgap "-3";
cl_crosshairgap_useweaponvalue "0";
cl_crosshairdot "0";
cl_crosshairsize "2";
cl_crosshairstyle "4";
cl_crosshairthickness "1";
cl_crosshairusealpha "1";
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// + 雷達顯示設置
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
cl_showloadout 1;
cl_hud_healthammo_style "1"
cl_autowepswitch 0;
hud_scaling 0.8;
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// + 聲音設置
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
gameinstructor_enable 0;
snd_deathcamera_volume "0";
snd_duckerattacktime "0.5";
snd_duckerreleasetime "2.5";
snd_duckerthreshold "0.15";
snd_ducking_off "1";
snd_ducktovolume "0.55";
snd_dzmusic_volume "0.2";
snd_hrtf_distance_behind "100";
snd_hrtf_voice_delay "0.1";
snd_hwcompat "0";
snd_mapobjective_volume "0";
snd_menumusic_volume "0.118729";
snd_mix_async "1";
snd_mix_async_onetime_reset "1";
snd_mixahead "0.025";
snd_music_selection "1";
snd_music_volume_onetime_reset_2 "1";
snd_musicvolume_multiplier_inoverlay "0";
snd_mute_losefocus "1";
snd_mute_mvp_music_live_players "0";
snd_mvp_volume "0.125377";
snd_pitchquality "1";
snd_roundend_volume "0";
snd_roundstart_volume "0";
snd_surround_speakers "-1";
snd_tensecondwarning_volume "0";
echo "==========|autoexec.cfg 執(zhí)行成功|==========";