-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdc-3-psg4-set.xml
56 lines (44 loc) · 2.01 KB
/
dc-3-psg4-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" 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/psg-base.xml">
<sim include="Systems/views-psg4.xml">
<description>Douglas DC-3/C-47 Passenger 4</description>
<author>BARANGER Emmanuel (3D/FDM), PAF Team (Systems,3D), Buckaroo (FDM)</author>
<flight-model>null</flight-model>
<variant-of>dc-3</variant-of>
<startup>
<splash-texture>Aircraft/Douglas-Dc3/dc-3-splash.png</splash-texture>
</startup>
<sound>
<path>Aircraft/Douglas-Dc3/Sounds/dc-3-sound.xml</path>
</sound>
<model>
<path>Aircraft/Douglas-Dc3/Models/dc-3-psg4.xml</path>
<variant type="int"> 0 </variant>
</model>
</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/passenger-dual-control.nas</file>
</aircraft_dual_control>
<dual_control>
<file>Aircraft/Douglas-Dc3/DualControl/copilot-dual-control.nas</file>
</dual_control>
</nasal>
<!-- ######## DUAL CONTROL ######### -->
<!-- ############################### -->
</PropertyList>