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>
35 lines
823 B
INI
35 lines
823 B
INI
@ECHO Off
|
|
rem *******
|
|
rem * Standard autoexec.bat for field pods, this should not be edited without
|
|
rem * approval from SSE
|
|
rem *******
|
|
PATH C:\NWCLIENT;C:\NWDOS;c:\ndd;c:\vgl_labs
|
|
VERIFY OFF
|
|
PROMPT $P$G
|
|
SET NWDOSCFG=C:\NWDOS
|
|
SET FBP_USER=Virtual World Entertainment
|
|
rem
|
|
rem *** setup the sound cards
|
|
rem
|
|
SET SOUND=C:\SB16
|
|
SET MIDI=SYNTH:1 MAP:E MODE:0
|
|
SET BLASTER=A220 I5 D1 H5 P330 T6
|
|
C:\SB16\DIAGNOSE /S
|
|
C:\SB16\AWEUTIL /S
|
|
C:\SB16\SB16SET /P /Q
|
|
c:\sb16\sb16set /ba:130;0 /tr:50;0
|
|
SET BLASTER=A240 I7 D3 H6 P300 T6
|
|
C:\SB16\DIAGNOSE /S
|
|
C:\SB16\AWEUTIL /S
|
|
C:\SB16\SB16SET /P /Q
|
|
c:\sb16\sb16set /ba:120;0 /tr:115;0
|
|
SET AWE_FRONT=A220 I5 D1 H5 P330 T6
|
|
SET AWE_REAR=A240 I7 D3 H6 P300 T6
|
|
rem
|
|
rem *** load the network stuff
|
|
rem
|
|
lh c:\nwclient\lsl
|
|
lh c:\nwclient\DC21040
|
|
lh c:\nwclient\odipkt
|
|
|