Archival snapshot of the Virtual World Entertainment Tesla cockpit software, 1994-1996: MUNGA engine and L4 pod layer source (Borland C++ 5.0), BT/RP game code, and game content (models, audio, maps, gauges, Division renderer data). Includes third-party libraries: Division dVS/DPL graphics, HMI SOS audio, WATTCP networking. Files are preserved byte-for-byte (.gitattributes disables all line-ending conversion). README.md documents the layout, target hardware, and toolchain. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
122 lines
1.6 KiB
Plaintext
122 lines
1.6 KiB
Plaintext
#
|
|
# Internal Audio Script
|
|
#
|
|
[include]
|
|
file=audio\macros.scp
|
|
file=audio\mchint.scp
|
|
|
|
#
|
|
# AmmoBinAFC1 component
|
|
#
|
|
[include]
|
|
file=audio\abncmp.scp
|
|
|
|
# AmmoBinAFC1 watcher
|
|
[macro]
|
|
MechSubsystem=AmmoBinAFC1
|
|
[include]
|
|
file=audio\abntrg.scp
|
|
|
|
#
|
|
# AFC1 component
|
|
#
|
|
[include]
|
|
file=audio\laccmp.scp
|
|
|
|
# AFC1 watcher
|
|
[macro]
|
|
MechSubsystem=AFC1
|
|
[include]
|
|
file=audio\lactrg.scp
|
|
|
|
# AmmoBinAFC2 watcher
|
|
[macro]
|
|
MechSubsystem=AmmoBinAFC2
|
|
[include]
|
|
file=audio\abntrg.scp
|
|
|
|
#
|
|
# AFC2 component
|
|
#
|
|
[include]
|
|
file=audio\maccmp.scp
|
|
|
|
# AFC2 watcher
|
|
[macro]
|
|
MechSubsystem=AFC2
|
|
[include]
|
|
file=audio\mactrg.scp
|
|
|
|
#
|
|
# ERMLaser component
|
|
#
|
|
[include]
|
|
file=audio\ermcmp.scp
|
|
|
|
# ERMLaser watcher
|
|
[macro]
|
|
MechSubsystem=ERMLaser
|
|
[include]
|
|
file=audio\ermtrg.scp
|
|
|
|
#
|
|
# ERSLaser1 component
|
|
#
|
|
[include]
|
|
file=audio\erscmp.scp
|
|
|
|
# ERSLaser1 watcher
|
|
[macro]
|
|
MechSubsystem=ERSLaser1
|
|
[include]
|
|
file=audio\erstrg.scp
|
|
|
|
# ERSLaser2 watcher
|
|
[macro]
|
|
MechSubsystem=ERSLaser2
|
|
[include]
|
|
file=audio\erstrg.scp
|
|
|
|
# ERSLaser3 watcher
|
|
[macro]
|
|
MechSubsystem=ERSLaser3
|
|
[include]
|
|
file=audio\erstrg.scp
|
|
|
|
#
|
|
# MLaser1 component
|
|
#
|
|
[include]
|
|
file=audio\mlrcmp.scp
|
|
|
|
# MLaser1 watcher
|
|
[macro]
|
|
MechSubsystem=MLaser1
|
|
[include]
|
|
file=audio\mlrtrg.scp
|
|
|
|
# MLaser2 watcher
|
|
[macro]
|
|
MechSubsystem=MLaser2
|
|
[include]
|
|
file=audio\mlrtrg.scp
|
|
|
|
# AmmoBinSRM watcher
|
|
[macro]
|
|
MechSubsystem=AmmoBinSRM
|
|
[include]
|
|
file=audio\abntrg.scp
|
|
|
|
#
|
|
# SRM component
|
|
#
|
|
[include]
|
|
file=audio\srmcmp.scp
|
|
|
|
# SRM watcher
|
|
[macro]
|
|
MechSubsystem=SRM
|
|
[include]
|
|
file=audio\srmtrg.scp
|
|
|