Add folders for PW / CFM NEO / CFM-100
This commit is contained in:
parent
94225f512c
commit
6395049f2c
7 changed files with 109 additions and 14 deletions
|
@ -16,6 +16,22 @@
|
||||||
<path>Aircraft/A320-family/Models/Engines/XMLs/a320.cfm.xml</path>
|
<path>Aircraft/A320-family/Models/Engines/XMLs/a320.cfm.xml</path>
|
||||||
</model>
|
</model>
|
||||||
|
|
||||||
|
<animation>
|
||||||
|
<type>select</type>
|
||||||
|
<object-name>Sharklet</object-name>
|
||||||
|
<condition>
|
||||||
|
<property>sim/multiplay/generic/int[12]</property>
|
||||||
|
</condition>
|
||||||
|
</animation>
|
||||||
|
|
||||||
|
<animation>
|
||||||
|
<type>select</type>
|
||||||
|
<object-name>WingtipFence</object-name>
|
||||||
|
<condition>
|
||||||
|
<property>sim/multiplay/generic/int[12]</property>
|
||||||
|
</condition>
|
||||||
|
</animation>
|
||||||
|
|
||||||
<!-- Nasal code -->
|
<!-- Nasal code -->
|
||||||
<nasal>
|
<nasal>
|
||||||
<load>
|
<load>
|
||||||
|
|
31
Models/Liveries/A320/CFM-100/example.xml
Normal file
31
Models/Liveries/A320/CFM-100/example.xml
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
|
|
||||||
|
<PropertyList>
|
||||||
|
<sim>
|
||||||
|
<model>
|
||||||
|
<livery>
|
||||||
|
<name>ICAO Airline Name (Extra Info)</name>
|
||||||
|
<texture-fuselage>Liveries/A320/CFM/texture.png</texture-fuselage>
|
||||||
|
<texture-engine>Liveries/A320/CFM/texture.png</texture-engine>
|
||||||
|
</livery>
|
||||||
|
</model>
|
||||||
|
</sim>
|
||||||
|
|
||||||
|
<options>
|
||||||
|
<engine-name type="string">CFM56-5B4</engine-name>
|
||||||
|
<model-number type="string">A320-214</model-number>
|
||||||
|
<EIS2 type="bool">1</EIS2>
|
||||||
|
<company-options>
|
||||||
|
<idle-factor>+0.0</idle-factor>
|
||||||
|
<perf-factor>+1.0</perf-factor> <!-- please see https://www.cockpitseeker.com/wp-content/uploads/goodies/ac/a320/pdf/data/PerfoMonitoring.pdf -->
|
||||||
|
</company-options>
|
||||||
|
<model-options>
|
||||||
|
<registration type="string">AB-CDE</registration>
|
||||||
|
<three-letter type="string">ABC</three-letter>
|
||||||
|
<two-letter type="string">DE</two-letter>
|
||||||
|
<sharklet type="bool">0</sharklet>
|
||||||
|
<wifi-aft type="bool">0</wifi-aft>
|
||||||
|
<wifi-fwd type="bool">0</wifi-fwd>
|
||||||
|
</model-options>
|
||||||
|
</options>
|
||||||
|
</PropertyList>
|
31
Models/Liveries/A320/CFM-NEO/example.xml
Normal file
31
Models/Liveries/A320/CFM-NEO/example.xml
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
|
|
||||||
|
<PropertyList>
|
||||||
|
<sim>
|
||||||
|
<model>
|
||||||
|
<livery>
|
||||||
|
<name>ICAO Airline Name (Extra Info)</name>
|
||||||
|
<texture-fuselage>Liveries/A320/CFM/texture.png</texture-fuselage>
|
||||||
|
<texture-engine>Liveries/A320/CFM/texture.png</texture-engine>
|
||||||
|
</livery>
|
||||||
|
</model>
|
||||||
|
</sim>
|
||||||
|
|
||||||
|
<options>
|
||||||
|
<engine-name type="string">CFM56-5B4</engine-name>
|
||||||
|
<model-number type="string">A320-214</model-number>
|
||||||
|
<EIS2 type="bool">1</EIS2>
|
||||||
|
<company-options>
|
||||||
|
<idle-factor>+0.0</idle-factor>
|
||||||
|
<perf-factor>+1.0</perf-factor> <!-- please see https://www.cockpitseeker.com/wp-content/uploads/goodies/ac/a320/pdf/data/PerfoMonitoring.pdf -->
|
||||||
|
</company-options>
|
||||||
|
<model-options>
|
||||||
|
<registration type="string">AB-CDE</registration>
|
||||||
|
<three-letter type="string">ABC</three-letter>
|
||||||
|
<two-letter type="string">DE</two-letter>
|
||||||
|
<sharklet type="bool">0</sharklet>
|
||||||
|
<wifi-aft type="bool">0</wifi-aft>
|
||||||
|
<wifi-fwd type="bool">0</wifi-fwd>
|
||||||
|
</model-options>
|
||||||
|
</options>
|
||||||
|
</PropertyList>
|
Binary file not shown.
Before Width: | Height: | Size: 131 KiB |
Binary file not shown.
Before Width: | Height: | Size: 509 KiB |
|
@ -1,14 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
|
||||||
<PropertyList>
|
|
||||||
<sim>
|
|
||||||
<model>
|
|
||||||
<livery>
|
|
||||||
<name>Alitalia EI-MSK</name>
|
|
||||||
<texture>Liveries/A320/PW-NEO/Alitalia.png</texture>
|
|
||||||
</livery>
|
|
||||||
<eng>
|
|
||||||
<texture>Liveries/A320/PW-NEO/Alitalia-eng.png</texture>
|
|
||||||
</eng>
|
|
||||||
</model>
|
|
||||||
</sim>
|
|
||||||
</PropertyList>
|
|
31
Models/Liveries/A320/PW-NEO/example.xml
Normal file
31
Models/Liveries/A320/PW-NEO/example.xml
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
|
|
||||||
|
<PropertyList>
|
||||||
|
<sim>
|
||||||
|
<model>
|
||||||
|
<livery>
|
||||||
|
<name>ICAO Airline Name (Extra Info)</name>
|
||||||
|
<texture-fuselage>Liveries/A320/CFM/texture.png</texture-fuselage>
|
||||||
|
<texture-engine>Liveries/A320/CFM/texture.png</texture-engine>
|
||||||
|
</livery>
|
||||||
|
</model>
|
||||||
|
</sim>
|
||||||
|
|
||||||
|
<options>
|
||||||
|
<engine-name type="string">CFM56-5B4</engine-name>
|
||||||
|
<model-number type="string">A320-214</model-number>
|
||||||
|
<EIS2 type="bool">1</EIS2>
|
||||||
|
<company-options>
|
||||||
|
<idle-factor>+0.0</idle-factor>
|
||||||
|
<perf-factor>+1.0</perf-factor> <!-- please see https://www.cockpitseeker.com/wp-content/uploads/goodies/ac/a320/pdf/data/PerfoMonitoring.pdf -->
|
||||||
|
</company-options>
|
||||||
|
<model-options>
|
||||||
|
<registration type="string">AB-CDE</registration>
|
||||||
|
<three-letter type="string">ABC</three-letter>
|
||||||
|
<two-letter type="string">DE</two-letter>
|
||||||
|
<sharklet type="bool">0</sharklet>
|
||||||
|
<wifi-aft type="bool">0</wifi-aft>
|
||||||
|
<wifi-fwd type="bool">0</wifi-fwd>
|
||||||
|
</model-options>
|
||||||
|
</options>
|
||||||
|
</PropertyList>
|
Loading…
Reference in a new issue