1
0
Fork 0
fgdata/Aircraft/ufo/ufo-set.xml
2006-04-16 10:39:07 +00:00

143 lines
3.2 KiB
XML

<?xml version="1.0"?>
<PropertyList>
<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>
</panel>
<model>
<path>Aircraft/ufo/Models/ufo.xml</path>
</model>
<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>
<key>
<name>mouse click</name>
<desc>add model to scenery</desc>
</key>
<key>
<name>space bar + mouse click</name>
<desc>select nearest model (flashes)</desc>
</key>
<key>
<name>space bar + cursor up/down</name>
<desc>cycle through model list</desc>
</key>
<key>
<name>backspace</name>
<desc>remove selected model</desc>
</key>
<key>
<name>tab</name>
<desc>open/close cursor dialog</desc>
</key>
<key>
<name>d</name>
<desc>dump model data to terminal</desc>
</key>
<key>
<name>e</name>
<desc>export model data</desc>
</key>
<key>
<name>m</name>
<desc>open/close model select dialog</desc>
</key>
<line>Pre-select initial model (path relative to $FG_ROOT):</line>
<line>&#32;&#32;&#45;&#45;prop:cursor=Model/path.xml</line>
<line></line>
<line>Set directories that are scanned for models (comma separated and</line>
<line>relative to $FG_ROOT; default: Models):</line>
<line>&#32;&#32;&#45;&#45;prop:source=Models,Scenery/Objects</line>
<line></line>
<line>Exported data are written to:</line>
<line>&#32;&#32;~/.fgfs/ufo-model-export.xml (Unix)</line>
<line>&#32;&#32;%APPDATA%\flightgear.org\ufo-model-export.xml (Microsoft Windows)</line>
</help>
</sim>
<input>
<keyboard>
<key n="8">
<name>Backspace</name>
<desc>Remove selected model</desc>
<binding>
<command>nasal</command>
<script>ufo.removeSelectedModel()</script>
</binding>
</key>
<key n="9">
<name>Ctrl-I</name>
<desc>Show model adjustment dialog</desc>
<binding>
<command>nasal</command>
<script>ufo.showModelAdjustDialog()</script>
</binding>
</key>
<key n="100">
<name>d</name>
<desc>Dump coordinates</desc>
<binding>
<command>nasal</command>
<script>ufo.printData()</script>
</binding>
</key>
<key n="101">
<name>e</name>
<desc>Export model data XML file</desc>
<binding>
<command>nasal</command>
<script>ufo.exportData()</script>
</binding>
</key>
<key n="109">
<name>m</name>
<desc>Show model select dialog</desc>
<binding>
<command>nasal</command>
<script>ufo.showModelSelectDialog()</script>
</binding>
</key>
</keyboard>
</input>
<!-- default model -->
<cursor>Aircraft/ufo/Models/cursor.ac</cursor>
<!-- subdirs of $FG_ROOT to search models in.
Comma separated, e.g. "Models,Scenery/Objects/w130n30" -->
<source>Models</source>
<nasal>
<ufo>
<file>Aircraft/ufo/ufo.nas</file>
</ufo>
</nasal>
</PropertyList>