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.5 KiB
Plaintext
49 lines
1.5 KiB
Plaintext
#
|
|
###################################################################
|
|
# PPC Audio Script
|
|
###################################################################
|
|
#
|
|
|
|
[macro]
|
|
LaserFireResource=LaserAFire01
|
|
LaserFirePitchOffset=0
|
|
LaserFireComponent=PPCFireComponent
|
|
LaserFireIndex=LaserAFireIndex
|
|
LaserFireResourceSelect=PPCFireResourceSelect
|
|
LaserFireSampleAndHold=PPCFireSampleAndHold
|
|
#
|
|
LaserSustainResource=LaserASustain01
|
|
LaserSustainComponent=PPCSustainComponent
|
|
LaserSustainIndex=LaserASustainIndex
|
|
LaserSustainResourceSelect=PPCSustainResourceSelect
|
|
LaserSustainSampleAndHold=PPCSustainSampleAndHold
|
|
#
|
|
LaserReleaseResource=LaserARelease01
|
|
LaserReleaseComponent=PPCReleaseComponent
|
|
LaserReleaseIndex=LaserAReleaseIndex
|
|
LaserReleaseResourceSelect=PPCReleaseResourceSelect
|
|
LaserReleaseSampleAndHold=PPCReleaseSampleAndHold
|
|
#
|
|
LaserChargeResource=LaserACharge01
|
|
LaserChargeComponent=PPCChargeComponent
|
|
LaserChargeIndex=LaserAChargeIndex
|
|
LaserChargeResourceSelect=PPCChargeResourceSelect
|
|
LaserChargeSampleAndHold=PPCChargeSampleAndHold
|
|
#
|
|
LaserLoadedResource=LaserLoaded01
|
|
LaserLoadedComponent=SmallLaserLoadedComponent
|
|
LaserLoadedSequence=SmallLaserLoadedSequence
|
|
#
|
|
LaserTriggerDuringLoadResource=TriggerDuringLoad01
|
|
LaserTriggerDuringLoadComponent=PPCTriggerDuringLoadComponent
|
|
#
|
|
LaserMisfireResource=LaserAMisfire01
|
|
LaserMisfireComponent=PPCMisfireComponent
|
|
#
|
|
LaserSeekLevelResource=BasicBeep02
|
|
LaserSeekLevelComponent=PPCSeekLevelComponent
|
|
|
|
[include]
|
|
file=audio\lsrcmp.scp
|
|
|