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>
49 lines
1.6 KiB
Plaintext
49 lines
1.6 KiB
Plaintext
#
|
|
###################################################################
|
|
# Extended Range Large Laser Audio Script
|
|
###################################################################
|
|
#
|
|
|
|
[macro]
|
|
LaserFireResource=LaserCFire01
|
|
LaserFirePitchOffset=-200
|
|
LaserFireComponent=ERLLaserFireComponent
|
|
LaserFireIndex=LaserCFireIndex
|
|
LaserFireResourceSelect=ERLLaserFireResourceSelect
|
|
LaserFireSampleAndHold=ERLLaserFireSampleAndHold
|
|
#
|
|
LaserSustainResource=LaserCSustain01
|
|
LaserSustainComponent=ERLLaserSustainComponent
|
|
LaserSustainIndex=LaserCSustainIndex
|
|
LaserSustainResourceSelect=ERLLaserSustainResourceSelect
|
|
LaserSustainSampleAndHold=ERLLaserSustainSampleAndHold
|
|
#
|
|
LaserReleaseResource=LaserARelease01
|
|
LaserReleaseComponent=ERLLaserReleaseComponent
|
|
LaserReleaseIndex=LaserAReleaseIndex
|
|
LaserReleaseResourceSelect=ERLLaserReleaseResourceSelect
|
|
LaserReleaseSampleAndHold=ERLLaserReleaseSampleAndHold
|
|
#
|
|
LaserChargeResource=LaserACharge01
|
|
LaserChargeComponent=ERLLaserChargeComponent
|
|
LaserChargeIndex=LaserAChargeIndex
|
|
LaserChargeResourceSelect=ERLLaserChargeResourceSelect
|
|
LaserChargeSampleAndHold=ERLLaserChargeSampleAndHold
|
|
#
|
|
LaserLoadedResource=LaserLoaded01
|
|
LaserLoadedComponent=ERLLaserLoadedComponent
|
|
LaserLoadedSequence=ERLLaserLoadedSequence
|
|
#
|
|
LaserTriggerDuringLoadResource=TriggerDuringLoad01
|
|
LaserTriggerDuringLoadComponent=ERLLaserTriggerDuringLoadComponent
|
|
#
|
|
LaserMisfireResource=LaserAMisfire01
|
|
LaserMisfireComponent=ERLLaserMisfireComponent
|
|
#
|
|
LaserSeekLevelResource=BasicBeep02
|
|
LaserSeekLevelComponent=ERLLaserSeekLevelComponent
|
|
|
|
[include]
|
|
file=audio\lsrcmp.scp
|
|
|