73 lines
1.5 KiB
XML
73 lines
1.5 KiB
XML
<?xml version="1.0"?>
|
|
<!--
|
|
************************************************************************
|
|
Common configuration for all PA28 (Piper Cherokee) aircraft.
|
|
************************************************************************
|
|
-->
|
|
|
|
<PropertyList>
|
|
|
|
<sim>
|
|
|
|
<systems>
|
|
<electrical>
|
|
<path>Aircraft/c172/c172-electrical.xml</path>
|
|
</electrical>
|
|
</systems>
|
|
|
|
<sound>
|
|
<audible archive="y">true</audible>
|
|
<path archive="y">Aircraft/c172/c172-sound.xml</path>
|
|
</sound>
|
|
|
|
</sim>
|
|
|
|
<!-- the Cherokee has rudder trim -->
|
|
<input>
|
|
<keyboard>
|
|
<key n="60">
|
|
<name><</name>
|
|
<desc>Rudder Trim Left</desc>
|
|
<binding>
|
|
<command>property-adjust</command>
|
|
<property>/controls/flight/rudder-trim</property>
|
|
<min type="double">-1.0</min>
|
|
<step type="double">-0.001</step>
|
|
</binding>
|
|
</key>
|
|
<key n="62">
|
|
<name>></name>
|
|
<desc>Rudder Trim Right</desc>
|
|
<binding>
|
|
<command>property-adjust</command>
|
|
<property>/controls/flight/rudder-trim</property>
|
|
<max type="double">1.0</max>
|
|
<step type="double">0.001</step>
|
|
</binding>
|
|
</key>
|
|
</keyboard>
|
|
</input>
|
|
|
|
<instrumentation>
|
|
<attitude-indicator>
|
|
<config>
|
|
<tumble-flag>true</tumble-flag>
|
|
</config>
|
|
</attitude-indicator>
|
|
</instrumentation>
|
|
|
|
<controls>
|
|
<engines>
|
|
<engine n="0">
|
|
<magnetos>3</magnetos>
|
|
</engine>
|
|
</engines>
|
|
</controls>
|
|
|
|
<engines>
|
|
<engine>
|
|
<rpm type="double">700</rpm>
|
|
</engine>
|
|
</engines>
|
|
|
|
</PropertyList>
|