2003-09-20 03:57:12 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
|
|
|
<PropertyList>
|
|
|
|
<sim>
|
|
|
|
<description>UFO from the 'White Project' of the UNESCO</description>
|
2005-01-18 01:27:18 +00:00
|
|
|
<author>ET</author>
|
2006-03-11 09:52:51 +00:00
|
|
|
|
2003-09-20 03:57:12 +00:00
|
|
|
<flight-model>ufo</flight-model>
|
|
|
|
|
|
|
|
<sound>
|
|
|
|
<path>Aircraft/ufo/ufo-sound.xml</path>
|
|
|
|
</sound>
|
|
|
|
|
|
|
|
<panel>
|
|
|
|
<visibility>false</visibility>
|
|
|
|
</panel>
|
|
|
|
|
|
|
|
<model>
|
2004-01-04 15:32:20 +00:00
|
|
|
<path>Aircraft/ufo/Models/ufo.xml</path>
|
2003-09-20 03:57:12 +00:00
|
|
|
</model>
|
|
|
|
|
2005-04-19 13:43:44 +00:00
|
|
|
<help>
|
|
|
|
<title>UFO</title>
|
|
|
|
<key>
|
|
|
|
<name>joystick fire button</name>
|
|
|
|
<desc>fly backwards</desc>
|
|
|
|
</key>
|
2006-03-16 16:24:52 +00:00
|
|
|
<key>
|
|
|
|
<name>b</name>
|
|
|
|
<desc>fly backwards</desc>
|
|
|
|
</key>
|
|
|
|
<key>
|
|
|
|
<name>[ ]</name>
|
|
|
|
<desc>decrease/increase maximum speed</desc>
|
|
|
|
</key>
|
2006-03-15 00:29:53 +00:00
|
|
|
<key>
|
|
|
|
<name>mouse click</name>
|
2006-03-22 20:25:58 +00:00
|
|
|
<desc>add model to scenery</desc>
|
|
|
|
</key>
|
|
|
|
<key>
|
|
|
|
<name>space bar + mouse click</name>
|
|
|
|
<desc>select nearest model (blinks twice)</desc>
|
|
|
|
</key>
|
|
|
|
<key>
|
|
|
|
<name>backspace</name>
|
|
|
|
<desc>remove selected model</desc>
|
2006-03-15 00:29:53 +00:00
|
|
|
</key>
|
|
|
|
<key>
|
2006-03-16 16:24:52 +00:00
|
|
|
<name>tab</name>
|
|
|
|
<desc>open/close cursor dialog</desc>
|
2006-03-15 00:29:53 +00:00
|
|
|
</key>
|
2006-03-11 09:52:51 +00:00
|
|
|
<key>
|
2006-03-16 16:24:52 +00:00
|
|
|
<name>d</name>
|
2006-03-22 20:25:58 +00:00
|
|
|
<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>
|
2006-03-11 09:52:51 +00:00
|
|
|
</key>
|
2006-03-22 20:25:58 +00:00
|
|
|
|
|
|
|
<line>pre-select model (path relative to $FG_ROOT):</line>
|
|
|
|
<line>  --prop:model=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>  --prop:source=Models,Scenery/Objects/w130n30/w123n37</line>
|
|
|
|
<line></line>
|
|
|
|
<line>exported data are written to $FG_HOME/ufo-model-export.xml</line>
|
2005-04-19 13:43:44 +00:00
|
|
|
</help>
|
2003-09-20 03:57:12 +00:00
|
|
|
</sim>
|
|
|
|
|
2006-03-15 00:29:53 +00:00
|
|
|
<input>
|
|
|
|
<keyboard>
|
2006-03-22 20:25:58 +00:00
|
|
|
<key n="8">
|
|
|
|
<name>Backspace</name>
|
|
|
|
<desc>Remove selected model</desc>
|
2006-03-15 00:29:53 +00:00
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
2006-03-22 20:25:58 +00:00
|
|
|
<script>ufo.removeSelectedModel()</script>
|
2006-03-15 14:27:47 +00:00
|
|
|
</binding>
|
|
|
|
</key>
|
|
|
|
|
|
|
|
<key n="9">
|
|
|
|
<name>Ctrl-I</name>
|
2006-03-22 20:25:58 +00:00
|
|
|
<desc>Show adjustment dialog</desc>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>ufo.showAdjustDialog()</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>
|
2006-03-15 14:27:47 +00:00
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
2006-03-22 20:25:58 +00:00
|
|
|
<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>
|
2006-03-15 00:29:53 +00:00
|
|
|
</binding>
|
|
|
|
</key>
|
|
|
|
</keyboard>
|
|
|
|
</input>
|
|
|
|
|
2006-03-22 20:25:58 +00:00
|
|
|
<!-- default model -->
|
2006-03-23 16:16:44 +00:00
|
|
|
<model>Aircraft/ufo/Models/cursor.ac</model>
|
2006-03-15 15:35:52 +00:00
|
|
|
|
2006-03-22 20:25:58 +00:00
|
|
|
<!-- subdirs of $FG_ROOT to search models in.
|
|
|
|
Comma separated, e.g. "Models,Scenery/Objects/w130n30" -->
|
|
|
|
<source>Models</source>
|
2006-03-15 00:29:53 +00:00
|
|
|
|
2006-03-11 09:52:51 +00:00
|
|
|
<nasal>
|
|
|
|
<ufo>
|
2006-03-15 00:29:53 +00:00
|
|
|
<file>Aircraft/ufo/ufo.nas</file>
|
2006-03-11 09:52:51 +00:00
|
|
|
</ufo>
|
|
|
|
</nasal>
|
2003-09-20 03:57:12 +00:00
|
|
|
</PropertyList>
|