play_steam.bat: cockpit view + gauges (BT_START_INSIDE + BT_DEV_GAUGES)
The steam bat missed the two client flags the join bats set -- steam-launched missions booted 3rd-person (the same field bug fixed for join.bat earlier). Env inherits through the menu's mission relaunch. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
1841c5575e
commit
ec44bc5dfa
@@ -10,6 +10,11 @@ if not exist "content\BTL4.RES" goto badpath
|
||||
set BT_PLATFORM=glass
|
||||
set BT_STEAM_NET=1
|
||||
set BT_LOG=steam.log
|
||||
rem Cockpit view + MFD gauges -- the same client flags the join bats set
|
||||
rem (field report: players booted 3rd-person without them). Inherited by
|
||||
rem the menu's mission relaunch.
|
||||
set BT_START_INSIDE=1
|
||||
set BT_DEV_GAUGES=1
|
||||
cd content
|
||||
..\build\Release\btl4.exe
|
||||
echo.
|
||||
|
||||
Reference in New Issue
Block a user