A321 added: Rembrandt users: I am still working on the glass animation for the A321, so the windows will appear not see through from outside.

This commit is contained in:
it0uchpods 2016-11-06 11:03:42 -05:00
parent 65be59ce1a
commit 0b712d8082
48 changed files with 385340 additions and 1291071 deletions

View file

@ -12,10 +12,10 @@
<flight-model>jsb</flight-model> <flight-model>jsb</flight-model>
<aero>A320-200-IAE</aero> <aero>A320-200-IAE</aero>
<model> <model>
<path>Aircraft/A320Family/Models/A320-200-IAE.xml</path> <path>Aircraft/A320Family/Models/A320-200.xml</path>
<livery> <livery>
<file>Liveries/A320/USAirways.xml</file> <file>Liveries/A320/Airbus.xml</file>
<texture>Liveries/A320/USAirways.png</texture> <texture>Liveries/A320/Airbus.png</texture>
</livery> </livery>
</model> </model>

View file

@ -970,7 +970,7 @@ YAW MOI_________3950000______23089847_______24848934
<product> <product>
<property>aero/qbar-psf</property> <property>aero/qbar-psf</property>
<property>metrics/Sw-sqft</property> <property>metrics/Sw-sqft</property>
<value>0.40</value> <value>0.30</value>
</product> </product>
</function> </function>

View file

@ -25,7 +25,7 @@
<electrical> <electrical>
<path></path> <path></path>
</electrical> </electrical>
<!--autopilot> <!--autopilot>AP is commented out on purpose! The FDM is not ready yet, once it is, I will allow the AP
<path>Aircraft/A320Family/Systems/it-autoflight.xml</path> <path>Aircraft/A320Family/Systems/it-autoflight.xml</path>
</autopilot--> </autopilot-->
<!-- Uses slightly modified IT-AUTOFLIGHT Thrust controller. --> <!-- Uses slightly modified IT-AUTOFLIGHT Thrust controller. -->

105
A321-200-IAE-set.xml Normal file
View file

@ -0,0 +1,105 @@
<?xml version="1.0" encoding="UTF-8" ?>
<PropertyList include="A320-main.xml">
<sim>
<sound>
<path>Aircraft/A320Family/Sounds/v2500-sound.xml</path>
</sound>
<description>Airbus A321 (IAE V2500)</description>
<flight-model>jsb</flight-model>
<aero>A321-200-IAE</aero>
<model>
<path>Aircraft/A320Family/Models/A321-200.xml</path>
<livery>
<file>Liveries/A321/Airbus.xml</file>
<texture>Liveries/A321/Airbus.png</texture>
</livery>
</model>
<flaps>
<setting>0.000</setting>
<setting>0.290</setting>
<setting>0.596</setting>
<setting>0.645</setting>
<setting>1.000</setting>
</flaps>
<view>
<name>Pilot View</name>
<internal archive="y">true</internal>
<config>
<x-offset-m archive="y">-0.45</x-offset-m>
<y-offset-m archive="y">2.30</y-offset-m>
<z-offset-m archive="y">-17.87</z-offset-m>
<pitch-offset-deg archive="y">-12.0</pitch-offset-deg>
<default-field-of-view-deg type="double">60</default-field-of-view-deg>
</config>
</view>
<view n="103">
<name>Copilot View</name>
<type>lookfrom</type>
<internal archive="y">true</internal>
<config>
<from-model type="bool">true</from-model>
<x-offset-m archive="y">0.45</x-offset-m>
<y-offset-m archive="y">2.30</y-offset-m>
<z-offset-m archive="y">-17.87</z-offset-m>
<pitch-offset-deg archive="y">-12.0</pitch-offset-deg>
<default-field-of-view-deg type="double">60</default-field-of-view-deg>
</config>
</view>
<view n="104">
<name>Overhead Panel View</name>
<type>lookfrom</type>
<internal archive="y">true</internal>
<config>
<from-model type="bool">true</from-model>
<x-offset-m archive="y">0</x-offset-m>
<y-offset-m archive="y">2.3635023</y-offset-m>
<z-offset-m archive="y">-18</z-offset-m>
<pitch-offset-deg archive="y">40</pitch-offset-deg>
<default-field-of-view-deg type="double">85</default-field-of-view-deg>
</config>
</view>
<menubar>
<default>
<menu n="100">
<label>Airbus A321-200</label>
</menu>
</default>
</menubar>
</sim>
<payload>
<weight n="1">
<min-lb type="double">0</min-lb>
<max-lb type="double">65500</max-lb>
</weight>
</payload>
<nasal>
<A320>
<file>Aircraft/A320Family/Nasal/engines.nas</file>
<file>Aircraft/A320Family/Nasal/electrical.nas</file>
<file>Aircraft/A320Family/Nasal/v-speeds.nas</file>
<file>Aircraft/A320Family/Nasal/tyresmoke.nas</file>
<file>Aircraft/A320Family/Nasal/systems.nas</file>
<file>Aircraft/A320Family/Nasal/a321livery.nas</file>
<file>Aircraft/A320Family/Models/Instruments/ND/ND.nas</file>
<file>Aircraft/A320Family/Nasal/gpws.nas</file>
<file>Aircraft/A320Family/Nasal/efis.nas</file>
<file>Aircraft/A320Family/Nasal/PFD_FMA.nas</file>
</A320>
<itaf>
<file>Aircraft/A320Family/Nasal/it-autoflight.nas</file>
</itaf>
<thrust>
<file>Aircraft/A320Family/Nasal/thrust.nas</file>
</thrust>
</nasal>
</PropertyList>

1609
A321-200-IAE.xml Normal file

File diff suppressed because it is too large Load diff

View file

@ -12,7 +12,7 @@
--> -->
<turbine_engine name="V2527_A5"> <turbine_engine name="V2527_A5">
<milthrust> 26000 </milthrust> <milthrust> 26600 </milthrust>
<bypassratio> 1.0 </bypassratio> <bypassratio> 1.0 </bypassratio>
<tsfc> 0.8 </tsfc> <tsfc> 0.8 </tsfc>
<bleed> 0.03</bleed> <bleed> 0.03</bleed>

60
Engines/v2533_a5.xml Normal file
View file

@ -0,0 +1,60 @@
<?xml version="1.0"?>
<!--
File: V2522_A5.xml
Author: Aero-Matic v 0.81
Inputs:
name: V2522_A5
type: turbine
thrust: 21998.928 lb
augmented? no
injected? no
-->
<turbine_engine name="V2527_A5">
<milthrust> 32000 </milthrust>
<bypassratio> 1.0 </bypassratio>
<tsfc> 0.8 </tsfc>
<bleed> 0.03</bleed>
<idlen1> 23.4 </idlen1>
<idlen2> 63.7 </idlen2>
<maxn1> 105.8 </maxn1>
<maxn2> 112.5 </maxn2>
<augmented> 0 </augmented>
<injected> 0 </injected>
<function name="IdleThrust">
<table>
<independentVar lookup="row">velocities/mach</independentVar>
<independentVar lookup="column">atmosphere/density-altitude</independentVar>
<tableData>
-10000 0 10000 20000 30000 40000 50000
0.0 0.0430 0.0488 0.0528 0.0694 0.0899 0.1183 0.1467
0.2 0.0500 0.0501 0.0335 0.0544 0.0797 0.1049 0.1342
0.4 0.0040 0.0047 0.0020 0.0272 0.0595 0.0891 0.1203
0.6 0.0 0.0 0.0 0.0 0.0276 0.0718 0.1073
0.8 0.0 0.0 0.0 0.0 0.0474 0.0868 0.0900
1.0 0.0 0.0 0.0 0.0 0.0 0.0552 0.0800
</tableData>
</table>
</function>
<function name="MilThrust">
<table>
<independentVar lookup="row">velocities/mach</independentVar>
<independentVar lookup="column">atmosphere/density-altitude</independentVar>
<tableData>
-10000 0 10000 20000 30000 40000 50000
0.0 1.2600 1.0000 0.7400 0.5340 0.3720 0.2410 0.1490
0.2 1.1710 0.9340 0.6970 0.5060 0.3550 0.2310 0.1430
0.4 1.1500 0.9210 0.6920 0.5060 0.3570 0.2330 0.1450
0.6 1.1810 0.9510 0.7210 0.5320 0.3780 0.2480 0.1540
0.8 1.2580 1.0200 0.7820 0.5820 0.4170 0.2750 0.1700
1.0 1.3690 1.1200 0.8710 0.6510 0.4750 0.3150 0.1950
1.2 1.4850 1.2300 0.9750 0.7440 0.5450 0.3640 0.2250
1.4 1.5941 1.3400 1.0860 0.8450 0.6280 0.4240 0.2630
</tableData>
</table>
</function>
</turbine_engine>

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<PropertyList> <PropertyList>
<name>A320neo</name> <name>A320-200</name>
<path>empty.ac</path> <!-- Livery system on MP multimodel --> <path>empty.ac</path> <!-- Livery system on MP multimodel -->
<offsets> <offsets>
@ -37,7 +37,7 @@
<model> <model>
<name>Interior</name> <name>Interior</name>
<path>Aircraft/A320Family/Models/Interior/a320neo.interior.xml</path> <path>Aircraft/A320Family/Models/Interior/a320.interior.xml</path>
</model> </model>
<model> <model>
@ -72,6 +72,12 @@
<model> <model>
<path>Aircraft/A320Family/Models/Wings/a320.wings.iae.xml</path> <path>Aircraft/A320Family/Models/Wings/a320.wings.iae.xml</path>
<condition>
<equals>
<property>/sim/aero</property>
<value>A320-200-IAE</value>
</equals>
</condition>
<offsets> <offsets>
<x-m>15.280</x-m> <x-m>15.280</x-m>
<z-m>-1.06019</z-m> <z-m>-1.06019</z-m>

