<?xml version="1.0" encoding="UTF-8" ?> <PropertyList> <name>A321-200</name> <path>empty.ac</path> <!-- Livery system on MP multimodel --> <offsets> <x-m>-18.8499</x-m> <z-m>1.7005004</z-m> </offsets> <model> <name>Fuselage</name> <path>Aircraft/A320Family/Models/Fuselages/A321/fuselage.xml</path> </model> <!-- Separate Flightdeck to fit the modified nose --> <model> <name>Flightdeck</name> <path>Aircraft/A320Family/Models/FlightDeck/a320.flightdeck.xml</path> <offsets> <x-m>0.55</x-m> <z-m>0.27</z-m> </offsets> </model> <model> <name>Interior</name> <path>Aircraft/A320Family/Models/Interior/a321.interior.xml</path> </model> <model> <name>Nose Gear</name> <path>Aircraft/A320Family/Models/LandingGears/a320.nlg.xml</path> <offsets> <x-m>3.56</x-m> <z-m>-1.8306008</z-m> </offsets> </model> <model> <name>Main Gears.Left</name> <path>Aircraft/A320Family/Models/LandingGears/a320.mlg.left.xml</path> <offsets> <x-m>20.3180764</x-m> <y-m>-3.795</y-m> <z-m>-3.9469424</z-m> </offsets> </model> <model> <name>Main Gears.Right</name> <path>Aircraft/A320Family/Models/LandingGears/a320.mlg.right.xml</path> <offsets> <x-m>20.3180764</x-m> <y-m>3.795</y-m> <z-m>-3.9469424</z-m> </offsets> </model> <model> <path>Aircraft/A320Family/Models/Wings/a320.wings.iae.xml</path> <offsets> <x-m>15.280</x-m> <z-m>-1.06019</z-m> </offsets> </model> <model> <name>A320 Winglets</name> <path>Aircraft/A320Family/Models/Wings/a320.winglets.xml</path> <offsets> <x-m>15.280</x-m> <z-m>-1.06019</z-m> </offsets> </model> <model> <name>Horizontal Stabilizer</name> <path>Aircraft/A320Family/Models/Fuselages/A321/hstab.xml</path> <offsets> <x-m>36.8212207</x-m> <pitch-deg>0.0</pitch-deg> </offsets> </model> <model> <name>Vertical Stabilizer</name> <path>Aircraft/A320Family/Models/Fuselages/A321/vstab.xml</path> <offsets> <x-m>34.9235728</x-m> </offsets> </model> <!-- Lights --> <model> <name>Left nav light</name> <path>Aircraft/A320Family/Models/Lights/rednav.xml</path> <offsets> <x-m>23.474</x-m> <y-m>-16.91</y-m> <z-m>0.299</z-m> </offsets> </model> <model> <name>Right nav light</name> <path>Aircraft/A320Family/Models/Lights/greennav.xml</path> <offsets> <x-m>23.474</x-m> <y-m>16.91</y-m> <z-m>0.299</z-m> </offsets> </model> <model> <name>Left strobe light</name> <path>Aircraft/A320Family/Models/Lights/strobe.xml</path> <offsets> <x-m>23.474</x-m> <y-m>-16.91</y-m> <z-m>0.299</z-m> </offsets> </model> <model> <name>Right strobe light</name> <path>Aircraft/A320Family/Models/Lights/strobe.xml</path> <offsets> <x-m>23.474</x-m> <y-m>16.91</y-m> <z-m>0.299</z-m> </offsets> </model> <model> <name>Top beacon light</name> <path>Aircraft/A320Family/Models/Lights/beacon.xml</path> <offsets> <x-m>16.7</x-m> <y-m>0</y-m> <z-m>1.977</z-m> </offsets> </model> <model> <name>Bottom beacon light</name> <path>Aircraft/A320Family/Models/Lights/beacon.xml</path> <offsets> <x-m>18.2</x-m> <y-m>0</y-m> <z-m>-2.5</z-m> </offsets> </model> <!--model> <name>Port landing light</name> <path>Aircraft/A320Family/Models/Lights/landing-port.xml</path> <offsets> <x-m>15.9</x-m> <y-m>-3.16</y-m> <z-m>-1.4</z-m> </offsets> </model> <model> <name>Nosegear landing light</name> <path>Aircraft/A320Family/Models/Lights/landing-nose.xml</path> <offsets> <x-m>3.08</x-m> <y-m>0</y-m> <z-m>-2.5</z-m> </offsets> </model> <model> <name>Starboard landing light</name> <path>Aircraft/A320Family/Models/Lights/landing-stbd.xml</path> <offsets> <x-m>15.9</x-m> <y-m>3.16</y-m> <z-m>-1.4</z-m> </offsets> </model--> <!-- Other non-aircraft models --> <model> <name>Pushback</name> <path>Models/Airport/Pushback/Goldhofert.xml</path> <offsets> <x-m>3.28</x-m> <y-m>0</y-m> <z-m>-4.14</z-m> </offsets> </model> <!-- LIVERY SELECT --> <!-- Animation --> <animation> <type>material</type> <!-- Fuselage --> <object-name>Fuselage</object-name> <object-name>Vstab</object-name> <!-- Wings --> <object-name>WingletL</object-name> <object-name>WingletR</object-name> <!-- Engines --> <object-name>Intake</object-name> <object-name>Nacelle</object-name> <object-name>Reverser</object-name> <!-- Fuselage --> <property-base>sim/model/livery</property-base> <texture-prop>texture</texture-prop> <texture>A321.png</texture> </animation> <!-- Nasal code --> <nasal> <load> var livery_update = aircraft.livery_update.new("Aircraft/A320Family/Models/Liveries/A321"); </load> <unload> livery_update.stop(); </unload> </nasal> <!-- Fuel Truck --> <model> <name>fuel-truck</name> <path>Aircraft/A320Family/Models/Services/Fuel-Truck/Fuel_Truck_Short_VolvoFM.ac</path> <condition> <equals> <property>/services/fuel-truck/enable</property> <value>1</value> </equals> </condition> </model> <animation> <type>select</type> <object-name>fuel_pipe</object-name> <condition> <equals> <property>/services/fuel-truck/connect</property> <value>1</value> </equals> </condition> </animation> <animation> <type>select</type> <object-name>fuel_pipe_disconnected</object-name> <condition> <equals> <property>/services/fuel-truck/connect</property> <value>0</value> </equals> </condition> </animation> <!-- De-icing Truck --> <model> <name>de-ice-truck</name> <path>Aircraft/A320Family/Models/Services/De-Icing/volvo_deicing_truck.xml</path> <condition> <equals> <property>/services/deicing_truck/enable</property> <value>1</value> </equals> </condition> <offsets> <x-m>-15</x-m> <y-m>9.5</y-m> <z-m>-5</z-m> <heading-deg>160</heading-deg> </offsets> </model> <!-- Catering Truck - 1st door --> <model> <name>cater-truck</name> <path>Aircraft/A320Family/Models/Services/Catering/L_T_VolvoFM-4_5m-set.xml</path> <condition> <equals> <property>/services/catering/enable</property> <value>1</value> </equals> </condition> <offsets> <x-m>-17.87</x-m> <y-m>7.28</y-m> <z-m>-5.45</z-m> <heading-deg>100</heading-deg> </offsets> </model> <!-- Baggage Truck --> <model> <name>baggage-truck</name> <path>Aircraft/A320Family/Models/Services/Baggage/cargo_ramp.ac</path> <condition> <equals> <property>/services/baggage/enable</property> <value>1</value> </equals> </condition> </model> <!-- External Power --> <model> <name>ext-pwr</name> <path>Aircraft/A320Family/Models/Services/External-Power/ext-pwr-box.ac</path> <condition> <equals> <property>/services/ext-pwr/enable</property> <value>1</value> </equals> </condition> <offsets> <x-m>12</x-m> <z-m>0.75</z-m> </offsets> </model> <!-- Chocks --> <model> <name>chock_nose</name> <path>Aircraft/A320Family/Models/Services/Chocks/chock_nose.ac</path> <condition> <equals> <property>/services/chokes/nose</property> <value>1</value> </equals> </condition> </model> <model> <name>chock_left</name> <path>Aircraft/A320Family/Models/Services/Chocks/chock_left.ac</path> <condition> <equals> <property>/services/chokes/left</property> <value>1</value> </equals> </condition> </model> <model> <name>chock_right</name> <path>Aircraft/A320Family/Models/Services/Chocks/chock_right.ac</path> <condition> <equals> <property>/services/chokes/right</property> <value>1</value> </equals> </condition> </model> <!-- Stairways --> <model> <path>Aircraft/A320Family/Models/Services/Stairs/stairs.xml</path> <name>l1</name> <offsets> <x-m>-17.028</x-m> <y-m>-2.69</y-m> <z-m>0.0060</z-m> <heading-deg>-8</heading-deg> </offsets> <condition> <property>/services/stairs/l1</property> </condition> </model> <model> <path>Aircraft/A320Family/Models/Services/Stairs/stairs.xml</path> <name>l4</name> <offsets> <x-m>22.42</x-m> <y-m>-2.56</y-m> <z-m>0.0060</z-m> <heading-deg>6</heading-deg> </offsets> <condition> <property>/services/stairs/l4</property> </condition> </model> </PropertyList>