Merge branch 'master' of github.com:FGMEMBERS/A320Family

This commit is contained in:
Joshua Davidson 2017-06-23 12:35:09 -04:00
commit 3a3a25956d
7 changed files with 370 additions and 328 deletions

View file

@ -1,7 +1,5 @@
<?xml version="1.0"?>
<PropertyList>
<checklist>
<title>BEFORE START</title>
<page>
@ -191,6 +189,10 @@
<name>LAPTOP</name>
<value>STOWED</value>
</item>
<item>
<name>NOSE LT</name>
<value>TAXI</value>
</item>
</checklist>
<checklist>
<title>BEFORE TAXI/TAKEOFF (2/2)</title>
@ -211,7 +213,7 @@
</item>
<item>
<name>PACKS</name>
<value>AS RQRD/OFF</value>
<value>OFF/AS RQRD</value>
</item>
<item>
<name>...lining up...</name>
@ -245,7 +247,7 @@
</item>
<item>
<name>BARO REF</name>
<value>SET STD 1013/29.92(BOTH)</value>
<value>SET STD 1013/29.92(BOTH) above Trans Alt</value>
</item>
<item>
<name>passing 10.000ft/FL100</name>

Binary file not shown.

After

Width:  |  Height:  |  Size: 478 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 465 KiB

View file

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8" ?>
<PropertyList>
<sim>
<model>
<livery>
<name>White</name>
<texture>Liveries/A318/CFM/White.png</texture>
</livery>
<nose>
<texture>Liveries/A318/CFM/White-nose.png</texture>
</nose>
</model>
</sim>
<options>
<steep-ils-avail type="bool">1</steep-ils-avail>
</options>
</PropertyList>

Binary file not shown.

After

Width:  |  Height:  |  Size: 472 KiB

View file

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8" ?>
<PropertyList>
<sim>
<model>
<livery>
<name>Air Berlin (Niki)</name>
<texture>Liveries/A321/CFM/NLY.png</texture>
</livery>
</model>
</sim>
<options>
<EIS2 type="bool">1</EIS2>
</options>
<sharklet type="bool">1</sharklet>
</PropertyList>

Binary file not shown.