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>
116 lines
1.5 KiB
Plaintext
116 lines
1.5 KiB
Plaintext
#
|
|
# Internal Audio Script
|
|
#
|
|
[include]
|
|
file=audio\macros.scp
|
|
file=audio\mchint.scp
|
|
|
|
#
|
|
# PPC component
|
|
#
|
|
[include]
|
|
file=audio\ppccmp.scp
|
|
|
|
# PPC watcher
|
|
[macro]
|
|
MechSubsystem=PPC
|
|
[include]
|
|
file=audio\ppctrg.scp
|
|
|
|
#
|
|
# AmmoBinGAUSS component
|
|
#
|
|
[include]
|
|
file=audio\abncmp.scp
|
|
|
|
# AmmoBinGAUSS watcher
|
|
[macro]
|
|
MechSubsystem=AmmoBinGAUSS
|
|
[include]
|
|
file=audio\abntrg.scp
|
|
|
|
#
|
|
# GAUSS component
|
|
#
|
|
[include]
|
|
file=audio\saccmp.scp
|
|
|
|
# GAUSS watcher
|
|
[macro]
|
|
MechSubsystem=GAUSS
|
|
[include]
|
|
file=audio\sactrg.scp
|
|
|
|
# AmmoBinAFC25 watcher
|
|
[macro]
|
|
MechSubsystem=AmmoBinAFC25
|
|
[include]
|
|
file=audio\abntrg.scp
|
|
|
|
# AFC25 watcher
|
|
[macro]
|
|
MechSubsystem=AFC25
|
|
[include]
|
|
file=audio\sactrg.scp
|
|
|
|
#
|
|
# MLaser_1 component
|
|
#
|
|
[include]
|
|
file=audio\mlrcmp.scp
|
|
|
|
# MLaser_1 watcher
|
|
[macro]
|
|
MechSubsystem=MLaser_1
|
|
[include]
|
|
file=audio\mlrtrg.scp
|
|
|
|
# MLaser_2 watcher
|
|
[macro]
|
|
MechSubsystem=MLaser_2
|
|
[include]
|
|
file=audio\mlrtrg.scp
|
|
|
|
# MLaser_3 watcher
|
|
[macro]
|
|
MechSubsystem=MLaser_3
|
|
[include]
|
|
file=audio\mlrtrg.scp
|
|
|
|
#
|
|
# SLaser_1 component
|
|
#
|
|
[include]
|
|
file=audio\slrcmp.scp
|
|
|
|
# SLaser_1 watcher
|
|
[macro]
|
|
MechSubsystem=SLaser_1
|
|
[include]
|
|
file=audio\slrtrg.scp
|
|
|
|
# SLaser_2 watcher
|
|
[macro]
|
|
MechSubsystem=SLaser_2
|
|
[include]
|
|
file=audio\slrtrg.scp
|
|
|
|
# AmmoBinSRM4 watcher
|
|
[macro]
|
|
MechSubsystem=AmmoBinSRM4
|
|
[include]
|
|
file=audio\abntrg.scp
|
|
|
|
#
|
|
# SRM4 component
|
|
#
|
|
[include]
|
|
file=audio\srmcmp.scp
|
|
|
|
# SRM4 watcher
|
|
[macro]
|
|
MechSubsystem=SRM4
|
|
[include]
|
|
file=audio\srmtrg.scp
|
|
|