Un-ignored: the dev drive is the ground truth the restoration and emulator work constantly reference (DPL3/LIBDPL + VRENDER i860 renderer source, BT/RP live+dev game trees, VGL_LABS pod boot, scene/audio content). Kept in-repo for the pod-owner community. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
19 lines
587 B
Plaintext
19 lines
587 B
Plaintext
rem *** This is the standard bootpod.bat file for a field svga mission review
|
|
rem *** CASE IS SIGNIFICANT, MAKE SURE THERE ARE NO TRAILING BLANKS ***
|
|
SET L4CONTROLS=THRUSTMASTER,KEYBOARD
|
|
SET L4TIMER=
|
|
rem *** Sound can be ON or OFF ***
|
|
SET L4SOUND=ON
|
|
rem *** Gauge can be 640x480x16 or nothing ***
|
|
SET L4GAUGE=640x480x16
|
|
rem *** Plasma can be com2 or nothing ***
|
|
SET L4PLASMA=
|
|
rem *** Intercom can be ON or nothing
|
|
SET L4INTERCOM=
|
|
rem *** Review can be 1 or noting
|
|
SET REVIEW=1
|
|
rem *** VIDEOFORMAT can be svga or ntsc
|
|
SET VIDEOFORMAT=svga
|
|
rem *** auto-start the game
|
|
go
|