Skip to content

Commit

Permalink
ROWaterfall: add new srm-3 audio template
Browse files Browse the repository at this point in the history
  • Loading branch information
al2me6 committed Jan 3, 2022
1 parent 60caae7 commit d175691
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions GameData/RealismOverhaul/Waterfall_Configs/_Audio/srm-3.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
@PART[*]:HAS[@ROWaterfall:HAS[#audio[srm-3]]]:FOR[zROWaterfall_30_Audio]:NEEDS[Waterfall]
{
@EFFECTS
{
&running
{
AUDIO
{
channel = Ship
clip = Waterfall/Sounds/KW/sound_srbloop
volume = 0.0 0.0
volume = 1.0 1.0
pitch = 0.0 1.0
pitch = 1.0 1.0
loop = true
}
}
&engage
{
AUDIO
{
channel = Ship
clip = Waterfall/Sounds/KW/sound_srb2
volume = 1.0
pitch = 1.0
loop = false
}
}
&disengage
{
AUDIO
{
channel = Ship
clip = sound_vent_soft
volume = 1.0
pitch = 2.0
loop = false
}
}
&flameout
{
AUDIO
{
channel = Ship
clip = sound_explosion_low
volume = 1.0
pitch = 2.0
loop = false
}
}
}
}

0 comments on commit d175691

Please sign in to comment.