9b1e230b87
I've been messing with the yf23 some more. I think it flies a bit better now and has more reasonable auto-pilot take-off characteristics - just apply full power and go, and it doesn't go into such a steep climb. Out of curiosity, I've also taken the rudder control input and linked it to the stabilators/elevators and ailerons. Now, with some slick joystick manipulation it's possible to fly it at about 30 deg off-axis in more or less level flight (actually, with full 'rudder' input, it looks nearer to 40 deg to me and you end up tracing a very long curve). If no rudder input is used it flies 'normally'. I'd like to be able to 'tune' it so that it's more stable while transitioning but I'm not sure if that's going to be possible. It's also high-lighted some problems I'm having with my Sidewinder joystick - when I use the rudder control, the engine No.2 throttle jumps to 50% unless auto-throttle is engaged (this also happens with the b52 too), and there seems to be some interaction between the different axis if all three (roll, pitch and rudder) are changed at the same time - difficult to be sure on that one though. I'll probably un-map the throttle control from the joystick as I tend to use the keyboard for engine control anyway, especially for landing.
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">500.0</elevator-adj-factor>
|
|
|
|
<integral-contribution type="float">0.005</integral-contribution>
|
|
|
|
<max-aileron type="float">0.6</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>
|
|
</autopilot>
|
|
|
|
</PropertyList>
|
|
|
|
|