Skip to content

Commit 9ab1b7c

Browse files
committed
[feat] add noflash toggle command
1 parent 4ba5ede commit 9ab1b7c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

hlae.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,9 @@ alias widefovOff "alias widefov widefovOn; mirv_fov default; echo [已还原默
250250
// 实现 切换后处理滤镜
251251
alias post "toggle r_csgo_postprocess_enable; echo [切换后处理滤镜]"
252252

253+
// 实现 切换屏蔽闪光
254+
alias noflash "toggle mirv_noflash; echo [切换屏蔽闪光]"
255+
253256
// 实现 HLAE录制
254257
alias rec "demo_timescale 1; fps_max 0; echo >>> HLAE录制开始; mirv_streams record start";
255258
alias rec_end "fps_max 200; mirv_streams record end; echo >>> HLAE录制结束";
@@ -306,6 +309,7 @@ echo ──── 关闭BGM/MVP/无线电声音 : mute
306309
echo ──── 解绑运镜模式键位冲突 : t
307310
echo ──── 切换助攻显示 : ass
308311
echo ──── 切换后处理滤镜 [开局灰色] : post
312+
echo ──── 切换屏蔽闪光 : noflash
309313
echo ──── 修改运镜起始位置为当前点 : pos
310314
echo ──── 修改运镜起始时间为当前Tick : time
311315
echo ──── 录屏慢放快捷指令 : 60to240 90to360 120to240等

0 commit comments

Comments
 (0)