1
0
Fork 0
fgdata/Aircraft/ufo/ufo-set.xml

95 lines
2 KiB
XML
Raw Normal View History

<?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>
<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>
</model>
<help>
<title>UFO</title>
<key>
<name>joystick fire button</name>
<desc>fly backwards</desc>
</key>
<key>
<name>mouse click</name>
<desc>set cursor</desc>
</key>
<key>
<name>d</name>
<desc>dump coordinates</desc>
</key>
<key>
<name>[ ]</name>
<desc>decrease/increase maximum speed</desc>
</key>
</help>
</sim>
<input>
<keyboard>
<key n="100">
<name>d</name>
<desc>Dump cursor/UFO coordinates</desc>
<binding>
<command>nasal</command>
<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>
</binding>
</key>
</keyboard>
</input>
<models>
<model>
<name>cursor</name>
<path>Aircraft/ufo/Models/cursor.ac</path>
<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>
</model>
</models>
<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>
<nasal>
<ufo>
<file>Aircraft/ufo/ufo.nas</file>
</ufo>
</nasal>
</PropertyList>