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>
8 lines
123 B
Batchfile
8 lines
123 B
Batchfile
:start
|
|
@echo off
|
|
if %iboardsize%. == . set iboardsize=#100000
|
|
ncc /50
|
|
cls
|
|
iserver /sb TEST.BTL %1 %2 %3 %4 %5
|
|
:end
|