430
Models/A321-200.xml Normal file
View file

@ -0,0 +1,430 @@
<?xml version="1.0" encoding="UTF-8" ?>
<PropertyList>
<name>A320-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>
<!-- effects -->
<model>
<name>shadow</name>
<path>Aircraft/A320Family/Models/Effects/shadow.xml</path>
<offsets>
<x-m>20.38</x-m>
<z-m>-4.26</z-m>
<pitch-deg>1.5</pitch-deg>
</offsets>
</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>
<condition>
<equals>
<property>/sim/aero</property>
<value>A321-200-IAE</value>
</equals>
</condition>
<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/a320.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/a320.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>
<model>
<name>Tutorial marker</name>
<path>Models/Aircraft/marker.xml</path>
</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>
</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>
<!-- Chokes -->
<model>
<name>choke_nose</name>
<path>Aircraft/A320Family/Models/Services/Chokes/choke_nose.ac</path>
<condition>
<equals>
<property>/services/chokes/nose</property>
<value>1</value>
</equals>
</condition>
</model>
<model>
<name>choke_left</name>
<path>Aircraft/A320Family/Models/Services/Chokes/choke_left.ac</path>
<condition>
<equals>
<property>/services/chokes/left</property>
<value>1</value>
</equals>
</condition>
</model>
<model>
<name>choke_right</name>
<path>Aircraft/A320Family/Models/Services/Chokes/choke_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>l2</name>
<offsets>
<x-m>-8.15</x-m>
<y-m>-2.99</y-m>
<z-m>0.0060</z-m>
</offsets>
<condition>
<property>/services/stairs/l2</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>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 384 KiB

After

Width:  |  Height:  |  Size: 409 KiB

View file

@ -1,14 +1,22 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<PropertyList> <PropertyList>
<name>Fuselage</name>
<path>res/a319neo.fuselage.ac</path> <path>res/a319.fuselage.ac</path>
<!-- Reflection Shader --> <!-- Reflection Shader -->
<!--effect> <!--effect>
<inherits-from>Effects/NEOreflect</inherits-from> <inherits-from>Effects/NEOreflect</inherits-from>
<object-name>Fuselage</object-name> <object-name>Fuselage</object-name>
</effect--> </effect-->
<effect>
<inherits-from>Effects/glass</inherits-from>
<object-name>glass</object-name>
<object-name>glass1</object-name>
<object-name>glass2</object-name>
<object-name>glass3</object-name>
</effect>
<!-- APU fire --> <!-- APU fire -->
<model> <model>

View file

@ -2,7 +2,7 @@
<PropertyList> <PropertyList>
<name>Fuselage</name> <name>Fuselage</name>
<path>res/a320neo.fuselage.ac</path> <path>res/a320.fuselage.ac</path>
<!-- Reflection Shader --> <!-- Reflection Shader -->
<!--effect> <!--effect>

View file

@ -2,13 +2,21 @@
<PropertyList> <PropertyList>
<name>Fuselage</name> <name>Fuselage</name>
<path>res/a321neo.fuselage.ac</path> <path>res/a321.fuselage.ac</path>
<!-- Reflection Shader --> <!-- Reflection Shader -->
<!--effect> <!--effect>
<inherits-from>Effects/NEOreflect</inherits-from> <inherits-from>Effects/NEOreflect</inherits-from>
<object-name>Fuselage</object-name> <object-name>Fuselage</object-name>
</effect--> </effect-->
<effect>
<inherits-from>Effects/glass</inherits-from>
<object-name>glass</object-name>
<object-name>glass1</object-name>
<object-name>glass2</object-name>
<object-name>glass3</object-name>
</effect>
<!-- APU fire --> <!-- APU fire -->
<model> <model>

Binary file not shown.

After

Width:  |  Height:  |  Size: 459 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 574 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 409 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 582 KiB

View file

Before

Width:  |  Height:  |  Size: 409 KiB

After

Width:  |  Height:  |  Size: 409 KiB

View file

