csgo autoexec.cfg

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 执行成功|==========";

你可能感兴趣的:(csgo autoexec.cfg)