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-15 00:29:53 +00:00
|
|
|
<key>
|
|
|
|
<name>mouse click</name>
|
|
|
|
<desc>set cursor</desc>
|
|
|
|
</key>
|
|
|
|
<key>
|
|
|
|
<name>d</name>
|
|
|
|
<desc>dump coordinates</desc>
|
|
|
|
</key>
|
2006-03-11 09:52:51 +00:00
|
|
|
<key>
|
|
|
|
<name>[ ]</name>
|
2006-03-11 12:01:24 +00:00
|
|
|
<desc>decrease/increase maximum speed</desc>
|
2006-03-11 09:52:51 +00:00
|
|
|
</key>
|
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>
|
|
|
|
<key n="100">
|
|
|
|
<name>d</name>
|
2006-03-15 14:27:47 +00:00
|
|
|
<desc>Dump cursor/UFO coordinates</desc>
|
2006-03-15 00:29:53 +00:00
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
2006-03-15 14:27:47 +00:00
|
|
|
<script>ufo.dumpCoords()</script>
|
|
|
|
</binding>
|
|
|
|
</key>
|
|
|
|
|
|
|
|
<key n="9">
|
|
|
|
<name>Ctrl-I</name>
|
|
|
|
<desc>Show cursor dialog</desc>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>ufo.showDialog()</script>
|
2006-03-15 00:29:53 +00:00
|
|
|
</binding>
|
|
|
|
</key>
|
|
|
|
</keyboard>
|
|
|
|
</input>
|
|
|
|
|
|
|
|
<models>
|
|
|
|
<model>
|
|
|
|
<name>cursor</name>
|
|
|
|
<path>Aircraft/ufo/Models/cursor.ac</path>
|
2006-03-15 14:27:47 +00:00
|
|
|
<longitude-deg-prop>/cursor/longitude-deg</longitude-deg-prop>
|
|
|
|
<latitude-deg-prop>/cursor/latitude-deg</latitude-deg-prop>
|
|
|
|
<elevation-ft-prop>/cursor/elevation-ft</elevation-ft-prop>
|
|
|
|
<heading-deg-prop>/cursor/heading-deg</heading-deg-prop>
|
|
|
|
<pitch-deg-prop>/cursor/pitch-deg</pitch-deg-prop>
|
|
|
|
<roll-deg-prop>/cursor/roll-deg</roll-deg-prop>
|
2006-03-15 00:29:53 +00:00
|
|
|
</model>
|
|
|
|
</models>
|
|
|
|
|
2006-03-15 14:27:47 +00:00
|
|
|
<cursor>
|
|
|
|
<longitude-deg type="double">0.0</longitude-deg>
|
|
|
|
<latitude-deg type="double">0.0</latitude-deg>
|
|
|
|
<elevation-ft type="double">-1000.0</elevation-ft>
|
|
|
|
<heading-deg type="double">0.0</heading-deg>
|
|
|
|
<pitch-deg type="double">0.0</pitch-deg>
|
|
|
|
<roll-deg type="double">0.0</roll-deg>
|
|
|
|
</cursor>
|
|
|
|
|
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>
|