Helicopter Complexity has a gap in its logic

Version: 1.1.10.0

Frequency:

Severity: Low

Marketplace package name:

Context: Documentation Career Activities

Similar MSFS 2020 issue: No

Bug description:

Per the docs:

if max_gross_weight is defined then:

  • if the maximum gross weight is greater than or equal to 3180kg, the helicopter is considered as very complex.
  • if the maximum gross weight is greater than or equal to 1590kg, the helicopter is considered as complex.
  • if the maximum gross weight is less than 7000kg, the helicopter is considered as simple.

The problem is that helis 7001kg to 1589kg are not accounted for in that logic.

Repro steps:
N/A
Attachments:
Private attachments:

Hello @davux3

This is an error from the documentation.
Complexity is as follow:

  • [0;1590[ → Simple
  • [1590;3180[ → Complex
  • ≥3180 → VeryComplex

Regards,
Sylvain

Hello @davux3

This is fixed in SDK 1.3.1 documentation.

Regards,
Sylvain

This topic has been automatically closed after 60 days of inactivity since it was marked as fixed.

If there is important new information about this same report, you can use the “Request reopen” button below to ask the moderation team to review it again.
For other issues or broader discussion, please open a new topic in the appropriate category.