31cdccdecf
Updates ...
187 lines
4.4 KiB
XML
Executable file
187 lines
4.4 KiB
XML
Executable file
<?xml version="1.0"?>
|
|
<!--
|
|
************************************************************************
|
|
NR/MD YF23 simulation config.
|
|
|
|
2003-08-25 Lee Elliott leee-fgfs@spatial.freeserve.co.uk
|
|
************************************************************************
|
|
-->
|
|
|
|
<PropertyList>
|
|
<sim>
|
|
<flight-model>yasim</flight-model>
|
|
<aero>yf23-yasim</aero>
|
|
<fuel-fraction>1.0</fuel-fraction>
|
|
|
|
<sound>
|
|
<audible>true</audible>
|
|
<path>Aircraft/yf23/Sounds/yf23-sound.xml</path>
|
|
</sound>
|
|
|
|
<panel>
|
|
<path>Aircraft/yf23/Panels/yf23-vfr-panel.xml</path>
|
|
</panel>
|
|
<panel_2>
|
|
<path>Aircraft/yf23/Panels/yf23-mini-panel.xml</path>
|
|
</panel_2>
|
|
|
|
<hud>
|
|
<path>Aircraft/yf23/Huds/yf23-hud1.xml</path>
|
|
<visibility>true</visibility>
|
|
</hud>
|
|
|
|
<model>
|
|
<path>Aircraft/yf23/Models/yf23-model.xml</path>
|
|
</model>
|
|
|
|
<systems>
|
|
<electrical>
|
|
<path>Aircraft/yf23/Systems/yf23-electrical.xml</path>
|
|
</electrical>
|
|
</systems>
|
|
|
|
<chase-distance-m type="double" archive="y">-30.0</chase-distance-m>
|
|
</sim>
|
|
|
|
<input>
|
|
|
|
<keyboard>
|
|
|
|
<key n="91">
|
|
<name>[</name>
|
|
<desc>Retract Flaps</desc>
|
|
<binding>
|
|
<step type="double">-0.25</step>
|
|
</binding>
|
|
</key>
|
|
|
|
<key n="93">
|
|
<name>]</name>
|
|
<desc>Extend Flaps</desc>
|
|
<binding>
|
|
<step type="double">0.25</step>
|
|
</binding>
|
|
</key>
|
|
|
|
<key n="98">
|
|
<desc>Apply all brakes</desc>
|
|
<name>b</name>
|
|
<binding n= "0">
|
|
<command>property-assign</command>
|
|
<property>/controls/gear/gear[0]/wheel[0]/brake</property>
|
|
<value type="double">1.0</value>
|
|
</binding>
|
|
<binding n= "1">
|
|
<command>property-assign</command>
|
|
<property>/controls/gear/gear[1]/wheel[0]/brake</property>
|
|
<value type="double">1.0</value>
|
|
</binding>
|
|
<binding n= "2">
|
|
<command>property-assign</command>
|
|
<property>/controls/gear/gear[2]/wheel[0]/brake</property>
|
|
<value type="double">1.0</value>
|
|
</binding>
|
|
<mod-up>
|
|
<desc>Release all brakes</desc>
|
|
<binding n= "0">
|
|
<command>property-assign</command>
|
|
<property>/controls/gear/gear[0]/wheel[0]/brake</property>
|
|
<value type="double">0.0</value>
|
|
</binding>
|
|
<binding n= "1">
|
|
<command>property-assign</command>
|
|
<property>/controls/gear/gear[1]/wheel[0]/brake</property>
|
|
<value type="double">0.0</value>
|
|
</binding>
|
|
<binding n= "2">
|
|
<command>property-assign</command>
|
|
<property>/controls/gear/gear[2]/wheel[0]/brake</property>
|
|
<value type="double">0.0</value>
|
|
</binding>
|
|
</mod-up>
|
|
</key>
|
|
|
|
<key n="100">
|
|
<name>d</name>
|
|
<desc>Retract Slats.</desc>
|
|
<binding>
|
|
<command>property-adjust</command>
|
|
<property>/controls/flight/slats</property>
|
|
<step type="double">-0.25</step>
|
|
</binding>
|
|
</key>
|
|
|
|
<key n="102">
|
|
<name>f</name>
|
|
<desc>Extend Slats.</desc>
|
|
<binding>
|
|
<command>property-adjust</command>
|
|
<property>/controls/flight/slats</property>
|
|
<step type="double">0.25</step>
|
|
</binding>
|
|
</key>
|
|
|
|
</keyboard>
|
|
|
|
</input>
|
|
|
|
|
|
<autopilot>
|
|
<config>
|
|
|
|
<min-climb-speed-kt type="float">90.0</min-climb-speed-kt>
|
|
<best-climb-speed-kt type="float">900.0</best-climb-speed-kt>
|
|
|
|
<target-climb-rate-fpm type="float">20000.0</target-climb-rate-fpm>
|
|
<target-descent-rate-fpm type="float">12000.0</target-descent-rate-fpm>
|
|
|
|
<elevator-adj-factor type="float">400.0</elevator-adj-factor>
|
|
<terrain-follow-factor type="float">60.0</terrain-follow-factor>
|
|
|
|
<integral-contribution type="float">0.005</integral-contribution>
|
|
|
|
<max-aileron type="float">0.4</max-aileron>
|
|
<max-roll-deg type="float">60.0</max-roll-deg>
|
|
|
|
<roll-out-deg type="float">7.0</roll-out-deg>
|
|
<roll-out-smooth-deg type="float">15.0</roll-out-smooth-deg>
|
|
|
|
<zero-pitch-throttle type="float">0.5</zero-pitch-throttle>
|
|
<zero-pitch-trim-full-throttle type="float">0.001</zero-pitch-trim-full-throttle>
|
|
|
|
</config>
|
|
|
|
<settings>
|
|
<speed-kt type="double">350.0</speed-kt>
|
|
</settings>
|
|
|
|
</autopilot>
|
|
|
|
<!-- Engine indexes -->
|
|
<engines>
|
|
<engine n="0">
|
|
<engine-num type="int">0</engine-num>
|
|
</engine>
|
|
<engine n="1">
|
|
<engine-num type="int">1</engine-num>
|
|
</engine>
|
|
</engines>
|
|
|
|
<!-- Fuel Tank indexes -->
|
|
<consumables>
|
|
<fuel>
|
|
<tank n="0">
|
|
<tank-num type="int">0</tank-num>
|
|
</tank>
|
|
<tank n="1">
|
|
<tank-num type="int">1</tank-num>
|
|
</tank>
|
|
<tank n="2">
|
|
<tank-num type="int">2</tank-num>
|
|
</tank>
|
|
</fuel>
|
|
</consumables>
|
|
|
|
</PropertyList>
|
|
|
|
|