1
0
Fork 0
A320-family/Models/A320-100-CFM.xml

45 lines
995 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8" ?>
2019-10-14 16:48:35 +00:00
<!-- Copyright (c) 2020 Josh Davidson (Octal450) -->
2019-10-14 16:48:35 +00:00
<PropertyList>
<name>A320-100-CFM</name>
2020-05-10 11:25:36 +00:00
<path>empty.ac</path> <!-- Livery system on MP multimodel -->
2019-10-14 16:48:35 +00:00
2020-05-10 11:25:36 +00:00
<model>
<name>A320</name>
<path>Aircraft/A320-family/Models/A320-common.xml</path>
2020-05-10 11:25:36 +00:00
</model>
<model>
<name>EnginesCFM</name>
<path>Aircraft/A320-family/Models/Engines/XMLs/a320.cfm.xml</path>
2020-05-10 11:25:36 +00:00
</model>
2020-11-29 14:47:41 +00:00
<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>
<load>
var livery_update = aircraft.livery_update.new("Aircraft/A320-family/Models/Liveries/A320/CFM-100");
</load>
<unload>
livery_update.stop();
</unload>
</nasal>
2019-10-14 16:48:35 +00:00
</PropertyList>