forked from FGMEMBERS/f16
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathf16-set.xml
56 lines (47 loc) · 1.2 KB
/
f16-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
<?xml version="1.0"?>
<PropertyList include="f16-base.xml">
<sim>
<description>General Dynamics F-16 (3d cockpit)</description>
<author>Erik Hofman, Pensacola (skin textures), Martin "Pegasus" Schmitt (panel textures), Richard Harrison (MFD, HUD), Nikolai V. Chr. (YF-16 Aero and FCS)</author>
<status>production</status>
<rating>
<FDM type="int">5</FDM>
<systems type="int">3</systems>
<cockpit type="int">4</cockpit>
<model type="int">5</model>
</rating>
<flight-model>jsb</flight-model>
<aero>f16</aero>
<startup>
<splash-texture>Aircraft/f16/f16-splash.rgb</splash-texture>
</startup>
<model>
<path archive="y">Aircraft/f16/Models/F-16.xml</path>
<livery>
<file type="string"/>
<actype type="string">F-16C-40</actype>
<name type="string">USAF 89-2029/AV 510FS</name>
<owner type="string">USAF</owner>
</livery>
</model>
<menubar>
<default>
<menu n="100">
<label>F-16</label>
</menu>
</default>
</menubar>
<help>
<title>General Dynamics F-16</title>
</help>
</sim>
<fdm>
<jsbsim>
<fcs>
<fly-by-wire>
<prototype type="bool">false</prototype>
</fly-by-wire>
</fcs>
</jsbsim>
</fdm>
</PropertyList>