# #------------------------------------------------------------------ # Refinery Audio Script #------------------------------------------------------------------ # # #------------------------------------------------------------------ # AudioRenderTypes # # TransientAudioRenderType = 0 # SustainedAudioRenderType = 1 # #------------------------------------------------------------------ # AudioSourcePriority # # MinAudioSourcePriority = 0 # LowAudioSourcePriority = 1 # MedAudioSourcePriority = 2 # HighAudioSourcePriority = 3 # MaxAudioSourcePriority = 4 # #------------------------------------------------------------------ # AudioSourceMixPresence # # ManualAudioSourceMixPresence = 0 # MaxAudioSourceMixPresence = 1 # HighAudioSourceMixPresence = 2 # MedAudioSourceMixPresence = 3 # LowAudioSourceMixPresence = 4 # MinAudioSourceMixPresence = 5 # #------------------------------------------------------------------ # AudioControlID # # NullAudioControlID = 0 # StartAudioControlID = 1 # StopAudioControlID = 2 # VolumeAudioControlID = 3 # PitchAudioControlID = 4 # BrightnessAudioControlID = 5 # AttackVolumeAudioControlID = 6 # AttackTimeAudioControlID = 7 # AudioControlIDCount = 8 # # #------------------------------------------------------------------ # Audio locations #------------------------------------------------------------------ # [L4AudioLocation] location_offset=-46.50,50.70,50.10 name=Location01 [L4AudioLocation] location_offset=74.70,50.70,50.10 name=Location02 # #------------------------------------------------------------------ # Audio source components #------------------------------------------------------------------ # # # Refinery component # [Dynamic3DPatchSource] location=Location01 resource=Refinery06 priority=1 mix_presence=3 volume_mix_level=0.95 pitch_mix_offset=0.0 brightness_mix_level=1.0 use_brightness_scale=0 use_attack_time_scale=0 has_compression_curve=0 compression_duration=0.0 name=RefineryComponent01 [Dynamic3DPatchSource] location=Location02 resource=Refinery07 priority=1 mix_presence=3 volume_mix_level=0.95 pitch_mix_offset=0.0 brightness_mix_level=1.0 use_brightness_scale=0 use_attack_time_scale=0 has_compression_curve=0 compression_duration=0.0 name=RefineryComponent02 # #------------------------------------------------------------------ # Non-trigger watchers #------------------------------------------------------------------ # # #------------------------------------------------------------------ # Trigger watchers #------------------------------------------------------------------ # # # Refinery : Start control # [AudioControlSend] audio_component=RefineryComponent01 control_ID=1 control_value=0.0 [AudioControlSend] audio_component=RefineryComponent02 control_ID=1 control_value=0.0