d7fc05e5ba
Here's a quick update to the yf23 fdm and auto-pilot settings. It flies and takes-off reasonably well - still haven't tried landing it yet;) It can still be a bit wobbly at times though and It's not very good at terrain following either. Taking off on auto-pilot is quite fun. Set full flaps and CTRL-a (assuming you're near sea level), hit F6 to make it go straight and apply power - about 50% until it rotates then apply full power. Retract the gear as soon as it gets off the ground and by the time you#ve done that, retract the flaps. Quite entertaining from a tower view:) It's not really an ideal a/c to model but apart from the aesthetics, which appeal to me, I was curious about not having a rudder. There's a new texture sheet too but it only makes the a/c a paler shade of grey.
91 lines
2 KiB
XML
Executable file
91 lines
2 KiB
XML
Executable file
<?xml version="1.0"?>
|
|
<!--
|
|
************************************************************************
|
|
NR/MD YF23 simulation config.
|
|
|
|
2003-03-15 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/a4/a4-sound.xml</path>
|
|
</sound>
|
|
|
|
<panel>
|
|
<path>Aircraft/yf23/yf23-vfr-panel.xml</path>
|
|
</panel>
|
|
<panel_2>
|
|
<path>Aircraft/yf23/yf23-mini-panel.xml</path>
|
|
</panel_2>
|
|
|
|
<hud>
|
|
<path>Huds/Default/default.xml</path>
|
|
<visibility>true</visibility>
|
|
</hud>
|
|
|
|
<model>
|
|
<path>Aircraft/yf23/yf23-model.xml</path>
|
|
</model>
|
|
|
|
<systems>
|
|
<electrical>
|
|
<path>Aircraft/Generic/generic-electrical.xml</path>
|
|
</electrical>
|
|
</systems>
|
|
|
|
|
|
<view n="1">
|
|
<config>
|
|
<z-offset-m type="double" archive="y">-35.0</z-offset-m>
|
|
</config>
|
|
|
|
</view>
|
|
|
|
</sim>
|
|
|
|
<controls>
|
|
<engines>
|
|
<engine n="0">
|
|
<magnetos>3</magnetos>
|
|
</engine>
|
|
<engine n="1">
|
|
<magnetos>3</magnetos>
|
|
</engine>
|
|
</engines>
|
|
</controls>
|
|
|
|
<autopilot>
|
|
<config>
|
|
|
|
<min-climb-speed-kt type="float">50.0</min-climb-speed-kt>
|
|
<best-climb-speed-kt type="float">450.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">130.0</elevator-adj-factor>
|
|
|
|
<integral-contribution type="float">0.005</integral-contribution>
|
|
|
|
<max-aileron type="float">0.5</max-aileron>
|
|
<max-roll-deg type="float">60.0</max-roll-deg>
|
|
|
|
<roll-out-deg type="float">10.0</roll-out-deg>
|
|
<roll-out-smooth-deg type="float">20.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>
|
|
</autopilot>
|
|
|
|
</PropertyList>
|
|
|
|
|