-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathG91-R1B-set.xml
executable file
·60 lines (51 loc) · 1.94 KB
/
G91-R1B-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
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
<author name="Adriano Bassignana" />
<copyright name="Adriano Bassignana" />
<license type="GPL">GNU/GPLv2+ http://www.gnu.org/licenses/gpl-2.0.html</license>
-->
<PropertyList include="G91-R1B-common.xml">
<sim>
<description>Fiat G91-R1B (JSBSim)</description>
<startup>
<splash-texture>Aircraft/G91-R1B_HD/Splash/splash 20100720.png</splash-texture>
<splash-texture>Aircraft/G91-R1B_HD/Splash/splash 20100723.png</splash-texture>
<splash-texture>Aircraft/G91-R1B_HD/Splash/splash 20100724.png</splash-texture>
<splash-texture>Aircraft/G91-R1B_HD/Splash/splash 20100725.jpg</splash-texture>
<splash-texture>Aircraft/G91-R1B_HD/Splash/splash 20100726.png</splash-texture>
</startup>
<flight-model>jsb</flight-model>
<!-- JSBSim start file -->
<aero>G91-R1B-JSBSim</aero>
<model>
<path>Aircraft/G91-R1B_HD/Models/G91-R1B.xml</path>
</model>
<G91>
<testing>
<level type="int">0</level>
<log type="int">0</log>
</testing>
<models>
<active>
<cockpit type="int">1</cockpit>
<canopy type="int">1</canopy>
<fuselage type="int">1</fuselage>
<turbojet type="int">1</turbojet>
<stores type="int">1</stores>
<accessories type="int">1</accessories>
</active>
<effects>
<als type="int">1</als>
</effects>
</models>
<pilot-assistant>
<autostart type="int">0</autostart>
</pilot-assistant>
</G91>
</sim>
<engines>
<engine n="0">
<running>false</running>
</engine>
</engines>
</PropertyList>