Files
TeslaRel410/CONTENT/BT/AUDIO/PPCEXPI.SCP
T
CydandClaude Fable 5 fdd9ac9d97 Initial import: Tesla Release 4.10 (Tesla:BattleTech & Tesla:Red Planet)
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>
2026-07-02 13:21:58 -05:00

110 lines
2.5 KiB
Plaintext

#
###################################################################
# PPC Explosion Internal Audio Script
###################################################################
#
[include]
file=audio\macros.scp
#
###################################################################
# Audio locations
###################################################################
#
[L4AudioLocation]
location_offset=0.0,0.0,0.0
name=OriginLocation
#
###################################################################
# PPC Explosion Internal component
###################################################################
#
[Static3DPatchSource]
location=OriginLocation
resource=PPCExplosionInt01
priority=2
mix_presence=3
volume_mix_level=PPCExplosionIntVolume
pitch_mix_offset=0.0
brightness_mix_level=1.0
use_brightness_scale=True
use_attack_time_scale=False
has_compression_curve=True
compression_duration=0.5
use_internal=False
name=PPCExplosionIntComponent
#------------------------------------------------------------------
#
# resource select
#
[AudioResourceSelector]
audio_source=PPCExplosionIntComponent
audio_resource_index=PPCExplosionIntIndex
control_ID=100
min_control_value=0.0
max_control_value=1.0
dump_value=False
name=PPCExplosionIntResourceSelect
#
# sample and hold -> resource select
#
[AudioSampleAndHold]
audio_component=PPCExplosionIntResourceSelect
control_ID=100
sample_duration=99.0
name=PPCExplosionIntSampleAndHold
#------------------------------------------------------------------
#
# sample and hold -> pitch
#
[AudioSampleAndHold]
audio_component=PPCExplosionIntComponent
control_ID=PitchAudioControlID
sample_duration=99.0
min_value=-100
max_value=100
name=PPCExplosionIntPitchSampleAndHold
#
# sample and hold -> filter
#
[AudioSampleAndHold]
audio_component=PPCExplosionIntComponent
control_ID=BrightnessAudioControlID
sample_duration=99.0
min_value=0.8
max_value=1.0
name=PPCExplosionIntBrightnessSampleAndHold
#------------------------------------------------------------------
[AudioControlSplitter]
audio_component=PPCExplosionIntSampleAndHold
audio_component=PPCExplosionIntPitchSampleAndHold
audio_component=PPCExplosionIntBrightnessSampleAndHold
name=PPCExplosionIntSplitter
[AudioControlSend]
audio_component=PPCExplosionIntSplitter
control_ID=StartAudioControlID
control_value=0.0
[AudioControlSend]
audio_component=PPCExplosionIntComponent
control_ID=StartAudioControlID
control_value=3.0