Aircraft Takeoff & Landing Sounds (Fixed-Wing)

Added Takeoff & Landing sounds to planes.

Changed Aircraft Trait, TakeoffSounds & LandingSounds are now arrays & accept a list of sound files & it will randomly select one to play.

Changed/fixed take off & landing sounds to originate from the aircraft location, rather than play a global sound.
This commit is contained in:
Inq8
2018-09-18 06:54:09 +01:00
committed by reaperrr
parent 9cf8cba750
commit fec9fe1ad4
8 changed files with 81 additions and 24 deletions

View File

@@ -44,8 +44,8 @@ DSHP:
Speed: 168
InitialFacing: 0
LandableTerrainTypes: Clear,Road,Rail,DirtRoad,Rough,Tiberium,BlueTiberium,Veins
TakeoffSound: dropup1.aud
LandingSound: dropdwn1.aud
TakeoffSounds: dropup1.aud
LandingSounds: dropdwn1.aud
IdealSeparation: 1275
Health:
HP: 20000
@@ -84,8 +84,8 @@ ORCA:
TurnSpeed: 5
Speed: 186
MoveIntoShroud: false
TakeoffSound: orcaup1.aud
LandingSound: orcadwn1.aud
TakeoffSounds: orcaup1.aud
LandingSounds: orcadwn1.aud
Health:
HP: 20000
Armor:
@@ -134,8 +134,8 @@ ORCAB:
Speed: 96
CruisingCondition: cruising
MoveIntoShroud: false
TakeoffSound: orcaup1.aud
LandingSound: orcadwn1.aud
TakeoffSounds: orcaup1.aud
LandingSounds: orcadwn1.aud
ReturnOnIdle:
Health:
HP: 26000
@@ -182,8 +182,8 @@ ORCATRAN:
Speed: 84
InitialFacing: 0
LandableTerrainTypes: Clear,Road,Rail,DirtRoad,Rough,Tiberium,BlueTiberium,Veins
TakeoffSound: orcaup1.aud
LandingSound: orcadwn1.aud
TakeoffSounds: orcaup1.aud
LandingSounds: orcadwn1.aud
IdealSeparation: 1275
Health:
HP: 20000
@@ -218,8 +218,8 @@ TRNSPORT:
Speed: 149
InitialFacing: 0
LandableTerrainTypes: Clear,Road,Rail,DirtRoad,Rough,Tiberium,BlueTiberium,Veins
TakeoffSound: dropup1.aud
LandingSound: dropdwn1.aud
TakeoffSounds: dropup1.aud
LandingSounds: dropdwn1.aud
AltitudeVelocity: 64
MoveIntoShroud: false
Carryall:
@@ -264,8 +264,8 @@ SCRIN:
Speed: 168
AirborneCondition: airborne
MoveIntoShroud: false
TakeoffSound: dropup1.aud
LandingSound: dropdwn1.aud
TakeoffSounds: dropup1.aud
LandingSounds: dropdwn1.aud
ReturnOnIdle:
Health:
HP: 28000