Skip to content

Commit

Permalink
Merge pull request #62 from KSP-RO/development
Browse files Browse the repository at this point in the history
Merge Development
  • Loading branch information
zorg2044 authored Sep 14, 2019
2 parents d054e67 + 9ed34a0 commit ec9cd30
Show file tree
Hide file tree
Showing 3 changed files with 644 additions and 5 deletions.
15 changes: 11 additions & 4 deletions GameData/RealPlume/000_Generic_Plumes/Cryogenic_UpperBlue_CE.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -228,12 +228,19 @@
{
name = #$/PLUME[Cryogenic_UpperBlue_CE]:HAS[~processed[*]]/plumeIdentifier$-audio
channel = Ship
clip = RealPlume/KW_Sounds/sound_altloop
volume = 0.0 0.0
volume = #$/PLUME[Cryogenic_UpperBlue_CE]:HAS[~processed[*]]/plumeScale$
@volume,1 ^= :^:1.0 :
clip = RealPlume/NFP_Sounds/sound_altloop
volume = 0.0 0.0
volume = #0.01 $/PLUME[Cryogenic_UpperBlue_CE]:HAS[~processed[*]]/plumeScale$
volume = #0.5 $/PLUME[Cryogenic_UpperBlue_CE]:HAS[~processed[*]]/plumeScale$
volume = #1.0 $/PLUME[Cryogenic_UpperBlue_CE]:HAS[~processed[*]]/plumeScale$

@volume,1[1, ] *= 0.2
@volume,2[1, ] *= 0.4
@volume,3[1, ] *= 1.5

pitch = 0.0 1.0
pitch = 1.0 1.0

loop = true
}
}
Expand Down
Loading

0 comments on commit ec9cd30

Please sign in to comment.