From cf61cbd921d9fee191568dbd2e4d96d3b3f69c2d Mon Sep 17 00:00:00 2001 From: legoboyvdlp R Date: Wed, 13 May 2020 09:02:31 +0100 Subject: [PATCH 1/2] Update readme per Charlie_X request --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54c70cf5..96d909f6 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ You can find a Checklist to download and print [here](https://raw.githubusercont ## Navdata It is highly reccomended to purchase a NAVIGRAPH subscription and download their level d FMSDATA / waypoint / navaid data! If you do not wish to do that, there is older data linked below. But it won't have most of the newer procedures, and is only for a limited number of airports, as naturally it is not possible to distribute commercial data. If runway numbering changed, it is quite possible that it will not work due to FlightGear limitations in the routing code. -To install navdata, create a folder FMSDATA, and add it to your additional scenery folders, at the top of the list. Inside that folder, place all the XXXX.procedures.xml files, in the format FMSDATA/X/X/X/XXXX.procedures.xml. For instance, FMSDATA/E/G/K/EGKK.procedures.xml. +To install navdata, create a folder FMSDATA, and add it to your additional scenery folders, at the top of the list. Inside that folder, place all the XXXX.procedures.xml files, in the format FMSDATA/X/X/X/XXXX.procedures.xml. For instance, FMSDATA/Airports/E/G/K/EGKK.procedures.xml. ## External tools Some external tools you might want to checkout and use with this Model. From 19acfc434e3cbcdbf8bbe8252112047c6b7714f1 Mon Sep 17 00:00:00 2001 From: legoboyvdlp R Date: Wed, 13 May 2020 10:58:59 +0100 Subject: [PATCH 2/2] Correct GPWS landing flaps --- A320-main.xml | 66 ++++++++++++++++++++++------------------ Systems/fmgc-drivers.xml | 19 ++++++++++-- revision.txt | 2 +- 3 files changed, 53 insertions(+), 34 deletions(-) diff --git a/A320-main.xml b/A320-main.xml index 7c8b50fd..03e26a22 100644 --- a/A320-main.xml +++ b/A320-main.xml @@ -1360,6 +1360,12 @@ 7 0 + + + + false + + 0 @@ -1385,8 +1391,8 @@ -1 0 - 2.52 - + 2.52 + 10 30 10 @@ -1399,8 +1405,8 @@ -1 0 - 2.52 - + 2.52 + 10 30 10 @@ -2178,19 +2184,19 @@ /FMGC/keyboard-left /FMGC/keyboard-right - nasal - - - - - + nasal + + + + + /FMGC/keyboard-left /FMGC/keyboard-right nasal - - + + SHIFT-c @@ -2306,9 +2312,9 @@ /FMGC/keyboard-left /FMGC/keyboard-right - nasal - - + nasal + + @@ -2342,9 +2348,9 @@ /FMGC/keyboard-left /FMGC/keyboard-right - nasal - - + nasal + + SHIFT-i @@ -2368,9 +2374,9 @@ /FMGC/keyboard-left /FMGC/keyboard-right - nasal - - + nasal + + SHIFT-j @@ -2502,9 +2508,9 @@ /FMGC/keyboard-left /FMGC/keyboard-right - property-toggle - /sim/panel/visibility - + property-toggle + /sim/panel/visibility + SHIFT-q @@ -2618,9 +2624,9 @@ /FMGC/keyboard-left /FMGC/keyboard-right - nasal - - + nasal + + SHIFT-w @@ -2707,9 +2713,9 @@ /FMGC/keyboard-left /FMGC/keyboard-right - nasal - - + nasal + + a diff --git a/Systems/fmgc-drivers.xml b/Systems/fmgc-drivers.xml index aa9f80b2..4642cdc8 100644 --- a/Systems/fmgc-drivers.xml +++ b/Systems/fmgc-drivers.xml @@ -290,7 +290,7 @@ - + @@ -315,7 +315,7 @@ - +
@@ -885,5 +885,18 @@ 30 10 - + + + + + + /controls/flight/flaps + 0.8 + + + /instrumentation/mk-viii/inputs/discretes/landing-flaps + + diff --git a/revision.txt b/revision.txt index dc7b54ad..3e932fe8 100644 --- a/revision.txt +++ b/revision.txt @@ -1 +1 @@ -33 \ No newline at end of file +34 \ No newline at end of file