@ -11,7 +11,7 @@ OBJECT poly
name "Windows" name "Windows"
data 20 data 20
Object03_4 - Default Object03_4 - Default
texture "A319neo.png" texture "A319.png"
crease 30.000000 crease 30.000000
numvert 2800 numvert 2800
20.6984 0.422163 1.92339 20.6984 0.422163 1.92339
@ -38982,7 +38982,7 @@ name "Windsheild"
loc 17.087 7.19139 -0.00189972 loc 17.087 7.19139 -0.00189972
data 20 data 20
Object03_4 - Default Object03_4 - Default
texture "A319neo.png" texture "A319.png"
crease 30.000000 crease 30.000000
numvert 58 numvert 58
-11.5795 -6.87226 0.15368 -11.5795 -6.87226 0.15368
@ -39282,7 +39282,7 @@ name "GearNWell"
loc -4.85506 -1.08952 -0.142282 loc -4.85506 -1.08952 -0.142282
data 18 data 18
NG BAY_2 - Default NG BAY_2 - Default
texture "A319neo.png" texture "A319.png"
crease 30.000000 crease 30.000000
numvert 32 numvert 32
8.9199 -2.05304 -0.5019 8.9199 -2.05304 -0.5019
@ -39502,7 +39502,7 @@ kids 0
OBJECT poly OBJECT poly
name "Fuselage" name "Fuselage"
loc 23.6977 0.795479 -0.173012 loc 23.6977 0.795479 -0.173012
texture "A319neo.png" texture "A319.png"
crease 45.000000 crease 45.000000
subdiv 2 subdiv 2
numvert 47 numvert 47
@ -39852,7 +39852,7 @@ kids 0
OBJECT poly OBJECT poly
name "Fuselage" name "Fuselage"
loc 21.0741 0.71147 -0.189252 loc 21.0741 0.71147 -0.189252
texture "A319neo.png" texture "A319.png"
crease 45.000000 crease 45.000000
subdiv 2 subdiv 2
numvert 47 numvert 47
@ -40202,7 +40202,7 @@ kids 0
OBJECT poly OBJECT poly
name "Fuselage" name "Fuselage"
loc 7.51772 -3.63857 -0.173012 loc 7.51772 -3.63857 -0.173012
texture "A319neo.png" texture "A319.png"
crease 45.000000 crease 45.000000
subdiv 2 subdiv 2
numvert 47 numvert 47
@ -40552,7 +40552,7 @@ kids 0
OBJECT poly OBJECT poly
name "Fuselage" name "Fuselage"
loc 22.8036 -3.46917 -0.173012 loc 22.8036 -3.46917 -0.173012
texture "A319neo.png" texture "A319.png"
crease 45.000000 crease 45.000000
subdiv 2 subdiv 2
numvert 47 numvert 47
@ -40902,7 +40902,7 @@ kids 0
OBJECT poly OBJECT poly
name "Fuselage" name "Fuselage"
loc 4.96077 0.64934 -0.173012 loc 4.96077 0.64934 -0.173012
texture "A319neo.png" texture "A319.png"
crease 45.000000 crease 45.000000
subdiv 2 subdiv 2
numvert 47 numvert 47
@ -41252,7 +41252,7 @@ kids 0
OBJECT poly OBJECT poly
name "cylinder" name "cylinder"
loc 0.13225 4.71147 0.816398 loc 0.13225 4.71147 0.816398
texture "A319neo.png" texture "A319.png"
crease 45.000000 crease 45.000000
numvert 100 numvert 100
1.68001 -7.39128 -2.11424 1.68001 -7.39128 -2.11424
@ -42272,7 +42272,7 @@ kids 0
OBJECT poly OBJECT poly
name "cylinder" name "cylinder"
loc -0.0733304 4.39291 1.2317 loc -0.0733304 4.39291 1.2317
texture "A319neo.png" texture "A319.png"
crease 45.000000 crease 45.000000
numvert 100 numvert 100
1.59342 -6.62566 -2.79125 1.59342 -6.62566 -2.79125
@ -43292,7 +43292,7 @@ kids 0
OBJECT poly OBJECT poly
name "cylinder" name "cylinder"
loc -0.0733304 4.39291 1.2317 loc -0.0733304 4.39291 1.2317
texture "A319neo.png" texture "A319.png"
crease 45.000000 crease 45.000000
numvert 100 numvert 100
1.68001 -6.62191 0.0696645 1.68001 -6.62191 0.0696645
@ -44312,7 +44312,7 @@ kids 0
OBJECT poly OBJECT poly
name "cylinder" name "cylinder"
loc 0.13225 3.96727 0.947198 loc 0.13225 3.96727 0.947198
texture "A319neo.png" texture "A319.png"
crease 45.000000 crease 45.000000
numvert 100 numvert 100
1.59342 -6.64276 0.0467684 1.59342 -6.64276 0.0467684
@ -45332,7 +45332,7 @@ kids 0
OBJECT poly OBJECT poly
name "cylinder" name "cylinder"
loc -0.14723 3.6856 0.432498 loc -0.14723 3.6856 0.432498
texture "A319neo.png" texture "A319.png"
crease 45.000000 crease 45.000000
numvert 200 numvert 200
1.68001 -6.68346 0.0369322 1.68001 -6.68346 0.0369322
@ -47366,7 +47366,7 @@ name "GearNFwdDoorL"
loc 0.44319 3.3874 -0.144182 loc 0.44319 3.3874 -0.144182
data 8 data 8
Mesh.031 Mesh.031
texture "A319neo.png" texture "A319.png"
crease 30.000000 crease 30.000000
subdiv 1 subdiv 1
numvert 4 numvert 4
@ -47393,7 +47393,7 @@ name "GearNFwdDoorR"
loc 0.443089 3.3874 -0.644182 loc 0.443089 3.3874 -0.644182
data 8 data 8
Mesh.031 Mesh.031
texture "A319neo.png" texture "A319.png"
crease 30.000000 crease 30.000000
subdiv 1 subdiv 1
numvert 7 numvert 7
@ -47435,7 +47435,7 @@ name "Cargo1"
loc -4.85506 -1.08952 -0.142282 loc -4.85506 -1.08952 -0.142282
data 21 data 21
FUSELAGE_1 - Defa.030 FUSELAGE_1 - Defa.030
texture "A319neo.png" texture "A319.png"
crease 30.000000 crease 30.000000
numvert 26 numvert 26
11.2529 -2.02597 -0.692778 11.2529 -2.02597 -0.692778
@ -47615,7 +47615,7 @@ name "Cargo1Int"
loc -4.85506 -1.08952 -0.142282 loc -4.85506 -1.08952 -0.142282
data 17 data 17
FUSELAGE_1 - Defa FUSELAGE_1 - Defa
texture "A319neo.png" texture "A319.png"
crease 30.000000 crease 30.000000
numvert 52 numvert 52
11.2887 -1.96556 -0.680981 11.2887 -1.96556 -0.680981
@ -48003,7 +48003,7 @@ name "Cargo2"
loc -4.85506 -1.08952 -0.142282 loc -4.85506 -1.08952 -0.142282
data 21 data 21
FUSELAGE_1 - Defa.028 FUSELAGE_1 - Defa.028
texture "A319neo.png" texture "A319.png"
crease 30.000000 crease 30.000000
numvert 74 numvert 74
25.4699 -2.00933 -0.56823 25.4699 -2.00933 -0.56823
@ -48473,7 +48473,7 @@ name "Cargo2Int"
loc -4.85506 -1.08952 -0.142282 loc -4.85506 -1.08952 -0.142282
data 21 data 21
FUSELAGE_1 - Defa.029 FUSELAGE_1 - Defa.029
texture "A319neo.png" texture "A319.png"
crease 30.000000 crease 30.000000
numvert 86 numvert 86
25.4398 -1.96607 -0.573102 25.4398 -1.96607 -0.573102
@ -49123,7 +49123,7 @@ name "DoorL1"
loc -4.85506 -1.08952 -0.142282 loc -4.85506 -1.08952 -0.142282
data 21 data 21
FUSELAGE_1 - Defa.008 FUSELAGE_1 - Defa.008
texture "A319neo.png" texture "A319.png"
crease 30.000000 crease 30.000000
numvert 32 numvert 32
9.68253 -0.443861 1.92707 9.68253 -0.443861 1.92707
@ -49345,7 +49345,7 @@ name "DoorL2"
loc -4.85506 -1.08952 -0.142282 loc -4.85506 -1.08952 -0.142282
data 21 data 21
FUSELAGE_1 - Defa.021 FUSELAGE_1 - Defa.021
texture "A319neo.png" texture "A319.png"
crease 30.000000 crease 30.000000
numvert 46 numvert 46
17.5828 0.845151 1.77534 17.5828 0.845151 1.77534
@ -49677,7 +49677,7 @@ name "DoorL3"
loc -4.85506 -1.08952 -0.142282 loc -4.85506 -1.08952 -0.142282
data 21 data 21
FUSELAGE_1 - Defa.022 FUSELAGE_1 - Defa.022
texture "A319neo.png" texture "A319.png"
crease 30.000000 crease 30.000000
numvert 41 numvert 41
30.4874 1.45595 1.17087 30.4874 1.45595 1.17087
@ -49968,7 +49968,7 @@ name "DoorR1"
loc -4.85506 -1.08952 -0.142282 loc -4.85506 -1.08952 -0.142282
data 21 data 21
FUSELAGE_1 - Defa.014 FUSELAGE_1 - Defa.014
texture "A319neo.png" texture "A319.png"
crease 30.000000 crease 30.000000
numvert 32 numvert 32
9.68253 -0.443861 -1.93087 9.68253 -0.443861 -1.93087
@ -50190,7 +50190,7 @@ name "DoorR2"
loc -4.85506 -1.08952 -0.142282 loc -4.85506 -1.08952 -0.142282
data 21 data 21
FUSELAGE_1 - Defa.015 FUSELAGE_1 - Defa.015
texture "A319neo.png" texture "A319.png"
crease 30.000000 crease 30.000000
numvert 46 numvert 46
17.5828 0.845151 -1.77914 17.5828 0.845151 -1.77914
@ -50522,7 +50522,7 @@ name "DoorR3"
loc -4.85506 -1.08952 -0.142282 loc -4.85506 -1.08952 -0.142282
data 21 data 21
FUSELAGE_1 - Defa.023 FUSELAGE_1 - Defa.023
texture "A319neo.png" texture "A319.png"
crease 30.000000 crease 30.000000
numvert 41 numvert 41
30.3996 -0.538383 -1.47857 30.3996 -0.538383 -1.47857
@ -50813,7 +50813,7 @@ name "GearNAftDoorL"
loc -4.85506 -1.08952 -0.142282 loc -4.85506 -1.08952 -0.142282
data 21 data 21
FUSELAGE_1 - Defa.034 FUSELAGE_1 - Defa.034
texture "A319neo.png" texture "A319.png"
crease 30.000000 crease 30.000000
numvert 10 numvert 10
9.2009 -2.1391 -0.0019 9.2009 -2.1391 -0.0019
@ -50881,7 +50881,7 @@ name "GearNAftDoorR"
loc -4.85506 -1.08952 -0.142282 loc -4.85506 -1.08952 -0.142282
data 21 data 21
FUSELAGE_1 - Defa.035 FUSELAGE_1 - Defa.035
texture "A319neo.png" texture "A319.png"
crease 30.000000 crease 30.000000
numvert 10 numvert 10
9.2009 -2.1391 -0.0019 9.2009 -2.1391 -0.0019
@ -50949,7 +50949,7 @@ name "GearNDoorC"
loc -4.85506 -1.08952 -0.142282 loc -4.85506 -1.08952 -0.142282
data 21 data 21
FUSELAGE_1 - Defa.036 FUSELAGE_1 - Defa.036
texture "A319neo.png" texture "A319.png"
crease 30.000000 crease 30.000000
numvert 10 numvert 10
9.2009 -2.13273 0.0606 9.2009 -2.13273 0.0606
@ -51017,7 +51017,7 @@ name "GearNFwdDoorL"
loc -4.85506 -1.08952 -0.142282 loc -4.85506 -1.08952 -0.142282
data 21 data 21
FUSELAGE_1 - Defa.032 FUSELAGE_1 - Defa.032
texture "A319neo.png" texture "A319.png"
crease 30.000000 crease 30.000000
numvert 18 numvert 18
8.9199 -2.1291 -0.0019 8.9199 -2.1291 -0.0019
@ -51159,7 +51159,7 @@ name "GearNFwdDoorR"
loc -4.85506 -1.08952 -0.142282 loc -4.85506 -1.08952 -0.142282
data 21 data 21
FUSELAGE_1 - Defa.033 FUSELAGE_1 - Defa.033
texture "A319neo.png" texture "A319.png"
crease 30.000000 crease 30.000000
numvert 18 numvert 18
8.9199 -2.1291 -0.0019 8.9199 -2.1291 -0.0019
@ -51301,7 +51301,7 @@ name "Ports"
loc -4.85506 -1.08952 -0.142282 loc -4.85506 -1.08952 -0.142282
data 21 data 21
FUSELAGE_1 - Defa.031 FUSELAGE_1 - Defa.031
texture "A319neo.png" texture "A319.png"
crease 30.000000 crease 30.000000
numvert 36 numvert 36
10.9869 -1.54664 -1.3994 10.9869 -1.54664 -1.3994
@ -51539,7 +51539,7 @@ name "Belly"
loc -4.85506 -1.08952 -0.142282 loc -4.85506 -1.08952 -0.142282
data 21 data 21
FUSELAGE_1 - Defa.027 FUSELAGE_1 - Defa.027
texture "A319neo.png" texture "A319.png"
crease 30.000000 crease 30.000000
numvert 340 numvert 340
15.7915 -0.827795 -2.18631 15.7915 -0.827795 -2.18631
@ -54659,7 +54659,7 @@ name "GearLDoor"
loc -4.85506 -1.08952 -0.142282 loc -4.85506 -1.08952 -0.142282
data 21 data 21
FUSELAGE_1 - Defa.024 FUSELAGE_1 - Defa.024
texture "A319neo.png" texture "A319.png"
crease 30.000000 crease 30.000000
numvert 19 numvert 19
20.2969 -1.47173 1.96055 20.2969 -1.47173 1.96055
@ -54802,7 +54802,7 @@ name "GearRDoor"
loc -4.85506 -1.08952 -0.142282 loc -4.85506 -1.08952 -0.142282
data 21 data 21
FUSELAGE_1 - Defa.025 FUSELAGE_1 - Defa.025
texture "A319neo.png" texture "A319.png"
crease 30.000000 crease 30.000000
numvert 19 numvert 19
20.2969 -1.47173 -1.96435 20.2969 -1.47173 -1.96435
@ -54945,7 +54945,7 @@ name "Fuselage"
loc 16.1903 -1.18312 -0.144182 loc 16.1903 -1.18312 -0.144182
data 8 data 8
Mesh.031 Mesh.031
texture "A319neo.png" texture "A319.png"
crease 30.000000 crease 30.000000
subdiv 1 subdiv 1
numvert 3617 numvert 3617

