forked from FGMEMBERS/R44
-
Notifications
You must be signed in to change notification settings - Fork 0
/
clipper-cnf.xml
50 lines (43 loc) · 1.57 KB
/
clipper-cnf.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
<?xml version="1.0" encoding="ISO-8859-1"?>
<PropertyList include="r44-base.xml">
<sim>
<description>Robinson R44 Clipper (YASim)</description>
<!--<author>BARANGER Emmanuel (3D), AUBERGER Jean Michel (FDM), BACON Guillaume (Sounds and Simulation Config)</author> in base.xml-->
<flight-model archive="y">yasim</flight-model>
<aero archive="y">clipper</aero>
<startup>
<splash-texture>Aircraft/R44/Splashs/clipper-splash.png</splash-texture>
<splash-texture>Aircraft/R44/Splashs/clipper-splash1.png</splash-texture>
<splash-texture>Aircraft/R44/Splashs/clipper-splash2.png</splash-texture>
</startup>
<sound>
<path>Aircraft/R44/Sounds/clipper-sound.xml</path>
</sound>
<model>
<path archive="y">Aircraft/R44/Models/clipper.xml</path>
<livery>
<file type="string">default</file>
</livery>
<r44>
<state type="int">0</state>
<engine type="float">0.0</engine>
<rotor-step-deg type="float">-1.0</rotor-step-deg>
</r44>
</model>
</sim>
<!-- ############################### -->
<!-- ######## DUAL CONTROL ######### -->
<nasal>
<dual_control_tools>
<file>Aircraft/R44/Nasal/dual-control-tools.nas</file>
</dual_control_tools>
<aircraft_dual_control>
<file>Aircraft/R44/Nasal/clipper-dual-control.nas</file>
</aircraft_dual_control>
<dual_control>
<file>Aircraft/R44/Nasal/pilot-dual-control.nas</file>
</dual_control>
</nasal>
<!-- ######## DUAL CONTROL ######### -->
<!-- ############################### -->
</PropertyList>