forked from swampmo/DC-10-30
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DC-10-30CF-set.xml
48 lines (40 loc) · 1.09 KB
/
DC-10-30CF-set.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0" encoding="UTF-8" ?>
<!-- McDonnell Douglas DC-10 -->
<!-- Aircraft property settings specific to the DC-10-30CF -->
<PropertyList include="DC-10-main.xml">
<sim>
<description>McDonnell Douglas DC-10-30CF</description>
<flight-model>yasim</flight-model>
<aero>DC-10-30</aero>
<variant-of>DC-10-30</variant-of>
<model>
<path>Aircraft/DC-10-30/Models/DC-10-30CF.xml</path>
<configuration type="string">pax</configuration>
<livery>
<file>Blank</file>
<configuration type="string" />
<enable-configuration-switch type="bool">true</enable-configuration-switch>
</livery>
</model>
<weight n="1">
<name>Cargo</name>
</weight>
<menubar>
<default>
<menu n="100">
<label>McDonnell Douglas DC-10-30CF</label>
<item n="7">
<enabled type="bool">true</enabled>
<label>Switch between PAX/cargo configuration</label>
<binding>
<command>nasal</command>
<script>
DC10.switch_configuration();
</script>
</binding>
</item>
</menu>
</default>
</menubar>
</sim>
</PropertyList>