@echo off rem #78 OBS capture demo: Black Hawk walks ~12 s, right leg crosses half on rem the FINAL damage tick (one clean trigger edge), then: klaxon, klaxon, rem "REVERSE DISABLED" + the limp. Auto-walks via GOTO -- the only input rem needed is V (or BACKTICK) once, for the 3rd-person chase view. setlocal set BT_FE_SOLO=1 set BT_GOTO=8000 8000 set BT_GOTO_THR=0.9 set BT_SELF_DAMAGE=6 set BT_SELF_DAMAGE_ZONE=18 set BT_SELF_DAMAGE_TICKS=12 set BT_SELF_DAMAGE_DELAY=30 set BT_KEY_NOFOCUS=1 cd /d "%~dp0..\content" powershell -NoProfile -Command "(Get-Content DEV.EGG) -replace '^experience=.*','experience=novice' | Set-Content LIMPDEMO.EGG" echo [limpdemo] auto-walk, 6x12 into zone 18 (crossing on the last tick), novice "%~dp0..\build\Release\btl4.exe" -egg LIMPDEMO.EGG del LIMPDEMO.EGG 2>nul if errorlevel 1 pause