Skip to content

Commit

Permalink
Fix and streamline MaximumPitch values in TS
Browse files Browse the repository at this point in the history
The internal default is way too low for TS aircraft
(especially when passing cliffs).
  • Loading branch information
reaperrr committed May 26, 2019
1 parent a468498 commit bb65118
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions mods/ts/rules/aircraft.yaml
Expand Up @@ -141,7 +141,6 @@ ORCAB:
Bounds: 30,24
Aircraft:
CruiseAltitude: 5c512
MaximumPitch: 120
TurnSpeed: 3
Speed: 96
CruisingCondition: cruising
Expand Down Expand Up @@ -280,7 +279,6 @@ SCRIN:
VoiceSet: Scrin
Aircraft:
CruiseAltitude: 5c0
MaximumPitch: 90
TurnSpeed: 3
Speed: 168
AirborneCondition: airborne
Expand Down
1 change: 1 addition & 0 deletions mods/ts/rules/defaults.yaml
Expand Up @@ -849,6 +849,7 @@
LandWhenIdle: false
Voice: Move
IdealSeparation: 853
MaximumPitch: 120
Voiced:
VoiceSet: Heli
HiddenUnderFog:
Expand Down

0 comments on commit bb65118

Please sign in to comment.