4e9a8f7748
There's now another a10 variant - a ferry load configuration - no weapons but 3 x 600 us gal external tanks. This seems to be the heaviest confguration for an a10. I also found a performance graph for the a10 in clean configuration and it showed max speeds of 275 knots at 45000 ft and 398 knots at 1200 ft. As things seem to get a bit squiffy above 35000 ft, in my experience, I used the 1200 ft figure. This is pretty close the the figure that Andy Ross found (380 knots at 0 ft) and I've also tried to incorporate his mods into the new configs, with a better balanced wing/hstab settings. After getting a good clean config, I added the extra masses/fuel tanks/fueselages but didn't change any of the rest of the config, and it still seems to work properly. The external tanks were done as fuel tank entries, with corresponding fuselage entries, whereas I'm not sure how to handle the 'weight' entries in yasim yet so the weapon load is still done with an increased total mass and ballast entries. There'll be some stuff in the archives that haven't changed i.e. the cl & wl a10 and seahawk models, but until I get using cvs for my own bits and pieces it was easier to do the whole directory. I hope this isn't a problem. Finally, I've set up some panels, based on the c310 vfr and mini panels. The vfr panels have a lot of additional instruments on them but impose quite a high frame-rate hit on my system. The mini panels also have some additional instruments but seem to work without noticable penalty here. I've set these panels as the defaults for these aircraft but I'm not sure it's a good idea to have the vfr panels by default due to the performance hit. Using them as default will should give some feedback though;) To go with the new panels are a number of rough and ready instruments I hacked, mostly out of one of the rpm gauges, but I've adapted the throttle quadrent (jet-throttle-quadrant) to funstion for throttle, flaps and reheat. All the gauge faces were based on an existing ffgfs instrument texture, so there's no problem with copyright there. All the other bits that I've done may be distributed under the same conditions as fgfs.
73 lines
1.7 KiB
XML
73 lines
1.7 KiB
XML
<?xml version="1.0"?>
|
|
<!--
|
|
************************************************************************
|
|
Fairchild A10 (Clean) )simulation config.
|
|
|
|
2002-10-26 Lee Elliott leee-fgfs@spatial.freeserve.co.uk
|
|
************************************************************************
|
|
-->
|
|
|
|
<PropertyList>
|
|
<sim>
|
|
<flight-model>yasim</flight-model>
|
|
<aero>a10cl-yasim</aero>
|
|
<fuel-fraction>1.0</fuel-fraction>
|
|
|
|
<sound>
|
|
<audible>true</audible>
|
|
<path>Aircraft/a4/a4-sound.xml</path>
|
|
</sound>
|
|
|
|
<panel>
|
|
<path>Aircraft/a10/a10-vfr-panel.xml</path>
|
|
</panel>
|
|
<panel_2>
|
|
<path>Aircraft/a10/a10-mini-panel.xml</path>
|
|
</panel_2>
|
|
|
|
<hud>
|
|
<path>Huds/Default/default.xml</path>
|
|
<visibility>true</visibility>
|
|
</hud>
|
|
|
|
<model>
|
|
<path>Aircraft/a10/a10cl-model.xml</path>
|
|
</model>
|
|
|
|
<view n="1">
|
|
<config>
|
|
<z-offset-m type="double" archive="y">-50.0</z-offset-m>
|
|
</config>
|
|
|
|
</view>
|
|
|
|
</sim>
|
|
|
|
<autopilot>
|
|
<config>
|
|
|
|
<min-climb-speed-kt type="float">50.0</min-climb-speed-kt>
|
|
<best-climb-speed-kt type="float">350.0</best-climb-speed-kt>
|
|
|
|
<target-climb-rate-fpm type="float">6000.0</target-climb-rate-fpm>
|
|
<target-descent-rate-fpm type="float">6000.0</target-descent-rate-fpm>
|
|
|
|
<elevator-adj-factor type="float">100.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">8</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>
|
|
|
|
|