View file

@ -1330,7 +1330,7 @@ name "GearLDoor"
loc 19.2274 -2.52412 0.46277 loc 19.2274 -2.52412 0.46277
data 8 data 8
Mesh.031 Mesh.031
texture "A320neo.png" texture "A320.png"
crease 30.000000 crease 30.000000
subdiv 1 subdiv 1
numvert 36 numvert 36
@ -1610,7 +1610,7 @@ name "GearRDoor"
loc 19.2274 -2.52412 -1.96435 loc 19.2274 -2.52412 -1.96435
data 8 data 8
Mesh.031 Mesh.031
texture "A320neo.png" texture "A320.png"
crease 30.000000 crease 30.000000
subdiv 1 subdiv 1
numvert 36 numvert 36
@ -1890,7 +1890,7 @@ name "GearNFwdDoorR"
loc 5.29814 -2.14382 -0.5019 loc 5.29814 -2.14382 -0.5019
data 8 data 8
Mesh.031 Mesh.031
texture "A320neo.png" texture "A320.png"
crease 30.000000 crease 30.000000
subdiv 1 subdiv 1
numvert 22 numvert 22
@ -2076,7 +2076,7 @@ name "GearNFwdDoorL"
loc 5.29824 -2.14382 -0.00189972 loc 5.29824 -2.14382 -0.00189972
data 8 data 8
Mesh.031 Mesh.031
texture "A320neo.png" texture "A320.png"
crease 30.000000 crease 30.000000
subdiv 1 subdiv 1
numvert 22 numvert 22
@ -2262,7 +2262,7 @@ name "GearNAftDoorL"
loc 7.61932 -2.15802 -0.00189972 loc 7.61932 -2.15802 -0.00189972
data 8 data 8
Mesh.031 Mesh.031
texture "A320neo.png" texture "A320.png"
crease 30.000000 crease 30.000000
subdiv 1 subdiv 1
numvert 8 numvert 8
@ -2321,7 +2321,7 @@ name "GearNFwdDoorR"
loc 5.29814 -2.14382 -0.5019 loc 5.29814 -2.14382 -0.5019
data 8 data 8
Mesh.031 Mesh.031
texture "A320neo.png" texture "A320.png"
crease 30.000000 crease 30.000000
subdiv 1 subdiv 1
numvert 25 numvert 25
@ -2514,7 +2514,7 @@ name "GearNFwdDoorL"
loc 5.29824 -2.14382 -0.00189972 loc 5.29824 -2.14382 -0.00189972
data 8 data 8
Mesh.031 Mesh.031
texture "A320neo.png" texture "A320.png"
crease 30.000000 crease 30.000000
subdiv 1 subdiv 1
numvert 19 numvert 19
@ -2663,7 +2663,7 @@ kids 27
OBJECT poly OBJECT poly
name "cylinder" name "cylinder"
loc 5.0233 -9.12923 10.3215 loc 5.0233 -9.12923 10.3215
texture "A320neo.png" texture "A320.png"
crease 45.000000 crease 45.000000
numvert 100 numvert 100
0.041275 -0.765631 -2.0997 0.041275 -0.765631 -2.0997
@ -3683,7 +3683,7 @@ kids 0
OBJECT poly OBJECT poly
name "cylinder" name "cylinder"
loc 4.81772 -9.44779 10.7368 loc 4.81772 -9.44779 10.7368
texture "A320neo.png" texture "A320.png"
crease 45.000000 crease 45.000000
numvert 100 numvert 100
0.127859 0.00242472 -2.80282 0.127859 0.00242472 -2.80282
@ -4703,7 +4703,7 @@ kids 0
OBJECT poly OBJECT poly
name "cylinder" name "cylinder"
loc 4.81772 -9.44779 10.7368 loc 4.81772 -9.44779 10.7368
texture "A320neo.png" texture "A320.png"
crease 45.000000 crease 45.000000
numvert 100 numvert 100
0.041275 -0.00131941 0.0580924 0.041275 -0.00131941 0.0580924
@ -5723,7 +5723,7 @@ kids 0
OBJECT poly OBJECT poly
name "cylinder" name "cylinder"
loc 5.0233 -9.87343 10.4523 loc 5.0233 -9.87343 10.4523
texture "A320neo.png" texture "A320.png"
crease 45.000000 crease 45.000000
numvert 100 numvert 100
0.127859 -0.021548 0.0662925 0.127859 -0.021548 0.0662925
@ -6743,7 +6743,7 @@ kids 0
OBJECT poly OBJECT poly
name "cylinder" name "cylinder"
loc 4.74382 -10.1551 9.9376 loc 4.74382 -10.1551 9.9376
texture "A320neo.png" texture "A320.png"
crease 45.000000 crease 45.000000
numvert 200 numvert 200
0.041275 -0.0441774 -1.17355 0.041275 -0.0441774 -1.17355
@ -8777,7 +8777,7 @@ name "glass"
loc 17.123 -7.73883 9.36092 loc 17.123 -7.73883 9.36092
data 20 data 20
Object03_4 - Default Object03_4 - Default
texture "A320neo.png" texture "A320.png"
crease 30.000000 crease 30.000000
numvert 3398 numvert 3398
-6.0893 -0.1419 -1.86237 -6.0893 -0.1419 -1.86237
@ -51041,7 +51041,7 @@ name "GearNFwdDoorL"
loc 5.33424 -10.4533 9.36092 loc 5.33424 -10.4533 9.36092
data 8 data 8
Mesh.031 Mesh.031
texture "A320neo.png" texture "A320.png"
crease 30.000000 crease 30.000000
subdiv 1 subdiv 1
numvert 10 numvert 10
@ -51116,7 +51116,7 @@ name "GearNFwdDoorR"
loc 5.33414 -10.4533 8.86092 loc 5.33414 -10.4533 8.86092
data 8 data 8
Mesh.031 Mesh.031
texture "A320neo.png" texture "A320.png"
crease 30.000000 crease 30.000000
subdiv 1 subdiv 1
numvert 13 numvert 13
@ -51204,7 +51204,7 @@ kids 0
OBJECT poly OBJECT poly
name "Fuselage" name "Fuselage"
loc 26.5586 -6.31335 9.33209 loc 26.5586 -6.31335 9.33209
texture "A320neo.png" texture "A320.png"
crease 45.000000 crease 45.000000
subdiv 2 subdiv 2
numvert 47 numvert 47
@ -51554,7 +51554,7 @@ kids 0
OBJECT poly OBJECT poly
name "Fuselage" name "Fuselage"
loc 23.9499 -6.39736 9.31585 loc 23.9499 -6.39736 9.31585
texture "A320neo.png" texture "A320.png"
crease 45.000000 crease 45.000000
subdiv 2 subdiv 2
numvert 47 numvert 47
@ -51904,7 +51904,7 @@ kids 0
OBJECT poly OBJECT poly
name "Fuselage" name "Fuselage"
loc 10.4708 -10.7474 9.33209 loc 10.4708 -10.7474 9.33209
texture "A320neo.png" texture "A320.png"
crease 45.000000 crease 45.000000
subdiv 2 subdiv 2
numvert 47 numvert 47
@ -52254,7 +52254,7 @@ kids 0
OBJECT poly OBJECT poly
name "Fuselage" name "Fuselage"
loc 25.6696 -10.578 9.33209 loc 25.6696 -10.578 9.33209
texture "A320neo.png" texture "A320.png"
crease 45.000000 crease 45.000000
subdiv 2 subdiv 2
numvert 47 numvert 47
@ -52604,7 +52604,7 @@ kids 0
OBJECT poly OBJECT poly
name "Fuselage" name "Fuselage"
loc 7.92843 -6.45949 9.33209 loc 7.92843 -6.45949 9.33209
texture "A320neo.png" texture "A320.png"
crease 45.000000 crease 45.000000
subdiv 2 subdiv 2
numvert 47 numvert 47
@ -52956,7 +52956,7 @@ name "GearNWell"
loc 6.88261 -10.4353 8.86092 loc 6.88261 -10.4353 8.86092
data 18 data 18
NG BAY_2 - Default NG BAY_2 - Default
texture "A320neo.png" texture "A320.png"
crease 30.000000 crease 30.000000
subdiv 1 subdiv 1
numvert 20 numvert 20
@ -53098,7 +53098,7 @@ OBJECT poly
name "CockpitFrame" name "CockpitFrame"
data 19 data 19
COCKPIT_3 - Default COCKPIT_3 - Default
texture "A320neo.png" texture "A320.png"
crease 30.000000 crease 30.000000
subdiv 1 subdiv 1
numvert 16 numvert 16
@ -53197,7 +53197,7 @@ name "DoorL1"
loc 7.16641 -8.82011 10.4361 loc 7.16641 -8.82011 10.4361
data 8 data 8
Mesh.031 Mesh.031
texture "A320neo.png" texture "A320.png"
crease 30.000000 crease 30.000000
subdiv 1 subdiv 1
numvert 28 numvert 28
@ -53392,7 +53392,7 @@ name "DoorL4"
loc 31.6634 -8.84216 10.4754 loc 31.6634 -8.84216 10.4754
data 8 data 8
Mesh.031 Mesh.031
texture "A320neo.png" texture "A320.png"
crease 30.000000 crease 30.000000
subdiv 1 subdiv 1
numvert 37 numvert 37
@ -53656,7 +53656,7 @@ name "DoorR4"
loc 31.6634 -8.84216 7.55886 loc 31.6634 -8.84216 7.55886
data 8 data 8
Mesh.031 Mesh.031
texture "A320neo.png" texture "A320.png"
crease 30.000000 crease 30.000000
subdiv 1 subdiv 1
numvert 37 numvert 37
@ -53920,7 +53920,7 @@ name "DoorR1"
loc 7.16641 -8.82011 7.40263 loc 7.16641 -8.82011 7.40263
data 8 data 8
Mesh.031 Mesh.031
texture "A320neo.png" texture "A320.png"
crease 30.000000 crease 30.000000
subdiv 1 subdiv 1
numvert 28 numvert 28
@ -54115,7 +54115,7 @@ name "GearRDoor"
loc 19.2634 -10.8336 7.39847 loc 19.2634 -10.8336 7.39847
data 8 data 8
Mesh.031 Mesh.031
texture "A320neo.png" texture "A320.png"
crease 30.000000 crease 30.000000
subdiv 1 subdiv 1
numvert 19 numvert 19
@ -54259,7 +54259,7 @@ name "GearLDoor"
loc 19.2634 -10.8336 9.82559 loc 19.2634 -10.8336 9.82559
data 8 data 8
Mesh.031 Mesh.031
texture "A320neo.png" texture "A320.png"
crease 30.000000 crease 30.000000
subdiv 1 subdiv 1
numvert 19 numvert 19
@ -54403,7 +54403,7 @@ name "GearNAftDoorR"
loc 7.65531 -10.4675 8.97478 loc 7.65531 -10.4675 8.97478
data 8 data 8
Mesh.031 Mesh.031
texture "A320neo.png" texture "A320.png"
crease 30.000000 crease 30.000000
subdiv 1 subdiv 1
numvert 5 numvert 5
@ -54437,7 +54437,7 @@ name "GearNWell"
loc 6.88261 -10.3452 9.86092 loc 6.88261 -10.3452 9.86092
data 18 data 18
NG BAY_2 - Default NG BAY_2 - Default
texture "A320neo.png" texture "A320.png"
crease 30.000000 crease 30.000000
subdiv 1 subdiv 1
numvert 4 numvert 4
@ -54464,7 +54464,7 @@ name "GearNAftDoorL"
loc 7.65531 -10.4675 9.36092 loc 7.65531 -10.4675 9.36092
data 8 data 8
Mesh.031 Mesh.031
texture "A320neo.png" texture "A320.png"
crease 30.000000 crease 30.000000
subdiv 1 subdiv 1
numvert 4 numvert 4
@ -54491,7 +54491,7 @@ name "GearNFwdDoorL"
loc 5.33424 -10.4533 9.36092 loc 5.33424 -10.4533 9.36092
data 8 data 8
Mesh.031 Mesh.031
texture "A320neo.png" texture "A320.png"
crease 30.000000 crease 30.000000
subdiv 1 subdiv 1
numvert 13 numvert 13
@ -54605,7 +54605,7 @@ name "GearNFwdDoorR"
loc 5.33414 -10.4533 8.86092 loc 5.33414 -10.4533 8.86092
data 8 data 8
Mesh.031 Mesh.031
texture "A320neo.png" texture "A320.png"
crease 30.000000 crease 30.000000
subdiv 1 subdiv 1
numvert 13 numvert 13
@ -54719,7 +54719,7 @@ name "Fuselage"
loc 21.3547 -8.56964 9.36092 loc 21.3547 -8.56964 9.36092
data 8 data 8
Mesh.031 Mesh.031
texture "A320neo.png" texture "A320.png"
crease 30.000000 crease 30.000000
subdiv 1 subdiv 1
numvert 4535 numvert 4535
@ -99510,7 +99510,7 @@ name "Fuselage"
loc 21.3547 -8.56964 9.36092 loc 21.3547 -8.56964 9.36092
data 8 data 8
Mesh.031 Mesh.031
texture "A320neo.png" texture "A320.png"
crease 30.000000 crease 30.000000
subdiv 1 subdiv 1
numvert 28 numvert 28

