Skip to content

Commit a3a85cf

Browse files
committed
adjust spaces, keybindings and info printing
1 parent 7e76654 commit a3a85cf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

practice.cfg

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ bind alt "noclip" //
1010
bind h "toggle sv_showimpacts 1 0;toggle sv_grenade_trajectory 1 0" // 切换轨迹着弹点显示
1111
bind j "toggle bot_crouch" // bot蹲下(注意键位冲突)
1212
bind k "bot_kill" // 杀死bot
13+
bind l "toggle r_aoproxy_show" // 当高级视频设置中“环境光遮蔽”选项为[中/高]时,切换透视效果
1314
bind uparrow "bot_add" // 添加bot
1415
bind downarrow "bot_kick" // 删除bot
1516
bind leftarrow "bot_stop 1;bot_place" // 放置bot(先添加bot)
@@ -18,7 +19,6 @@ bind t "sv_rethrow_last_grenade" //
1819
bind , "toggle sv_grenade_trajectory_prac_pipreview" // 切换投掷物轨迹预测
1920
bind . "+Pucci"
2021
bind \ "give item_assaultsuit;give weapon_flashbang;give weapon_hegrenade;give weapon_smokegrenade;give weapon_molotov;script sethp()"; //补齐血条头甲和满道具
21-
bind x "toggle r_aoproxy_show"                 // 当高级视频设置中“环境光遮蔽”选项为[中/高]时,切换透视效果
2222

2323
// bhop开关
2424
bind p "toggle sv_enablebunnyhopping;toggle sv_autobunnyhopping;toggle cl_showpos;toggle sv_airaccelerate 1000 12";
@@ -72,7 +72,7 @@ mp_forcecamera 0 //不限制观察者观看的队伍
7272
mp_respawn_immunitytime 0 //复活免疫时间
7373
mp_respawn_on_death_ct 1 //CT死后即刻复活
7474
mp_respawn_on_death_t 1 //T死后即刻复活
75-
cl_versus_intro 0     //关闭开场阵营展示过场动画
75+
cl_versus_intro 0 //关闭开场阵营展示过场动画
7676
mp_warmup_end //热身结束
7777

7878
// CT和T出生携带的武器
@@ -137,6 +137,7 @@ echo ─────────────────────── 快
137137
echo ──── 弹着点/投掷物轨迹显示 : H
138138
echo ──── BOT蹲下 : J
139139
echo ──── 杀死BOT : K
140+
echo ──── 切换透视效果 : L
140141
echo ──── 切换Bhop开和关 : P
141142
echo ──── 重现最近一次投掷物 : T
142143
echo ──── 切换实时预测轨迹 : ,

0 commit comments

Comments
 (0)