# DEPLOY TEMPLATE -- rendered to vwetest.conf by deploy/configure.ps1 at install. # Tokens (filled by postinstall): @@ROOT@@ = package dir (C:\games\), # @@REALNIC@@ = this pod's NIC GUID fragment, @@MACADDR@@ = stable derived MAC. # VGL_LABS factory cockpit test suite: the stock C:\VWETEST\TEST.BAT chain # (DIAGNOSE + AWEUTIL /S on both AWE cards, SETSVGA, VGLTEST\TSTALL.EXE -- # RIO, plasma, audio, video/Division calibration, Munga-net). Launch: # pod-launch test. AWEUTIL's WC-timed init needs the parity-safe EMU8000 # sample-counter readback (vweawe.cpp, 2026-07-16) -- on older dosbox-x.exe # builds it hangs at AWEUTIL. Drops to a DOS prompt when the suite exits. [sdl] output=opengl priority=highest,highest [dosbox] memsize=32 machine=svga_s3 [cpu] core=dynamic cputype=pentium cycles=max [ne2000] ne2000=true nicbase=340 # IRQ 10, NOT 3: COM2 (plasma) owns IRQ 3 in the suite, same as in-game. nicirq=10 macaddr=@@MACADDR@@ backend=pcap [ethernet, pcap] realnic=@@REALNIC@@ [sblaster] sbtype=sb16 sbbase=220 irq=5 dma=1 hdma=5 [mixer] rate=44100 blocksize=1024 prebuffer=60 [serial] serial1=directserial realport:COM1 rxpollus:100 rxburst:16 serial2=directserial realport:COM2 [autoexec] mount c "@@ROOT@@\ALPHA_1" mount d "@@ROOT@@\net-boot" d: echo === loading NE2000 packet-driver stack (for the Munga-net tests) === d:\lsl d:\ne2000 d:\odipkt c: cd \vwetest echo === VGL_LABS cockpit test suite (stock TEST.BAT) === call test.bat echo === test suite exited -- DOS prompt ===