View file

@ -9,7 +9,7 @@ OBJECT poly
name "Hstabs" name "Hstabs"
data 17 data 17
HSTAB_1 - Default HSTAB_1 - Default
texture "A320neo.png" texture "A320.png"
texrep 1 1 texrep 1 1
crease 30.000000 crease 30.000000
numvert 310 numvert 310
@ -3221,7 +3221,7 @@ OBJECT poly
name "ElevatorL" name "ElevatorL"
data 21 data 21
HSTAB_1 - Default.002 HSTAB_1 - Default.002
texture "A320neo.png" texture "A320.png"
texrep 1 1 texrep 1 1
crease 30.000000 crease 30.000000
numvert 58 numvert 58
@ -3925,7 +3925,7 @@ OBJECT poly
name "ElevatorR" name "ElevatorR"
data 21 data 21
HSTAB_1 - Default.003 HSTAB_1 - Default.003
texture "A320neo.png" texture "A320.png"
texrep 1 1 texrep 1 1
crease 30.000000 crease 30.000000
numvert 58 numvert 58
@ -4629,7 +4629,7 @@ OBJECT poly
name "HstabFlapL" name "HstabFlapL"
data 21 data 21
HSTAB_1 - Default.001 HSTAB_1 - Default.001
texture "A320neo.png" texture "A320.png"
texrep 1 1 texrep 1 1
crease 30.000000 crease 30.000000
numvert 22 numvert 22
@ -4781,7 +4781,7 @@ OBJECT poly
name "HstabFlapR" name "HstabFlapR"
data 21 data 21
HSTAB_1 - Default.004 HSTAB_1 - Default.004
texture "A320neo.png" texture "A320.png"
texrep 1 1 texrep 1 1
crease 30.000000 crease 30.000000
numvert 22 numvert 22

