From 64d891cc6c2f2234b6d67747f7cd5e77d74c8b87 Mon Sep 17 00:00:00 2001 From: reaperrr Date: Wed, 1 May 2019 20:35:19 +0200 Subject: [PATCH] Improve TS aircraft altitude values The CruiseAltitude values and AltitudeVelocity default were far too low compared to the original. --- mods/ts/rules/aircraft.yaml | 10 ++++++---- mods/ts/rules/defaults.yaml | 3 ++- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/mods/ts/rules/aircraft.yaml b/mods/ts/rules/aircraft.yaml index 0482ad6eb4..ddb7b86689 100644 --- a/mods/ts/rules/aircraft.yaml +++ b/mods/ts/rules/aircraft.yaml @@ -51,6 +51,8 @@ DSHP: TakeoffSounds: dropup1.aud LandingSounds: dropdwn1.aud IdealSeparation: 1275 + CruiseAltitude: 12c512 + AltitudeVelocity: 256 Health: HP: 20000 Armor: @@ -91,6 +93,7 @@ ORCA: MoveIntoShroud: false TakeoffSounds: orcaup1.aud LandingSounds: orcadwn1.aud + AltitudeVelocity: 128 Health: HP: 20000 Armor: @@ -137,7 +140,7 @@ ORCAB: Selectable: Bounds: 30,24 Aircraft: - CruiseAltitude: 3072 + CruiseAltitude: 5c512 MaximumPitch: 120 TurnSpeed: 3 Speed: 96 @@ -238,7 +241,6 @@ TRNSPORT: Crushes: crate, infantry TakeoffSounds: dropup1.aud LandingSounds: dropdwn1.aud - AltitudeVelocity: 64 MoveIntoShroud: false Carryall: Voice: Move @@ -277,7 +279,7 @@ SCRIN: Voiced: VoiceSet: Scrin Aircraft: - CruiseAltitude: 2560 + CruiseAltitude: 5c0 MaximumPitch: 90 TurnSpeed: 3 Speed: 168 @@ -385,7 +387,7 @@ HUNTER: Aircraft: TurnSpeed: 16 Speed: 355 - CruiseAltitude: 256 + CruiseAltitude: 3c128 CanHover: True CruisingCondition: cruising VTOL: true diff --git a/mods/ts/rules/defaults.yaml b/mods/ts/rules/defaults.yaml index b2c2cd01d7..6d68dcef1e 100644 --- a/mods/ts/rules/defaults.yaml +++ b/mods/ts/rules/defaults.yaml @@ -876,7 +876,8 @@ ^Helicopter: Inherits: ^Aircraft Aircraft: - CruiseAltitude: 2048 + CruiseAltitude: 4c704 + AltitudeVelocity: 96 CanHover: True CruisingCondition: cruising TakeOffOnResupply: true