Skip to content

Commit

Permalink
Jet Sounds fixed patches
Browse files Browse the repository at this point in the history
  • Loading branch information
JadeOfMaar committed Feb 16, 2020
1 parent 974c236 commit 0cc54f1
Show file tree
Hide file tree
Showing 9 changed files with 1,892 additions and 0 deletions.
123 changes: 123 additions & 0 deletions JetSoundsContinued/Patches/Goliath.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
//---JetEngineSounds Continued
//---Goliath config by JeanTheDragon and RealPlume compatibility by theonegalen


@PART[turboFanSize2]:NEEDS[!RealPlume]
{
@EFFECTS
{
%running_thrust
{
!AUDIO,* {}
AUDIO
{
channel = Ship
clip = JetSoundsCont/Sounds/GE90_Running_High
volume = 0.0 0.0
volume = 0.05 0.4
volume = 1.0 1.0
pitch = 0.0 0.6
pitch = 1.0 1.0
loop = true
}
}
%running_turbine
{
!AUDIO,* {}
AUDIO
{
channel = Ship
clip = JetSoundsCont/Sounds/GE90_Running_Low
volume = 0.0 0.0
volume = 0.05 0.7
volume = 1.0 1.0
pitch = 0.0 0.4
pitch = 0.05 0.5
pitch = 1.0 1.0
loop = true
}
}
%engage
{
!AUDIO,* {}
AUDIO
{
channel = Ship
clip = JetSoundsCont/Sounds/GE90_Startup
volume = 1.0
pitch = 2.0
loop = false
}
}
%disengage
{
!AUDIO,* {}
AUDIO
{
channel = Ship
clip = JetSoundsCont/Sounds/GE90_Shutdown
volume = 1.0
pitch = 2.0
loop = false
}
}
}
}

@PART[turboFanSize2]:NEEDS[RealPlume]:FOR[zzJetSounds]
{
%EFFECTS
{
%Turbofan-Spool
{
!AUDIO,* {}
AUDIO
{
channel = Ship
clip = JetSoundsCont/Sounds/GE90_Running_Low
volume = 0.0 0.0
volume = 0.05 0.7
volume = 1.0 1.0
pitch = 0.0 0.4
pitch = 0.05 0.5
pitch = 1.0 1.0
loop = true
}
AUDIO
{
channel = Ship
clip = JetSoundsCont/Sounds/GE90_Running_High
volume = 0.0 0.0
volume = 0.05 0.4
volume = 1.0 1.0
pitch = 0.0 0.6
pitch = 1.0 1.0
loop = true
}
}
%engage
{
!AUDIO,* {}
AUDIO
{
channel = Ship
clip = JetSoundsCont/Sounds/GE90_Startup
volume = 1.0
pitch = 2.0
loop = false
}
}
%disengage
{
!AUDIO,* {}
AUDIO
{
channel = Ship
clip = JetSoundsCont/Sounds/GE90_Shutdown
volume = 1.0
pitch = 2.0
loop = false
}
}
}
}
126 changes: 126 additions & 0 deletions JetSoundsContinued/Patches/Juno.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,126 @@
//---JetEngineSounds Continued
//---Juno config by JeanTheDragon and RealPlume compatibility by theonegalen


@PART[miniJetEngine]:NEEDS[!RealPlume]
{
@EFFECTS
{
%running_thrust
{
!AUDIO,* {}
AUDIO
{
channel = Ship

clip = JetSoundsCont/Sounds/TFE731_Running_High
volume = 0.0 0.0
volume = 0.05 0.2
volume = 1.0 0.5
pitch = 0.0 1.2
pitch = 1.0 2.0
loop = true
}
}
%running_turbine
{
!AUDIO,* {}
AUDIO
{
channel = Ship
clip = JetSoundsCont/Sounds/TFE731_Running_Low
volume = 0.0 0.0
volume = 0.05 0.35
volume = 1.0 0.5
pitch = 0.0 0.6
pitch = 0.05 0.8
pitch = 1.0 1.5
loop = true
}
}
%engage
{
!AUDIO,* {}
AUDIO
{
channel = Ship
clip = JetSoundsCont/Sounds/TFE731_Startup
volume = 0.8
pitch = 2.5
loop = false
}
}
%disengage
{
!AUDIO,* {}
AUDIO
{
channel = Ship
clip = JetSoundsCont/Sounds/TFE731_Shutdown
volume = 0.8
pitch = 2.5
loop = false
}
}
}
}

@PART[miniJetEngine]:NEEDS[RealPlume]:FOR[zzJetSounds]
{
%EFFECTS
{
%Turbofan-Spool
{
!AUDIO,* {}
AUDIO
{
name = sndjet1
channel = Ship
clip = JetSoundsCont/Sounds/TFE731_Running_Low
volume = 0.0 0.0
volume = 0.05 0.35
volume = 1.0 0.5
pitch = 0.0 0.6
pitch = 0.05 0.8
pitch = 1.0 1.5
loop = true
}
AUDIO
{
name = sndjet2
channel = Ship
clip = JetSoundsCont/Sounds/TFE731_Running_High
volume = 0.0 0.0
volume = 0.05 0.2
volume = 1.0 0.5
pitch = 0.0 1.2
pitch = 1.0 2.0
loop = true
}
}
%engage
{
!AUDIO,* {}
AUDIO
{
channel = Ship
clip = JetSoundsCont/Sounds/TFE731_Startup
volume = 0.8
pitch = 2.5
loop = false
}
}
%disengage
{
!AUDIO,* {}
AUDIO
{
channel = Ship
clip = JetSoundsCont/Sounds/TFE731_Shutdown
volume = 0.8
pitch = 2.5
loop = false
}
}
}
}
Loading

0 comments on commit 0cc54f1

Please sign in to comment.