View file

@ -9,7 +9,7 @@ OBJECT poly
name "Vstab" name "Vstab"
data 19 data 19
LEADING_3 - Default LEADING_3 - Default
texture "A320neo.png" texture "A320.png"
texrep 1 1 texrep 1 1
crease 30.000000 crease 30.000000
numvert 222 numvert 222
@ -3119,7 +3119,7 @@ OBJECT poly
name "Rudder_1" name "Rudder_1"
data 17 data 17
LEADING_3 - Defau LEADING_3 - Defau
texture "A320neo.png" texture "A320.png"
texrep 1 1 texrep 1 1
crease 30.000000 crease 30.000000
numvert 52 numvert 52

File diff suppressed because it is too large Load diff

View file

@ -128,6 +128,28 @@
</condition> </condition>
</animation> </animation>
<animation>
<type>select</type>
<object-name>thrpos1</object-name>
<condition>
<less-than>
<property>engines/engine[0]/reverser-pos-norm</property>
<value>0.01</value>
</less-than>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>thrpos2</object-name>
<condition>
<less-than>
<property>engines/engine[1]/reverser-pos-norm</property>
<value>0.01</value>
</less-than>
</condition>
</animation>
<animation> <animation>
<type>select</type> <type>select</type>
<object-name>rev1.y</object-name> <object-name>rev1.y</object-name>
@ -458,7 +480,7 @@
<font type="string">helvetica_bold.txf</font> <font type="string">helvetica_bold.txf</font>
<draw-text type="bool">true</draw-text> <draw-text type="bool">true</draw-text>
<draw-alignment type="bool">false</draw-alignment> <draw-alignment type="bool">false</draw-alignment>
<draw-boundingbox type="bool">false</draw-boundingbox> <draw-boundingbox type="bool">true</draw-boundingbox>
<character-size>0.0065</character-size> <character-size>0.0065</character-size>
<font-resolution> <font-resolution>
<width type="int">32</width> <width type="int">32</width>
@ -482,7 +504,7 @@
<font type="string">helvetica_bold.txf</font> <font type="string">helvetica_bold.txf</font>
<draw-text type="bool">true</draw-text> <draw-text type="bool">true</draw-text>
<draw-alignment type="bool">false</draw-alignment> <draw-alignment type="bool">false</draw-alignment>
<draw-boundingbox type="bool">false</draw-boundingbox> <draw-boundingbox type="bool">true</draw-boundingbox>
<character-size>0.0065</character-size> <character-size>0.0065</character-size>
<font-resolution> <font-resolution>
<width type="int">32</width> <width type="int">32</width>
@ -506,7 +528,7 @@
<font type="string">helvetica_bold.txf</font> <font type="string">helvetica_bold.txf</font>
<draw-text type="bool">true</draw-text> <draw-text type="bool">true</draw-text>
<draw-alignment type="bool">false</draw-alignment> <draw-alignment type="bool">false</draw-alignment>
<draw-boundingbox type="bool">false</draw-boundingbox> <draw-boundingbox type="bool">true</draw-boundingbox>
<character-size>0.0065</character-size> <character-size>0.0065</character-size>
<font-resolution> <font-resolution>
<width type="int">32</width> <width type="int">32</width>
@ -530,7 +552,7 @@
<font type="string">helvetica_bold.txf</font> <font type="string">helvetica_bold.txf</font>
<draw-text type="bool">true</draw-text> <draw-text type="bool">true</draw-text>
<draw-alignment type="bool">false</draw-alignment> <draw-alignment type="bool">false</draw-alignment>
<draw-boundingbox type="bool">false</draw-boundingbox> <draw-boundingbox type="bool">true</draw-boundingbox>
<character-size>0.0065</character-size> <character-size>0.0065</character-size>
<font-resolution> <font-resolution>
<width type="int">32</width> <width type="int">32</width>

View file

@ -5,6 +5,27 @@
<path>res/a319.interior.ac</path> <path>res/a319.interior.ac</path>
<!-- ANIMATIONS --> <!-- ANIMATIONS -->
<!-- Lighting -->
<animation>
<name>Cabin illumination</name>
<type>material</type>
<object-name>Cabin</object-name>
<object-name>CabinDiv1</object-name>
<object-name>CabinDiv2</object-name>
<object-name>CabinDiv3</object-name>
<object-name>Floor</object-name>
<object-name>OverheadBins</object-name>
<object-name>Seats</object-name>
<object-name>SeatFabric</object-name>
<object-name>SeatTrays</object-name>
<emission>
<red>0.5</red>
<green>0.5</green>
<blue>0.5</blue>
<factor-prop>sim/multiplay/generic/float[1]</factor-prop>
</emission>
</animation>
<!-- PAX doors --> <!-- PAX doors -->
<animation> <animation>
<name>PAX left-front door pick</name> <name>PAX left-front door pick</name>

