From 81039c17800d01749fa2cad442d4fc2fa018a0ae Mon Sep 17 00:00:00 2001 From: Tobias Dammers Date: Fri, 24 Sep 2021 18:11:02 +0200 Subject: [PATCH] Document MD-11 compat --- README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README b/README index cc44928..cc9f102 100644 --- a/README +++ b/README @@ -63,6 +63,8 @@ Supported Aircraft Types (as per 09/2021) +------------------------+-----+---------+----------+-----------+---------+------+ | 747-8i | yes | yes | yes | yes | yes | yes | +------------------------+-----+---------+----------+-----------+---------+------+ +| MD-11 [5] | yes | yes | yes | yes | yes | yes | ++------------------------+-----+---------+----------+-----------+---------+------+ | 747-400 | yes | yes | yes | yes | yes | yes | +------------------------+-----+---------+----------+-----------+---------+------+ | 737-800YV [2] | yes | yes | yes | yes | partial | yes | @@ -88,6 +90,8 @@ Supported Aircraft Types (as per 09/2021) [3] - Nonstandard handling of cargo and passengers. [4] - Imported flight plan is of limited use, because the aircraft does not have an FMS. +[5] - Currently works, but devs plan to make a custom importer, at which point + [1] will apply. Aircraft types not on this list may or may not work; they simply haven't been tested. Contributions on this front are very welcome.