-
Notifications
You must be signed in to change notification settings - Fork 0
/
c130j-set.xml
81 lines (59 loc) · 1.62 KB
/
c130j-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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- Lockheed C130 Hercules. -->
<PropertyList include="c130-base.xml">
<sim include="Systems/c130-views.xml">
<description>C130J Hercules (JSBsim)</description>
<author>BARANGER Emmanuel (3D/FDM), FABERT Didier (texture), Jettoo (FDM), Swamp JSBsim</author>
<flight-model>jsb</flight-model>
<aero>C-130JJSBsim</aero>
<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/c130.xml</path>
<start-idling type="bool">false</start-idling>
<livery>
<file type="string">default</file>
</livery>
</model>
<startup>
<splash-texture>Aircraft/C130/splash/c130-splash.png</splash-texture>
</startup>
<sound>
<audible>true</audible>
<path>Aircraft/C130/Sounds/c130-sound.xml</path>
</sound>
<help include="Systems/c130-help.xml"/>
<menubar include="Dialogs/c130-menu.xml"/>
</sim>
<engines>
<engine n="0">
<running>true</running>
</engine>
<engine n="1">
<running>true</running>
</engine>
<engine n="2">
<running>true</running>
</engine>
<engine n="3">
<running>true</running>
</engine>
</engines>
<input>
<keyboard include="Systems/c130-keyboard.xml"/>
</input>
<systems>
<refuel>
<type type="string">boom</type>
</refuel>
</systems>
<nasal>
<c130>
<file>Aircraft/C130/Nasal/paratroopers.nas</file>
</c130>
</nasal>
</PropertyList>