View file

@ -2,25 +2,30 @@
<PropertyList> <PropertyList>
<path>res/a320neo.interior.ac</path> <path>res/a320.interior.ac</path>
<!-- LIGHT --> <!-- ANIMATIONS -->
<!-- Lighting -->
<animation> <animation>
<name>Interior illumination</name> <name>Cabin illumination</name>
<type>material</type> <type>material</type>
<object-name>OverheadBins</object-name>
<object-name>Cabin</object-name> <object-name>Cabin</object-name>
<object-name>CabinDiv1</object-name>
<object-name>CabinDiv2</object-name>
<object-name>CabinDiv3</object-name>
<object-name>Floor</object-name>
<object-name>OverheadBins</object-name>
<object-name>Seats</object-name>
<object-name>SeatFabric</object-name>
<object-name>SeatTrays</object-name>
<emission> <emission>
<red>1</red> <red>0.5</red>
<green>1</green> <green>0.5</green>
<blue>1</blue> <blue>0.5</blue>
<factor-prop>controls/lighting/dome-norm</factor-prop> <factor-prop>sim/multiplay/generic/float[1]</factor-prop>
</emission> </emission>
</animation> </animation>
<!-- ANIMATIONS -->
<!-- PAX doors --> <!-- PAX doors -->
<animation> <animation>
<name>PAX left-front door pick</name> <name>PAX left-front door pick</name>

View file

@ -5,6 +5,27 @@
<path>res/a321.interior.ac</path> <path>res/a321.interior.ac</path>
<!-- ANIMATIONS --> <!-- ANIMATIONS -->
<!-- Lighting -->
<animation>
<name>Cabin illumination</name>
<type>material</type>
<object-name>Cabin</object-name>
<object-name>CabinDiv1</object-name>
<object-name>CabinDiv2</object-name>
<object-name>CabinDiv3</object-name>
<object-name>Floor</object-name>
<object-name>OverheadBins</object-name>
<object-name>Seats</object-name>
<object-name>SeatFabric</object-name>
<object-name>SeatTrays</object-name>
<emission>
<red>0.5</red>
<green>0.5</green>
<blue>0.5</blue>
<factor-prop>sim/multiplay/generic/float[1]</factor-prop>
</emission>
</animation>
<!-- PAX doors --> <!-- PAX doors -->
<animation> <animation>
<name>PAX left-front door pick</name> <name>PAX left-front door pick</name>

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 685 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 669 KiB

View file

@ -1,405 +0,0 @@
AC3Db
MATERIAL "ac3dmat1" rgb 1 1 1 amb 0.2 0.2 0.2 emis 0 0 0 spec 0.2 0.2 0.2 shi 128 trans 0
MATERIAL "ac3dmat13" rgb 0.533333 0.533333 0.533333 amb 0.2 0.2 0.2 emis 0 0 0 spec 0.2 0.2 0.2 shi 128 trans 0
OBJECT world
kids 1
OBJECT poly
name "ifes"
loc -2.42289 -0.212284 -2.98623
texture "neo-cabin-premium.png"
crease 45.000000
numvert 56
-0.172312 0.431712 0.654396
-0.139678 0.442405 0.666138
-0.429915 0.395091 1.51587
-0.462549 0.384399 1.50413
-0.273125 -0.227396 1.53476
-0.24049 -0.216704 1.5465
0.049746 -0.169391 0.696774
0.017112 -0.180083 0.685031
-0.467169 0.375078 1.49455
-0.281924 -0.223223 1.52451
0.00374794 -0.176654 0.68814
-0.181498 0.421647 0.658181
-0.409869 0.389948 1.5112
-0.226713 -0.201606 1.54083
0.0566766 -0.155409 0.711143
-0.12648 0.436145 0.681521
0.454892 -0.442405 0.705472
0.454982 -0.441494 0.732327
0.467079 -0.410628 0.704353
0.467169 -0.409718 0.731207
0.0627239 -0.308907 0.702265
0.0628142 -0.307996 0.72912
0.0851316 -0.282747 0.701302
0.0852225 -0.281836 0.728157
-0.150506 0.322772 0.681556
-0.150416 0.323683 0.708411
-0.12058 0.340162 0.680866
-0.12049 0.341073 0.707721
-0.12049 0.341073 -1.49318
-0.12058 0.340162 -1.52003
-0.150416 0.323683 -1.49249
-0.150506 0.322772 -1.51934
0.0852225 -0.281836 -1.47274
0.0851316 -0.282747 -1.4996
0.0628142 -0.307996 -1.47178
0.0627239 -0.308907 -1.49863
0.467169 -0.409718 -1.46969
0.467079 -0.410628 -1.49655
0.454982 -0.441494 -1.46857
0.454892 -0.442405 -1.49543
-0.12648 0.436145 -1.51938
0.0566766 -0.155409 -1.48976
-0.226713 -0.201606 -0.660073
-0.409869 0.389948 -0.689695
-0.181498 0.421647 -1.54272
0.00374794 -0.176654 -1.51276
-0.281924 -0.223223 -0.676393
-0.467169 0.375078 -0.706353
0.017112 -0.180083 -1.51587
0.049746 -0.169391 -1.50412
-0.24049 -0.216704 -0.654396
-0.273125 -0.227396 -0.666138
-0.462549 0.384399 -0.696773
-0.429915 0.395091 -0.685031
-0.139678 0.442405 -1.53476
-0.172312 0.431712 -1.5465
numsurf 48
SURF 0x30
mat 0
refs 4
7 0.98263 0.624295
6 0.982439 0.623004
5 0.649647 0.622693
4 0.649838 0.623985
SURF 0x30
mat 0
refs 4
0 0.9832 0.982689
3 0.650408 0.982379
2 0.650217 0.981087
1 0.983009 0.981397
SURF 0x30
mat 0
refs 4
3 0.650408 0.982379
4 0.649838 0.623985
5 0.649647 0.622693
2 0.650217 0.981087
SURF 0x30
mat 0
refs 4
1 0.983009 0.981397
6 0.982439 0.623004
7 0.98263 0.624295
0 0.9832 0.982689
SURF 0x30
mat 0
refs 4
8 0.64777 0.660152
9 0.655543 0.650439
10 0.649716 0.925786
11 0.641943 0.935499
SURF 0x30
mat 0
refs 4
3 0.650408 0.982379
4 0.649838 0.623985
9 0.652514 0.62828
8 0.653071 0.978769
SURF 0x30
mat 0
refs 4
4 0.649838 0.623985
7 0.98263 0.624295
10 0.980072 0.628617
9 0.652514 0.62828
SURF 0x30
mat 0
refs 4
7 0.98263 0.624295
0 0.9832 0.982689
11 0.980629 0.979105
10 0.980072 0.628617
SURF 0x30
mat 0
refs 4
0 0.9832 0.982689
3 0.650408 0.982379
8 0.653071 0.978769
11 0.980629 0.979105
SURF 0x30
mat 0
refs 4
12 0.654054 0.974605
13 0.653503 0.628069
14 0.978444 0.628418
15 0.978995 0.974954
SURF 0x30
mat 0
refs 4
2 0.650217 0.981087
5 0.649647 0.622693
13 0.653503 0.628069
12 0.654054 0.974605
SURF 0x30
mat 0
refs 4
5 0.649647 0.622693
6 0.982439 0.623004
14 0.978444 0.628418
13 0.653503 0.628069
SURF 0x30
mat 0
refs 4
6 0.982439 0.623004
1 0.983009 0.981397
15 0.978995 0.974954
14 0.978444 0.628418
SURF 0x30
mat 0
refs 4
1 0.983009 0.981397
2 0.650217 0.981087
12 0.654054 0.974605
15 0.978995 0.974954
SURF 0x30
mat 1
refs 4
16 0.712359 0.502102
20 0.828083 0.523354
22 0.819842 0.524738
18 0.707031 0.504204
SURF 0x30
mat 1
refs 4
19 0.731387 0.504055
23 0.844198 0.524589
21 0.852439 0.523205
17 0.736715 0.501953
SURF 0x30
mat 1
refs 4
20 0.828083 0.523354
24 0.864055 0.577901
26 0.853895 0.5784
22 0.819842 0.524738
SURF 0x30
mat 1
refs 4
23 0.844198 0.524589
27 0.878251 0.578251
25 0.888412 0.577752
21 0.852439 0.523205
SURF 0x30
mat 1
refs 4
17 0.736715 0.501953
21 0.852439 0.523205
20 0.828083 0.523354
16 0.712359 0.502102
SURF 0x30
mat 1
refs 4
18 0.707031 0.504204
22 0.819842 0.524738
23 0.844198 0.524589
19 0.731387 0.504055
SURF 0x30
mat 1
refs 4
21 0.852439 0.523205
25 0.888412 0.577752
24 0.864055 0.577901
20 0.828083 0.523354
SURF 0x30
mat 1
refs 4
22 0.819842 0.524738
26 0.853895 0.5784
27 0.878251 0.578251
23 0.844198 0.524589
SURF 0x30
mat 1
refs 4
24 0.974104 0.920437
25 0.964692 0.919916
27 0.968687 0.923114
26 0.978099 0.923636
SURF 0x30
mat 1
refs 4
18 0.707031 0.504204
19 0.731387 0.504055
17 0.736715 0.501953
16 0.712359 0.502102
SURF 0x30
mat 1
refs 4
37 0.707031 0.504204
36 0.731387 0.504055
38 0.736715 0.501953
39 0.712359 0.502102
SURF 0x30
mat 1
refs 4
31 0.974104 0.920437
30 0.964692 0.919916
28 0.968687 0.923114
29 0.978099 0.923636
SURF 0x30
mat 1
refs 4
33 0.819842 0.524738
29 0.853895 0.5784
28 0.878251 0.578251
32 0.844198 0.524589
SURF 0x30
mat 1
refs 4
34 0.852439 0.523205
30 0.888412 0.577752
31 0.864055 0.577901
35 0.828083 0.523354
SURF 0x30
mat 1
refs 4
37 0.707031 0.504204
33 0.819842 0.524738
32 0.844198 0.524589
36 0.731387 0.504055
SURF 0x30
mat 1
refs 4
38 0.736715 0.501953
34 0.852439 0.523205
35 0.828083 0.523354
39 0.712359 0.502102
SURF 0x30
mat 1
refs 4
32 0.844198 0.524589
28 0.878251 0.578251
30 0.888412 0.577752
34 0.852439 0.523205
SURF 0x30
mat 1
refs 4
35 0.828083 0.523354
31 0.864055 0.577901
29 0.853895 0.5784
33 0.819842 0.524738
SURF 0x30
mat 1
refs 4
36 0.731387 0.504055
32 0.844198 0.524589
34 0.852439 0.523205
38 0.736715 0.501953
SURF 0x30
mat 1
refs 4
39 0.712359 0.502102
35 0.828083 0.523354
33 0.819842 0.524738
37 0.707031 0.504204
SURF 0x30
mat 0
refs 4
54 0.983009 0.981397
53 0.650217 0.981087
43 0.654054 0.974605
40 0.978995 0.974954
SURF 0x30
mat 0
refs 4
49 0.982439 0.623004
54 0.983009 0.981397
40 0.978995 0.974954
41 0.978444 0.628418
SURF 0x30
mat 0
refs 4
50 0.649647 0.622693
49 0.982439 0.623004
41 0.978444 0.628418
42 0.653503 0.628069
SURF 0x30
mat 0
refs 4
53 0.650217 0.981087
50 0.649647 0.622693
42 0.653503 0.628069
43 0.654054 0.974605
SURF 0x30
mat 0
refs 4
43 0.654054 0.974605
42 0.653503 0.628069
41 0.978444 0.628418
40 0.978995 0.974954
SURF 0x30
mat 0
refs 4
55 0.9832 0.982689
52 0.650408 0.982379
47 0.653071 0.978769
44 0.980629 0.979105
SURF 0x30
mat 0
refs 4
48 0.98263 0.624295
55 0.9832 0.982689
44 0.980629 0.979105
45 0.980072 0.628617
SURF 0x30
mat 0
refs 4
51 0.649838 0.623985
48 0.98263 0.624295
45 0.980072 0.628617
46 0.652514 0.62828
SURF 0x30
mat 0
refs 4
52 0.650408 0.982379
51 0.649838 0.623985
46 0.652514 0.62828
47 0.653071 0.978769
SURF 0x30
mat 0
refs 4
47 0.64777 0.660152
46 0.655543 0.650439
45 0.649716 0.925786
44 0.641943 0.935499
SURF 0x30
mat 0
refs 4
54 0.983009 0.981397
49 0.982439 0.623004
48 0.98263 0.624295
55 0.9832 0.982689
SURF 0x30
mat 0
refs 4
52 0.650408 0.982379
51 0.649838 0.623985
50 0.649647 0.622693
53 0.650217 0.981087
SURF 0x30
mat 0
refs 4
55 0.9832 0.982689
52 0.650408 0.982379
53 0.650217 0.981087
54 0.983009 0.981397
SURF 0x30
mat 0
refs 4
48 0.98263 0.624295
49 0.982439 0.623004
50 0.649647 0.622693
51 0.649838 0.623985
kids 0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 466 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 363 KiB

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 409 KiB

