90 lines
2.3 KiB
XML
90 lines
2.3 KiB
XML
<?xml version="1.0"?>
|
|
<!--
|
|
************************************************************************
|
|
Cessna 172 simulation config. This files ties together all the components
|
|
used by FGFS to represent the C172. Components include the flight data
|
|
model, instrument panel, and external 3D model.
|
|
3D models can be downloaded from http://home.t-online.de/home/Wolfram.Kuss/
|
|
|
|
October 23 2001 John Check, fgpanels@rockfish.net
|
|
************************************************************************
|
|
-->
|
|
|
|
<PropertyList>
|
|
|
|
<sim>
|
|
|
|
<!--
|
|
<description>UFO from the 'White Project' of the UNESCO</description>
|
|
-->
|
|
<description>Expirimental UFO model</description>
|
|
|
|
<flight-model>ufo</flight-model>
|
|
|
|
<sound>
|
|
<audible>true</audible>
|
|
<path>Aircraft/ufo/ufo-sound.xml</path>
|
|
</sound>
|
|
|
|
<panel>
|
|
<visibility>false</visibility>
|
|
</panel>
|
|
|
|
<model>
|
|
<path>Aircraft/ufo/Models/ufo.xml</path>
|
|
</model>
|
|
|
|
<!-- New Ufo support code follows below -->
|
|
<virtual-cockpit archive="y">true</virtual-cockpit>
|
|
|
|
<view n="0">
|
|
<internal archive="y">true</internal>
|
|
<config>
|
|
<y-offset-m archive="y">2.07</y-offset-m>
|
|
</config>
|
|
</view>
|
|
|
|
</sim>
|
|
|
|
<input>
|
|
<keyboard>
|
|
<key n="360">
|
|
<name>PageUp</name>
|
|
<desc>Increase throttle or autopilot autothrottle.</desc>
|
|
<binding>
|
|
<command>property-adjust</command>
|
|
<property>/autopilot/control-overrides/throttle</property>
|
|
<step type="double">0.00225</step>
|
|
<max type="double">0.045</max>
|
|
</binding>
|
|
<mod-shift>
|
|
<desc>Look front right.</desc>
|
|
<binding>
|
|
<command>property-assign</command>
|
|
<property>/sim/current-view/goal-heading-offset-deg</property>
|
|
<value alias="/sim/view/config/front-right-direction-deg"/>
|
|
</binding>
|
|
</mod-shift>
|
|
</key>
|
|
|
|
<key n="361">
|
|
<name>PageDown</name>
|
|
<desc>Decrease throttle or autopilot autothrottle.</desc>
|
|
<binding>
|
|
<command>property-adjust</command>
|
|
<property>/autopilot/control-overrides/throttle</property>
|
|
<step type="double">-0.00225</step>
|
|
</binding>
|
|
<mod-shift>
|
|
<desc>Look back right.</desc>
|
|
<binding>
|
|
<command>property-assign</command>
|
|
<property>/sim/current-view/goal-heading-offset-deg</property>
|
|
<value alias="/sim/view/config/back-right-direction-deg"/>
|
|
</binding>
|
|
</mod-shift>
|
|
</key>
|
|
</keyboard>
|
|
</input>
|
|
|
|
</PropertyList>
|