Confs: default L4TIMER to FAST (setenv arg2 s->f, all 14 launch confs)

L4TIMER selects the game clock (L4TIME.CPP): FAST = HMI SOS interrupt
clock at 28 Hz, unset = polled 18.2 Hz BIOS tick. Not a speed switch --
finer time quantum, smoother sim dt and timing cadences.

Per the operator: the flag tracked the deployed fleet's hardware --
original Tesla pods ran Pentium Pro 90s (SLOW), later fleets Pentium
Pro 200s (FAST). The emulated pod has no ISR-headroom constraint, so
FAST is our default from here on.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Cyd
2026-07-08 09:10:08 -05:00
co-authored by Claude Fable 5
parent e7e1d72a66
commit 6853b123ed
14 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ set BLASTER=A220 I5 D1 H5 P330 T6
set TEMP=c:\
set HEAPSIZE=15000000
set L4GAUGE=640x480x16
call setenv.bat r s n p
call setenv.bat r f n p
32rtm.exe -x
btl4opt.exe -egg testarn.egg
32rtm.exe -u
@@ -48,7 +48,7 @@ rem arena2 STADIUM mission (TESTAR2.EGG: map=arena2, time=day - the walled arena
rem attached; stdout redirected so mission-load progress survives kills.
set HEAPSIZE=15000000
set L4GAUGE=640x480x16
call setenv.bat r s s p
call setenv.bat r f s p
32rtm.exe -x
btl4opt.exe -egg testar2.egg
32rtm.exe -u
@@ -66,7 +66,7 @@ rem arena1 city mission (TESTARN.EGG: map=arena1, time=day), RIO attached,
rem bare -egg launch (no netnub) = the user's real-world test-egg setup.
set HEAPSIZE=15000000
set L4GAUGE=640x480x16
call setenv.bat r s s p
call setenv.bat r f s p
32rtm.exe -x
rem stdout -> log: this optimized build still emits DEBUG_STREAM lines (the
rem RIO retry spam proved it) -- capture the weapon fire-refusal reason.
@@ -48,7 +48,7 @@ rem arena1 city mission (TESTARN.EGG: map=arena1, time=day) with the RIO
rem attached; stdout redirected so mission-load progress survives kills.
set HEAPSIZE=15000000
set L4GAUGE=640x480x16
call setenv.bat r s s p
call setenv.bat r f s p
32rtm.exe -x
btl4opt.exe -egg testarn.egg
32rtm.exe -u