44 lines
995 B
XML
44 lines
995 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<!-- Copyright (c) 2020 Josh Davidson (Octal450) -->
|
|
|
|
<PropertyList>
|
|
<name>A320-100-CFM</name>
|
|
<path>empty.ac</path> <!-- Livery system on MP multimodel -->
|
|
|
|
<model>
|
|
<name>A320</name>
|
|
<path>Aircraft/A320-family/Models/A320-common.xml</path>
|
|
</model>
|
|
|
|
<model>
|
|
<name>EnginesCFM</name>
|
|
<path>Aircraft/A320-family/Models/Engines/XMLs/a320.cfm.xml</path>
|
|
</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>
|
|
<load>
|
|
var livery_update = aircraft.livery_update.new("Aircraft/A320-family/Models/Liveries/A320/CFM-100");
|
|
</load>
|
|
<unload>
|
|
livery_update.stop();
|
|
</unload>
|
|
</nasal>
|
|
</PropertyList>
|