-
Notifications
You must be signed in to change notification settings - Fork 1
/
base.xml
188 lines (187 loc) · 6.35 KB
/
base.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
<?xml version="1.0" encoding="UTF-8"?>
<PropertyList>
<sim>
<minimum-fg-version>2018.3</minimum-fg-version>
<presets>
<onground>true</onground>
</presets>
<flight-model>null</flight-model>
<virtual-cockpit archive="y">true</virtual-cockpit>
<allow-toggle-cockpit archive="y">true</allow-toggle-cockpit>
<model>
<crew>
<pilot>
<visible type="int">1</visible>
</pilot>
</crew>
<pushback>
<kp type="double">100</kp>
<ki type="double">25</ki>
<kd type="double">0</kd>
<position-norm type="double">0</position-norm>
</pushback>
</model>
<sound>
<path>Aircraft/u.s.navy/vessel-sound/vessel-sound.xml</path>
</sound>
<hud>
<enable3d>false</enable3d>
</hud>
<help>
<title>Ahoy Sailor, Sir!!</title>
<key>
<name>s</name>
<desc>slow forward</desc>
</key>
<key>
<name>H</name>
<desc>half ahead</desc>
</key>
<key>
<name>C</name>
<desc>Cruise</desc>
</key>
<key>
<name>f</name>
<desc>full ahead</desc>
</key>
<key>
<name>del</name>
<desc>full stop</desc>
</key>
<key>
<name>r</name>
<desc>reverse</desc>
</key>
<key>
<name>Space</name>
<desc>Engine on/off</desc>
</key>
<key>
<name>j</name>
<desc>Horn</desc>
</key>
<line />
<line>Note the Turbine needs her time</line>
<line>to become full power,</line>
<line />
<line>Steering is some getting used to</line>
<line>no autopilot untill now</line>
<line />
<line>-------------------------</line>
<line />
<line />
<line>speed control</line>
<line>"s/H/C/f"</line>
<line />
<line />
<line>ur bridge</line>
</help>
<menubar>
<default>
<menu n="100">
<label>US Naval Research HQ</label>
<enabled type="bool">true</enabled>
<item>
<label>Tugboat</label>
<name>Tugboat</name>
<binding>
<command>dialog-show</command>
<dialog-name>pushback</dialog-name>
</binding>
</item>
<item>
<label>Lights</label>
<binding>
<command>nasal</command>
<script>var lights = gui.Dialog.new("sim/gui/dialogs/lights/dialog", "Aircraft/u.s.navy/Systems/lights-dlg.xml");
lights.open();</script>
</binding>
</item>
<item>
<label>AI</label>
<binding>
<command>nasal</command>
<script>var lights = gui.Dialog.new("sim/gui/dialogs/ai/dialog", "Aircraft/u.s.navy/Systems/AI.xml");
lights.open();</script>
</binding>
</item>
</menu>
</default>
</menubar>
<systems>
<autopilot>
<path>Aircraft/u.s.navy/Systems/pt-boat-filters.xml</path>
</autopilot>
</systems>
<multiplay>
<generic>
<float n="0" alias="/orientation/roll-deg" />
<float n="1" alias="/velocities/groundspeed-kt" />
<float n="2" alias="/gear/gear[0]/compression-norm" />
<float n="3" alias="/velocities/airspeed-kt" />
<float n="4" alias="/controls/lighting/panel-norm" />
<float n="5" alias="/controls/engines/engine/throttle" />
<float n="6" alias="/engines/engine/throttle" />
<int n="0" alias="/sim/crashed" />
<int n="1" alias="/controls/lighting/landzone" />
<int n="2" alias="/controls/doors" />
<int n="3" alias="/controls/Mary-ondeck" />
<int n="4" alias="/sim/horn" />
<int n="5" alias="/controls/Mary" />
</generic>
</multiplay>
<horn type="bool">false</horn>
</sim>
<engines>
<engine>
<rpm type="double">700</rpm>
</engine>
</engines>
<controls>
<Mary-ondeck type="bool">false</Mary-ondeck>
<doors type="bool">true</doors>
<rev type="int">1</rev>
<Mary type="bool">false</Mary>
<flight>
<aileron0 type="double">0.0</aileron0>
<aileron-filtered type="double">0.0</aileron-filtered>
<throttle-filtered type="double">0.0</throttle-filtered>
</flight>
<engines>
<engine n="0">
<magnetos>0</magnetos>
<throttle>0.009</throttle>
</engine>
</engines>
<lighting>
<landzone type="bool">false</landzone>
<panel-norm type="double">1</panel-norm>
</lighting>
</controls>
<instrumentation>
<flight>
<aileron0 type="double">0.0</aileron0>
<aileron-filtered type="double">0.0</aileron-filtered>
<throttle-filtered type="double">0.0</throttle-filtered>
</flight>
<engines>
<engine n="0">
<magnetos>0</magnetos>
<throttle>0.009</throttle>
</engine>
</engines>
</instrumentation>
<input>
<keyboard include="Nasal/keyboard.xml" />
<!--mouse include="Nasal/ship-mice.xml"/-->
</input>
<nasal>
<ship>
<file>Aircraft/u.s.navy/Nasal/ship.nas</file>
</ship>
<autopilot>
<file>Aircraft/u.s.navy/Nasal/autopilot.nas</file>
</autopilot>
</nasal>
</PropertyList>