-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
974c236
commit 0cc54f1
Showing
9 changed files
with
1,892 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.