View file

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8" ?>
<PropertyList>
<sim>
<model>
<livery>
<name>Airbus A320</name>
<texture>Liveries/A320/Airbus.png</texture>
</livery>
</model>
</sim>
</PropertyList>

Binary file not shown.

After

Width:  |  Height:  |  Size: 409 KiB

View file

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8" ?>
<PropertyList>
<sim>
<model>
<livery>
<name>Airbus A321</name>
<texture>Liveries/A321/Airbus.png</texture>
</livery>
</model>
</sim>
</PropertyList>

Binary file not shown.

After

Width:  |  Height:  |  Size: 380 KiB

View file

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8" ?>
<PropertyList>
<sim>
<model>
<livery>
<name>US Airways</name>
<texture>Liveries/A321/USAirways.png</texture>
</livery>
</model>
</sim>
</PropertyList>

View file

@ -4,24 +4,4 @@
<path>a320.winglets.ac</path> <path>a320.winglets.ac</path>
<!-- LIVERY SELECT -->
<!-- Animation -->
<animation>
<type>material</type>
<object-name>WingletL</object-name>
<object-name>WingletR</object-name>
<property-base>sim/model/livery</property-base>
<texture-prop>texture</texture-prop>
</animation>
<!-- Nasal code -->
<nasal>
<load>
var livery_update = aircraft.livery_update.new("Aircraft/A320-family/Models/Liveries/A320/");
</load>
<unload>
livery_update.stop();
</unload>
</nasal>
</PropertyList> </PropertyList>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 384 KiB

After

Width:  |  Height:  |  Size: 409 KiB

1
Nasal/a321livery.nas Normal file
View file

@ -0,0 +1 @@
aircraft.livery.init("Aircraft/A320Family/Models/Liveries/A321/");

View file

@ -87,9 +87,9 @@
<expression> <expression>
<table> <table>
<property>/engines/engine[0]/fuel-flow_pph</property> <property>/engines/engine[0]/fuel-flow_pph</property>
<entry><ind> 0</ind><dep> 0</dep></entry> <entry><ind> 0</ind><dep> 0</dep></entry>
<entry><ind>2000</ind><dep> 865</dep></entry> <entry><ind>2000</ind><dep> 2387</dep></entry>
<entry><ind>8000</ind><dep>2450</dep></entry> <entry><ind>9000</ind><dep>13847</dep></entry>
</table> </table>
</expression> </expression>
</input> </input>
@ -105,9 +105,9 @@
<expression> <expression>
<table> <table>
<property>/engines/engine[1]/fuel-flow_pph</property> <property>/engines/engine[1]/fuel-flow_pph</property>
<entry><ind> 0</ind><dep> 0</dep></entry> <entry><ind> 0</ind><dep> 0</dep></entry>
<entry><ind>2000</ind><dep> 865</dep></entry> <entry><ind>2000</ind><dep> 2359</dep></entry>
<entry><ind>8000</ind><dep>2450</dep></entry> <entry><ind>9000</ind><dep>13831</dep></entry>
</table> </table>
</expression> </expression>
</input> </input>