Fix RCS sound to pooling

This commit is contained in:
ChrisAdderley 2019-01-23 10:52:27 -08:00
parent f2acdf7634
commit 75f8b4198a

View File

@ -18,18 +18,19 @@
{ {
running running
{ {
AUDIO AUDIO_MULTI_POOL
{ {
channel = Ship channel = Ship
clip = sound_rocket_mini transformName = RCSjet
volume = 0.0 0.0 clip = sound_rocket_mini
volume = 0.02 0.2 volume = 0.0 0.0
volume = 0.5 0.2 volume = 0.1 0.0
volume = 1.0 0.2 volume = 0.5 0.025
pitch = 0.0 0.75 volume = 1.0 0.1
pitch = 1.0 1.5 pitch = 0.0 0.75
loop = true pitch = 1.0 1.5
} loop = true
}
MODEL_MULTI_PARTICLE MODEL_MULTI_PARTICLE
{ {
name = fx1 name = fx1
@ -55,7 +56,7 @@
//localRotation = -90, 0, 0 //localRotation = -90, 0, 0
localPosition = 0, -0.015, 0 localPosition = 0, -0.015, 0
} }
} }
} }
} }
@ -111,7 +112,7 @@
//localRotation = -90, 0, 0 //localRotation = -90, 0, 0
localPosition = 0, -0.015, 0 localPosition = 0, -0.015, 0
} }
} }
} }
MODULE MODULE
{ {