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>
28 lines
1.1 KiB
Plaintext
28 lines
1.1 KiB
Plaintext
rem *** This is a sample bootpod.bat file for a office or cart computer
|
|
rem *** It will need editing to your standards
|
|
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=
|
|
rem *** Gauge can be 640x480x16 or nothing ***
|
|
SET L4GAUGE=
|
|
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=
|
|
rem *** VIDEOFORMAT can be svga or ntsc
|
|
SET VIDEOFORMAT=svga
|
|
rem *** Set PODBAYON=drive: if your computer mounts \\vgl_code\podbay
|
|
rem *** on a drive for you already (ie: set PODBAYON=P:)
|
|
SET PODBAYON=
|
|
rem *** Set FORCEDRIVE=drive: if you want to override the HOMEDRIV setting
|
|
rem *** in the setup batch file and force installation to a specific disk
|
|
rem *** drive on this particular machine.
|
|
rem *** NOTE: HOMEDRIV and FORCEDRIVE are not set or the drive does not
|
|
rem *** exist the installation will automatically go to drive C:
|
|
set FORCEDRIVE=
|
|
|