-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathc130k-set.xml
61 lines (46 loc) · 1.37 KB
/
c130k-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
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- Lockheed C130 K Hercules. -->
<PropertyList include="c130-base.xml">
<sim include="Systems/c130k-views.xml">
<description>C130 K Hercules (YASim)</description>
<author>BARANGER Emmanuel (3D/FDM), FABERT Didier (texture), Jettoo (FDM)</author>
<flight-model>yasim</flight-model>
<aero>c130k-yasim</aero>
<variant-of>c130</variant-of>
<rating>
<FDM type="int"> 2 </FDM>
<systems type="int"> 2 </systems>
<cockpit type="int"> 2 </cockpit>
<model type="int"> 4 </model>
</rating>
<model>
<path>Aircraft/C130/Models/c130k.xml</path>
<start-idling type="bool">false</start-idling>
<livery>
<file type="string">default</file>
</livery>
</model>
<startup>
<splash-texture>Aircraft/C130/splash/c130k-splash.png</splash-texture>
</startup>
<sound>
<audible>true</audible>
<path>Aircraft/C130/Sounds/c130-sound.xml</path>
</sound>
<help include="Systems/c130k-help.xml"/>
<menubar include="Dialogs/c130k-menu.xml"/>
</sim>
<input>
<keyboard include="Systems/c130k-keyboard.xml"/>
</input>
<systems>
<refuel>
<type type="string">probe</type>
</refuel>
</systems>
<nasal>
<c130>
<file>Aircraft/C130/Nasal/paratroopers.nas</file>
</c130>
</nasal>
</PropertyList>