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>
41 lines
1.1 KiB
Plaintext
41 lines
1.1 KiB
Plaintext
[macro]
|
|
BoxedSolid::StoneMaterial=0
|
|
BoxedSolid::GravelMaterial=1
|
|
BoxedSolid::ConcreteMaterial=2
|
|
BoxedSolid::WoodMaterial=4
|
|
BoxedSolid::RockMaterial=5
|
|
BoxedSolid::OurCraftMaterial=6
|
|
BoxedSolid::OtherCraftMaterial=7
|
|
TransientAudioRenderType=0
|
|
SustainedAudioRenderType=1
|
|
MinAudioSourcePriority=0
|
|
LowAudioSourcePriority=1
|
|
MedAudioSourcePriority=2
|
|
HighAudioSourcePriority=3
|
|
MaxAudioSourcePriority=4
|
|
MinAudioSourceMixPresence=5
|
|
LowAudioSourceMixPresence=4
|
|
MedAudioSourceMixPresence=3
|
|
HighAudioSourceMixPresence=2
|
|
MaxAudioSourceMixPresence=1
|
|
ManualAudioSourceMixPresence=0
|
|
NullAudioControlID=0
|
|
NoteAudioControlID=8
|
|
AttackVolumeAudioControlID=6
|
|
AttackTimeAudioControlID=7
|
|
DurationAudioControlID=10
|
|
VolumeAudioControlID=3
|
|
PitchAudioControlID=4
|
|
BrightnessAudioControlID=5
|
|
StartAudioControlID=1
|
|
StopAudioControlID=2
|
|
IdleAudioControlID=9
|
|
FlushMessagesAudioControlID=11
|
|
TempoAudioControlID=12
|
|
FrontDirectPatchPosition=0
|
|
RearDirectPatchPosition=1
|
|
FrontLeftDirectPatchPosition=2
|
|
FrontRightDirectPatchPosition=3
|
|
RearLeftDirectPatchPosition=4
|
|
RearRightDirectPatchPosition=5
|