2006-06-23 21:01:04 +00:00
|
|
|
<?xml version="1.0" ?>
|
|
|
|
|
|
|
|
<PropertyList>
|
|
|
|
|
|
|
|
<name>GameBird</name>
|
|
|
|
|
|
|
|
<axis n="0">
|
2006-06-24 23:31:36 +00:00
|
|
|
<desc>Aileron</desc>
|
2006-06-23 21:01:04 +00:00
|
|
|
<binding>
|
|
|
|
<command>property-scale</command>
|
2006-06-24 23:31:36 +00:00
|
|
|
<property>/controls/flight/aileron</property>
|
2006-06-23 21:01:04 +00:00
|
|
|
<dead-band type="double">0.02</dead-band>
|
|
|
|
<offset type="double">0.0</offset>
|
|
|
|
<factor type="double">1.0</factor>
|
|
|
|
</binding>
|
|
|
|
</axis>
|
|
|
|
|
|
|
|
<axis n="1">
|
|
|
|
<desc>Elevator</desc>
|
|
|
|
<binding>
|
|
|
|
<command>property-scale</command>
|
|
|
|
<property>/controls/flight/elevator</property>
|
|
|
|
<dead-band type="double">0.02</dead-band>
|
|
|
|
<offset type="double">0.0</offset>
|
|
|
|
<factor type="double">-1.0</factor>
|
|
|
|
</binding>
|
|
|
|
</axis>
|
|
|
|
|
|
|
|
<axis n="2">
|
|
|
|
<desc>Throttle</desc>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>controls.throttleAxis()</script>
|
|
|
|
</binding>
|
|
|
|
</axis>
|
|
|
|
|
|
|
|
<axis n="3">
|
2006-06-24 23:31:36 +00:00
|
|
|
<desc>Rudder</desc>
|
2006-06-23 21:01:04 +00:00
|
|
|
<binding>
|
|
|
|
<command>property-scale</command>
|
2006-06-24 23:31:36 +00:00
|
|
|
<property>/controls/flight/rudder</property>
|
2006-06-23 21:01:04 +00:00
|
|
|
<dead-band type="double">0.02</dead-band>
|
|
|
|
<offset type="double">0.0</offset>
|
|
|
|
<factor type="double">1.0</factor>
|
2006-06-24 23:31:36 +00:00
|
|
|
<power type="double">2.0</power>
|
2006-06-23 21:01:04 +00:00
|
|
|
</binding>
|
|
|
|
</axis>
|
|
|
|
|
|
|
|
<button n="0">
|
|
|
|
<desc>Brakes</desc>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>controls.applyBrakes(1)</script>
|
|
|
|
</binding>
|
|
|
|
<mod-up>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>controls.applyBrakes(0)</script>
|
|
|
|
</binding>
|
|
|
|
</mod-up>
|
|
|
|
</button>
|
|
|
|
|
|
|
|
</PropertyList>
|