Un-ignored: this is the working copy the emulator actually boots (patched BTL4OPT.EXE v4 lineage + .orig/.nop14/.pre_idle/.pre_limit backups, TESTARN.EGG arena1 test egg, REL410 BT+RP trees, VGL_LABS pod boot bats, VWETEST factory test suites, SB16 Creative utilities). The pristine untouched image remains ALPHA_1.zip. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
21 lines
606 B
Batchfile
21 lines
606 B
Batchfile
rem -------------------------------------------
|
|
rem - AWE Settings for Cockpit Set Volume Test
|
|
rem -------------------------------------------
|
|
|
|
if exist c:\setvol.bat call c:\setvol.bat
|
|
if not exist c:\setvol.bat set AWE_MASTER_VOLUME=230
|
|
|
|
set AWE_FRONT=A220 I5 D1 H5 P330 T6
|
|
set AWE_REAR=A240 I7 D3 H6 P300 T6
|
|
|
|
copy /v ctmix.cfg c:\sb16\ctmix.cfg
|
|
|
|
set BLASTER=%AWE_FRONT%
|
|
c:\sb16\sb16set /p /q
|
|
c:\sb16\sb16set /ma:%AWE_MASTER_VOLUME%;0 /mi:230;0 /ba:230;0 /tr:110;0
|
|
|
|
set BLASTER=%AWE_REAR%
|
|
c:\sb16\sb16set /p /q
|
|
c:\sb16\sb16set /ma:%AWE_MASTER_VOLUME%;0 /mi:230;0 /ba:215;0 /tr:135;0
|
|
|