2003-09-20 03:57:12 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
|
|
|
<PropertyList>
|
2007-02-26 17:57:55 +00:00
|
|
|
<sim>
|
|
|
|
<description>UFO from the 'White Project' of the UNESCO</description>
|
|
|
|
<author>ET</author>
|
|
|
|
|
|
|
|
<flight-model>ufo</flight-model>
|
|
|
|
|
|
|
|
<sound>
|
|
|
|
<path>Aircraft/ufo/ufo-sound.xml</path>
|
|
|
|
</sound>
|
|
|
|
|
|
|
|
<panel>
|
|
|
|
<visibility>false</visibility>
|
2007-06-24 19:38:38 +00:00
|
|
|
<path>Aircraft/ufo/Instruments/panel.xml</path>
|
2007-02-26 17:57:55 +00:00
|
|
|
</panel>
|
|
|
|
|
|
|
|
<model>
|
|
|
|
<path>Aircraft/ufo/Models/ufo.xml</path>
|
|
|
|
<always-show-in-MP type="bool">false</always-show-in-MP>
|
|
|
|
</model>
|
|
|
|
|
2007-06-24 19:38:38 +00:00
|
|
|
<instrumentation>
|
|
|
|
<path>Aircraft/ufo/Instruments/instrumentation.xml</path>
|
|
|
|
</instrumentation>
|
|
|
|
|
2007-12-14 10:50:02 +00:00
|
|
|
<current-view>
|
|
|
|
<view-number>-100</view-number>
|
|
|
|
</current-view>
|
|
|
|
|
2008-04-15 17:26:02 +00:00
|
|
|
<view n="0">
|
|
|
|
<config>
|
|
|
|
<limits>
|
|
|
|
<enabled type="bool">false</enabled>
|
|
|
|
</limits>
|
|
|
|
</config>
|
|
|
|
</view>
|
|
|
|
|
2007-12-14 10:50:02 +00:00
|
|
|
<view n="100">
|
|
|
|
<name>Camera View</name>
|
|
|
|
<!--
|
|
|
|
same as "Cockpit View", but different index, so that it doesn't hide
|
|
|
|
parts of aircraft that are unselected for view number 0
|
|
|
|
-->
|
|
|
|
<enabled type="bool">false</enabled>
|
|
|
|
<type>lookfrom</type>
|
|
|
|
<internal type="bool">false</internal>
|
|
|
|
<config>
|
|
|
|
<from-model type="bool">true</from-model>
|
|
|
|
<from-model-idx type="int">0</from-model-idx>
|
|
|
|
<ground-level-nearplane-m type="double">0.5f</ground-level-nearplane-m>
|
|
|
|
<default-field-of-view-deg type="double">55.0</default-field-of-view-deg>
|
|
|
|
<default-pitch-deg type="double">0</default-pitch-deg>
|
|
|
|
<default-heading-deg type="double">0</default-heading-deg>
|
|
|
|
<front-direction-deg type="double">0</front-direction-deg>
|
|
|
|
<front-left-direction-deg type="double">45</front-left-direction-deg>
|
|
|
|
<left-direction-deg type="double">90</left-direction-deg>
|
|
|
|
<back-left-direction-deg type="double">135</back-left-direction-deg>
|
|
|
|
<back-direction-deg type="double">180</back-direction-deg>
|
|
|
|
<back-right-direction-deg type="double">225</back-right-direction-deg>
|
|
|
|
<right-direction-deg type="double">270</right-direction-deg>
|
|
|
|
<front-right-direction-deg type="double">315</front-right-direction-deg>
|
|
|
|
<dynamic-view type="bool">true</dynamic-view>
|
|
|
|
</config>
|
|
|
|
</view>
|
|
|
|
|
2007-02-26 17:57:55 +00:00
|
|
|
<help>
|
|
|
|
<title>UFO</title>
|
|
|
|
<key>
|
|
|
|
<name>joystick fire button</name>
|
|
|
|
<desc>fly backwards</desc>
|
|
|
|
</key>
|
|
|
|
<key>
|
|
|
|
<name>b</name>
|
|
|
|
<desc>fly backwards</desc>
|
|
|
|
</key>
|
|
|
|
<key>
|
|
|
|
<name>[ ]</name>
|
|
|
|
<desc>decrease/increase maximum speed</desc>
|
|
|
|
</key>
|
2008-03-12 20:47:53 +00:00
|
|
|
<key>
|
|
|
|
<name>Home</name>
|
|
|
|
<desc>Hover up</desc>
|
|
|
|
</key>
|
|
|
|
<key>
|
|
|
|
<name>End</name>
|
|
|
|
<desc>Hover down</desc>
|
|
|
|
</key>
|
2007-02-26 17:57:55 +00:00
|
|
|
<key>
|
|
|
|
<name>mouse click</name>
|
|
|
|
<desc>add model to scenery</desc>
|
|
|
|
</key>
|
|
|
|
<key>
|
|
|
|
<name>Ctrl + mouse click</name>
|
2007-02-27 23:03:32 +00:00
|
|
|
<desc>select nearest object</desc>
|
2007-02-26 17:57:55 +00:00
|
|
|
</key>
|
|
|
|
<key>
|
|
|
|
<name>Shift + mouse click</name>
|
2007-02-27 23:03:32 +00:00
|
|
|
<desc>add new object to selection</desc>
|
2007-02-26 17:57:55 +00:00
|
|
|
</key>
|
|
|
|
<key>
|
|
|
|
<name>Shift + Ctrl + mouse click</name>
|
2007-02-27 23:03:32 +00:00
|
|
|
<desc>add nearest object to selection</desc>
|
2007-02-26 17:57:55 +00:00
|
|
|
</key>
|
|
|
|
<key>
|
|
|
|
<name>Alt + mouse click</name>
|
2007-02-27 23:03:32 +00:00
|
|
|
<desc>move selected object(s) to new place</desc>
|
2007-02-26 17:57:55 +00:00
|
|
|
</key>
|
2008-05-04 21:16:48 +00:00
|
|
|
<key>
|
|
|
|
<name>g (gear) + click</name>
|
|
|
|
<desc>teleport to click position, looking at active object</desc>
|
|
|
|
</key>
|
2007-02-26 17:57:55 +00:00
|
|
|
<key>
|
|
|
|
<name>Ctrl + PgUp/PgDn</name>
|
|
|
|
<desc>cycle through model list</desc>
|
|
|
|
</key>
|
|
|
|
<key>
|
2007-02-27 15:39:49 +00:00
|
|
|
<name>Ctrl + cursor/arrow keys</name>
|
2007-02-27 23:03:32 +00:00
|
|
|
<desc>move selected object(s) away/nearer/left/right</desc>
|
2007-02-26 17:57:55 +00:00
|
|
|
</key>
|
|
|
|
<key>
|
|
|
|
<name>backspace</name>
|
2007-02-27 23:03:32 +00:00
|
|
|
<desc>remove selected object(s)</desc>
|
2007-02-26 17:57:55 +00:00
|
|
|
</key>
|
|
|
|
<key>
|
|
|
|
<name>d</name>
|
2007-02-27 23:03:32 +00:00
|
|
|
<desc>dump object data to terminal</desc>
|
2007-02-26 17:57:55 +00:00
|
|
|
</key>
|
|
|
|
<key>
|
|
|
|
<name>e</name>
|
2007-02-27 23:03:32 +00:00
|
|
|
<desc>export object data</desc>
|
|
|
|
</key>
|
2007-06-18 16:35:03 +00:00
|
|
|
<key>
|
|
|
|
<name>l</name>
|
|
|
|
<desc>load model file via file selector</desc>
|
|
|
|
</key>
|
2007-02-27 23:03:32 +00:00
|
|
|
<key>
|
|
|
|
<name>m</name>
|
|
|
|
<desc>toggle marker for active (= last selected) object</desc>
|
2007-02-26 17:57:55 +00:00
|
|
|
</key>
|
2007-10-18 21:20:39 +00:00
|
|
|
<key>
|
|
|
|
<name>n</name>
|
|
|
|
<desc>export flightplan</desc>
|
|
|
|
</key>
|
2007-06-25 21:23:28 +00:00
|
|
|
<key>
|
|
|
|
<name>P</name>
|
|
|
|
<desc>toggle radar panel (see Ctrl-C for the control areas)</desc>
|
|
|
|
</key>
|
2007-02-26 17:57:55 +00:00
|
|
|
<key>
|
2007-02-27 15:39:49 +00:00
|
|
|
<name>space</name>
|
2007-02-26 17:57:55 +00:00
|
|
|
<desc>open/close model select dialog</desc>
|
|
|
|
</key>
|
2007-02-27 15:39:49 +00:00
|
|
|
<key>
|
|
|
|
<name>tab</name>
|
|
|
|
<desc>open/close cursor dialog</desc>
|
|
|
|
</key>
|
2007-02-26 17:57:55 +00:00
|
|
|
|
|
|
|
<line>Pre-select initial model (path relative to $FG_ROOT):</line>
|
|
|
|
<line>  --prop:cursor=Model/path.xml</line>
|
2007-06-05 18:20:53 +00:00
|
|
|
<line/>
|
2007-02-26 17:57:55 +00:00
|
|
|
<line>Set directories that are scanned for models (comma separated and</line>
|
|
|
|
<line>relative to $FG_ROOT; default: Models):</line>
|
|
|
|
<line>  --prop:source=Models,Scenery/Objects</line>
|
2007-06-05 18:20:53 +00:00
|
|
|
<line/>
|
2007-02-26 17:57:55 +00:00
|
|
|
<line>Exported data are written to:</line>
|
|
|
|
<line>  ~/.fgfs/ufo-model-export.xml (Unix)</line>
|
|
|
|
<line>  %APPDATA%\flightgear.org\ufo-model-export.xml (Microsoft Windows)</line>
|
2007-06-05 18:20:53 +00:00
|
|
|
<line/>
|
2008-05-21 23:33:23 +00:00
|
|
|
<line>In the adjustment dialog (TAB-key) holding the Ctrl or Shift key down</line>
|
2007-06-05 18:20:53 +00:00
|
|
|
<line>makes slider effects coarser/finer.</line>
|
2007-02-26 17:57:55 +00:00
|
|
|
</help>
|
|
|
|
</sim>
|
|
|
|
|
|
|
|
<input>
|
|
|
|
<keyboard>
|
|
|
|
<key n="8">
|
|
|
|
<name>Backspace</name>
|
2007-02-27 23:03:32 +00:00
|
|
|
<desc>Remove selected object</desc>
|
2007-02-26 17:57:55 +00:00
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>ufo.modelmgr.remove_selected()</script>
|
|
|
|
</binding>
|
|
|
|
</key>
|
|
|
|
|
2008-05-10 11:09:33 +00:00
|
|
|
<key n="7">
|
|
|
|
<name>Ctrl-G</name>
|
|
|
|
<desc>Gear Up.</desc>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>controls.gearDown(-1)</script>
|
|
|
|
</binding>
|
|
|
|
<mod-up>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>controls.gearDown(0)</script>
|
|
|
|
</binding>
|
|
|
|
</mod-up>
|
|
|
|
</key>
|
|
|
|
|
2007-02-26 17:57:55 +00:00
|
|
|
<key n="9">
|
|
|
|
<name>Ctrl-I</name>
|
2007-02-27 23:03:32 +00:00
|
|
|
<desc>Show object adjustment dialog</desc>
|
2007-02-26 17:57:55 +00:00
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>ufo.adjust_dialog.toggle()</script>
|
|
|
|
</binding>
|
|
|
|
</key>
|
|
|
|
|
2007-02-27 15:39:49 +00:00
|
|
|
<key n="32">
|
|
|
|
<name>SPACE</name>
|
|
|
|
<desc>Show model select dialog</desc>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>ufo.select_dialog.toggle()</script>
|
|
|
|
</binding>
|
|
|
|
</key>
|
|
|
|
|
2008-05-10 18:27:15 +00:00
|
|
|
<key n="99">
|
|
|
|
<name>c</name>
|
2008-05-10 18:23:52 +00:00
|
|
|
<desc>Clone selected objects</desc>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>ufo.modelmgr.clone_selected()</script>
|
|
|
|
</binding>
|
|
|
|
</key>
|
|
|
|
|
2007-02-26 17:57:55 +00:00
|
|
|
<key n="100">
|
|
|
|
<name>d</name>
|
|
|
|
<desc>Dump coordinates</desc>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>ufo.print_data()</script>
|
|
|
|
</binding>
|
|
|
|
</key>
|
|
|
|
|
|
|
|
<key n="101">
|
|
|
|
<name>e</name>
|
2007-02-27 23:03:32 +00:00
|
|
|
<desc>Export object data XML file</desc>
|
2007-02-26 17:57:55 +00:00
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>ufo.export_data()</script>
|
|
|
|
</binding>
|
|
|
|
</key>
|
|
|
|
|
2007-06-18 16:35:03 +00:00
|
|
|
<key n="108">
|
|
|
|
<name>l</name>
|
|
|
|
<desc>Open file selector</desc>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>ufo.file_select_model()</script>
|
|
|
|
</binding>
|
|
|
|
</key>
|
|
|
|
|
2007-02-27 22:56:22 +00:00
|
|
|
<key n="109">
|
|
|
|
<name>m</name>
|
2007-02-27 23:03:32 +00:00
|
|
|
<desc>Toggle "active object" marker</desc>
|
2007-02-27 22:56:22 +00:00
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>ufo.modelmgr.toggle_marker()</script>
|
|
|
|
</binding>
|
|
|
|
</key>
|
|
|
|
|
2007-10-18 21:20:39 +00:00
|
|
|
<key n="110">
|
|
|
|
<name>n</name>
|
|
|
|
<desc>Export FlightPlan</desc>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>ufo.export_flightplan()</script>
|
|
|
|
</binding>
|
|
|
|
</key>
|
|
|
|
|
2007-02-26 17:57:55 +00:00
|
|
|
<key n="360">
|
|
|
|
<name>PageUp</name>
|
|
|
|
<desc>Increase throttle or autopilot autothrottle.</desc>
|
|
|
|
<repeatable type="bool">true</repeatable>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>
|
|
|
|
if (getprop("/devices/status/keyboard/ctrl")) {
|
|
|
|
ufo.modelmgr.cycle(1);
|
|
|
|
} else {
|
|
|
|
controls.incThrottle(0.01, 1.0)
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
</binding>
|
|
|
|
<mod-shift>
|
|
|
|
<desc>Look front right.</desc>
|
|
|
|
<binding>
|
|
|
|
<command>property-assign</command>
|
|
|
|
<property>/sim/current-view/goal-heading-offset-deg</property>
|
|
|
|
<property>/sim/view/config/front-right-direction-deg</property>
|
|
|
|
</binding>
|
|
|
|
</mod-shift>
|
|
|
|
</key>
|
|
|
|
|
|
|
|
<key n="361">
|
|
|
|
<name>PageDown</name>
|
|
|
|
<desc>Decrease throttle or autopilot autothrottle.</desc>
|
|
|
|
<repeatable type="bool">true</repeatable>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>
|
|
|
|
if (getprop("/devices/status/keyboard/ctrl")) {
|
|
|
|
ufo.modelmgr.cycle(-1);
|
|
|
|
} else {
|
|
|
|
controls.incThrottle(-0.01, -1.0)
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
</binding>
|
|
|
|
<mod-shift>
|
|
|
|
<desc>Look back right.</desc>
|
|
|
|
<binding>
|
|
|
|
<command>property-assign</command>
|
|
|
|
<property>/sim/current-view/goal-heading-offset-deg</property>
|
|
|
|
<property>/sim/view/config/back-right-direction-deg</property>
|
|
|
|
</binding>
|
|
|
|
</mod-shift>
|
|
|
|
</key>
|
|
|
|
|
|
|
|
<key n="356">
|
|
|
|
<name>Left</name>
|
|
|
|
<desc>Move aileron left (or adjust AP heading.)</desc>
|
|
|
|
<repeatable type="bool">true</repeatable>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>
|
|
|
|
if (getprop("/devices/status/keyboard/ctrl")) {
|
|
|
|
ufo.modelmgr.adjust("transversal", -1);
|
|
|
|
} else {
|
|
|
|
controls.incAileron(-0.05, -1.0);
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
</binding>
|
|
|
|
<mod-shift>
|
|
|
|
<desc>Look left.</desc>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>
|
|
|
|
if (getprop("/devices/status/keyboard/ctrl")) {
|
|
|
|
ufo.modelmgr.adjust("transversal", -10);
|
|
|
|
} else {
|
|
|
|
setprop("/sim/current-view/goal-heading-offset-deg",
|
|
|
|
getprop("/sim/view/config/left-direction-deg"));
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
</binding>
|
|
|
|
</mod-shift>
|
|
|
|
</key>
|
|
|
|
|
|
|
|
<key n="357">
|
|
|
|
<name>Up</name>
|
|
|
|
<desc>Increase elevator or autopilot altitude.</desc>
|
|
|
|
<repeatable type="bool">true</repeatable>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>
|
|
|
|
if (getprop("/devices/status/keyboard/ctrl")) {
|
|
|
|
ufo.modelmgr.adjust("longitudinal", 1);
|
|
|
|
} else {
|
|
|
|
controls.incElevator(0.05, -100);
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
</binding>
|
|
|
|
<mod-shift>
|
|
|
|
<desc>Look forward.</desc>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>
|
|
|
|
if (getprop("/devices/status/keyboard/ctrl")) {
|
|
|
|
ufo.modelmgr.adjust("longitudinal", 10);
|
|
|
|
} else {
|
|
|
|
setprop("/sim/current-view/goal-heading-offset-deg",
|
|
|
|
getprop("/sim/view/config/front-direction-deg"));
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
</binding>
|
|
|
|
</mod-shift>
|
|
|
|
</key>
|
|
|
|
|
|
|
|
<key n="358">
|
|
|
|
<name>Right</name>
|
|
|
|
<desc>Move aileron right (or adjust AP heading.)</desc>
|
|
|
|
<repeatable type="bool">true</repeatable>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>
|
|
|
|
if (getprop("/devices/status/keyboard/ctrl")) {
|
|
|
|
ufo.modelmgr.adjust("transversal", 1);
|
|
|
|
} else {
|
|
|
|
controls.incAileron(0.05, 1.0);
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
<step type="double">0.05</step>
|
|
|
|
</binding>
|
|
|
|
<mod-shift>
|
|
|
|
<desc>Look right.</desc>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>
|
|
|
|
if (getprop("/devices/status/keyboard/ctrl")) {
|
|
|
|
ufo.modelmgr.adjust("transversal", 10);
|
|
|
|
} else {
|
|
|
|
setprop("/sim/current-view/goal-heading-offset-deg",
|
|
|
|
getprop("/sim/view/config/right-direction-deg"));
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
</binding>
|
|
|
|
</mod-shift>
|
|
|
|
</key>
|
|
|
|
|
|
|
|
<key n="359">
|
|
|
|
<name>Down</name>
|
|
|
|
<desc>Decrease elevator or autopilot altitude.</desc>
|
|
|
|
<repeatable type="bool">true</repeatable>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>
|
|
|
|
if (getprop("/devices/status/keyboard/ctrl")) {
|
|
|
|
ufo.modelmgr.adjust("longitudinal", -1);
|
|
|
|
} else {
|
|
|
|
controls.incElevator(-0.05, 100);
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
</binding>
|
|
|
|
<mod-shift>
|
|
|
|
<desc>Look backwards.</desc>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>
|
|
|
|
if (getprop("/devices/status/keyboard/ctrl")) {
|
|
|
|
ufo.modelmgr.adjust("longitudinal", -10);
|
|
|
|
} else {
|
|
|
|
setprop("/sim/current-view/goal-heading-offset-deg",
|
|
|
|
getprop("/sim/view/config/back-direction-deg"));
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
</binding>
|
|
|
|
</mod-shift>
|
|
|
|
</key>
|
2008-03-12 20:47:53 +00:00
|
|
|
|
|
|
|
<key n="362">
|
|
|
|
<name>Home</name>
|
|
|
|
<desc>Hover Up</desc>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>ufo.up(1)</script>
|
|
|
|
</binding>
|
|
|
|
<mod-up>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>ufo.up(0)</script>
|
|
|
|
</binding>
|
|
|
|
</mod-up>
|
|
|
|
</key>
|
|
|
|
|
|
|
|
<key n="363">
|
|
|
|
<name>End</name>
|
|
|
|
<desc>Hover Down</desc>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>ufo.up(-1)</script>
|
|
|
|
</binding>
|
|
|
|
<mod-up>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>ufo.up(0)</script>
|
|
|
|
</binding>
|
|
|
|
</mod-up>
|
|
|
|
</key>
|
|
|
|
|
|
|
|
<key n="311">
|
|
|
|
<name>KP7</name>
|
|
|
|
<desc>Hover Up</desc>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>ufo.up(1)</script>
|
|
|
|
</binding>
|
|
|
|
<mod-up>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>ufo.up(0)</script>
|
|
|
|
</binding>
|
|
|
|
</mod-up>
|
|
|
|
</key>
|
|
|
|
|
|
|
|
<key n="305">
|
|
|
|
<name>KP1</name>
|
|
|
|
<desc>Hover Down</desc>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>ufo.up(-1)</script>
|
|
|
|
</binding>
|
|
|
|
<mod-up>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>ufo.up(0)</script>
|
|
|
|
</binding>
|
|
|
|
</mod-up>
|
|
|
|
</key>
|
2007-02-26 17:57:55 +00:00
|
|
|
</keyboard>
|
|
|
|
</input>
|
|
|
|
|
|
|
|
<!-- default model -->
|
|
|
|
<cursor type="string">Aircraft/ufo/Models/cursor.ac</cursor>
|
|
|
|
|
|
|
|
<!-- subdirs of $FG_ROOT to search models in. Comma separated, e.g. "Models,Scenery/Objects/w130n30" -->
|
|
|
|
<source type="string">Models</source>
|
|
|
|
|
|
|
|
<nasal>
|
|
|
|
<ufo>
|
|
|
|
<file>Aircraft/ufo/ufo.nas</file>
|
|
|
|
</ufo>
|
|
|
|
|
|
|
|
<aar>
|
|
|
|
<file>Aircraft/Generic/aar.nas</file>
|
|
|
|
</aar>
|
|
|
|
</nasal>
|
|
|
|
|
2008-08-13 22:00:54 +00:00
|
|
|
<systems>
|
|
|
|
<refuel>
|
2008-08-13 22:56:21 +00:00
|
|
|
<type>boom</type>
|
|
|
|
<type>probe</type>
|
2008-08-13 22:00:54 +00:00
|
|
|
</refuel>
|
|
|
|
</systems>
|
|
|
|
|
2007-02-26 17:57:55 +00:00
|
|
|
<instrumentation>
|
|
|
|
<radar>
|
2007-06-24 19:38:38 +00:00
|
|
|
<serviceable type="bool">true</serviceable>
|
|
|
|
<switch type="string" archive="y">on</switch>
|
|
|
|
<range type="double" archive="y">40</range>
|
|
|
|
<mode-control type="int" archive="y">2</mode-control>
|
2007-10-18 21:20:39 +00:00
|
|
|
<limit-deg type="double">180</limit-deg>
|
2007-06-24 19:38:38 +00:00
|
|
|
|
|
|
|
<mode type="string" archive="y">WX</mode>
|
|
|
|
<lightning type="bool" archive="y">true</lightning>
|
|
|
|
<display-mode type="string" archive="y">plan</display-mode>
|
|
|
|
|
|
|
|
<display-controls>
|
|
|
|
<WX type="bool" archive="y">false</WX>
|
|
|
|
<data type="bool" archive="y">true</data>
|
|
|
|
<pos type="bool" archive="y">true</pos>
|
|
|
|
</display-controls>
|
2007-02-26 17:57:55 +00:00
|
|
|
</radar>
|
|
|
|
</instrumentation>
|
|
|
|
|
|
|
|
<gear>
|
|
|
|
<gear>
|
|
|
|
<!-- hint for the route manager -->
|
|
|
|
<wow type="bool">false</wow>
|
|
|
|
</gear>
|
|
|
|
</gear>
|
|
|
|
|
|
|
|
<autopilot>
|
|
|
|
<route-manager>
|
|
|
|
<min-lock-altitude-agl-ft type="double">-10000</min-lock-altitude-agl-ft>
|
|
|
|
</route-manager>
|
|
|
|
</autopilot>
|
2003-09-20 03:57:12 +00:00
|
|
|
</PropertyList>
|