File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -250,6 +250,9 @@ alias widefovOff "alias widefov widefovOn; mirv_fov default; echo [已还原默
250
250
// 实现 切换后处理滤镜
251
251
alias post " toggle r_csgo_postprocess_enable; echo [切换后处理滤镜]"
252
252
253
+ // 实现 切换屏蔽闪光
254
+ alias noflash " toggle mirv_noflash; echo [切换屏蔽闪光]"
255
+
253
256
// 实现 HLAE录制
254
257
alias rec " demo_timescale 1; fps_max 0; echo >>> HLAE录制开始; mirv_streams record start" ;
255
258
alias rec_end " fps_max 200; mirv_streams record end; echo >>> HLAE录制结束" ;
@@ -306,6 +309,7 @@ echo ──── 关闭BGM/MVP/无线电声音 : mute
306
309
echo ──── 解绑运镜模式键位冲突 : t
307
310
echo ──── 切换助攻显示 : ass
308
311
echo ──── 切换后处理滤镜 [开局灰色] : post
312
+ echo ──── 切换屏蔽闪光 : noflash
309
313
echo ──── 修改运镜起始位置为当前点 : pos
310
314
echo ──── 修改运镜起始时间为当前Tick : time
311
315
echo ──── 录屏慢放快捷指令 : 60to240 90to360 120to240等
You can’t perform that action at this time.
0 commit comments