-
Notifications
You must be signed in to change notification settings - Fork 1
/
dc-3A-set.xml
74 lines (59 loc) · 2.43 KB
/
dc-3A-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
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- ***************************************************************************************
Douglas DC-3 C47
January 2011 generate by helijah : http://helijah.free.fr / http://embaranger.free.fr
January 2012 modified by PAF team : http://http://equipe-flightgear.forumactif.com
February 2012 modified Helijah : http://helijah.free.fr / http://embaranger.free.fr
April 2012 New version by Buckaroo : http://www.buckarooshangar.com/flightgear/index.html
December 2012 updated by Helijah : http://helijah.free.fr / http://embaranger.free.fr
April 2016 updated by Helijah : http://helijah.free.fr / http://embaranger.free.fr
***************************************************************************************
-->
<PropertyList include="Systems/dc-3-base.xml">
<sim>
<description>Douglas DC-3/C-47 Amphibius (YASim)</description>
<author>BARANGER Emmanuel (3D), PAF Team (Systems,3D), Buckaroo (FDM)</author>
<flight-model>yasim</flight-model>
<aero>Systems/dc-3A-yasim</aero>
<type type="string">seaplane</type>
<variant-of>dc-3</variant-of>
<rating>
<FDM type="int"> 4 </FDM>
<systems type="int"> 4 </systems>
<cockpit type="int"> 4 </cockpit>
<model type="int"> 4 </model>
</rating>
<startup>
<splash-texture>Aircraft/Douglas-Dc3/dc-3-splash.png</splash-texture>
</startup>
<model>
<path>Aircraft/Douglas-Dc3/Models/dc-3.xml</path>
<livery>
<file type="string">default</file>
</livery>
</model>
<sound>
<path>Aircraft/Douglas-Dc3/Sounds/dc-3A-sound.xml</path>
</sound>
<multiplay n="0">
<generic n="0">
<string n="1" type="string">amphibius</string>
</generic>
</multiplay>
</sim>
<!-- ############################### -->
<!-- ######## DUAL CONTROL ######### -->
<nasal>
<dual_control_tools>
<file>Aircraft/Douglas-Dc3/DualControl/dual-control-tools.nas</file>
</dual_control_tools>
<aircraft_dual_control>
<file>Aircraft/Douglas-Dc3/DualControl/dc-3-dual-control.nas</file>
</aircraft_dual_control>
<dual_control>
<file>Aircraft/Douglas-Dc3/DualControl/pilot-dual-control.nas</file>
</dual_control>
</nasal>
<!-- ######## DUAL CONTROL ######### -->
<!-- ############################### -->
</PropertyList>