3ca5b27927
here's an update to the b52 - it's just some relatively minor changes to the fdm and panels. I've been trying to improve the take-off and landing characteristics, or at least get them to fit the pictures and film I've seen. The best way to take off is by using the autopilot - at sea level just extend the flaps, punch in the altitude hold on the autopilot (and heading if you're lazy), and apply full power. It'll also take of with the default the default elevator trim of -0.07 but it 'staircases' a little bit - the auto pilot smooths that out. I've included some notes and observations about taking-off and landing in the readme. While I wouldn't claim any sort of accuracy for it, I hope it manages to get some of the characteristics right.
95 lines
2.2 KiB
XML
Executable file
95 lines
2.2 KiB
XML
Executable file
<?xml version="1.0"?>
|
|
<!--
|
|
************************************************************************
|
|
B52-H set file.
|
|
|
|
2002-12-17 Lee Elliott leee-fgfs@spatial.freeserve.co.uk
|
|
************************************************************************
|
|
-->
|
|
|
|
<PropertyList>
|
|
<sim>
|
|
<flight-model>yasim</flight-model>
|
|
<aero>b52-yasim</aero>
|
|
<fuel-fraction>1.0</fuel-fraction>
|
|
|
|
<sound>
|
|
<audible>true</audible>
|
|
<path>Aircraft/a4/a4-sound.xml</path>
|
|
</sound>
|
|
|
|
<panel>
|
|
<path>Aircraft/b52/b52-vfr-panel.xml</path>
|
|
</panel>
|
|
<panel_2>
|
|
<path>Aircraft/b52/b52-mini-panel.xml</path>
|
|
</panel_2>
|
|
|
|
<hud>
|
|
<path>Huds/Default/default.xml</path>
|
|
<visibility>true</visibility>
|
|
</hud>
|
|
|
|
<model>
|
|
<path>Aircraft/b52/b52-model.xml</path>
|
|
</model>
|
|
<view>
|
|
<internal archive="y">false</internal>
|
|
<config> -->
|
|
<!-- x/y/z == right/up/back -->
|
|
<x-offset-m archive="y">-1.0</x-offset-m>
|
|
<y-offset-m archive="y">1.5</y-offset-m>
|
|
<z-offset-m archive="y">-28</z-offset-m>
|
|
</config>
|
|
</view>
|
|
|
|
<systems>
|
|
<electrical>
|
|
<path>Aircraft/Generic/generic-electrical.xml</path>
|
|
</electrical>
|
|
</systems>
|
|
|
|
<view n="1">
|
|
<config>
|
|
<!-- big plane, so extend chase view offset a bit -->
|
|
<z-offset-m type="double" archive="y">-70.0</z-offset-m>
|
|
</config>
|
|
|
|
</view>
|
|
|
|
</sim>
|
|
|
|
<controls>
|
|
<flight>
|
|
<elevator-trim type="float">-0.07</elevator-trim>
|
|
</flight>
|
|
</controls>
|
|
|
|
<autopilot>
|
|
<config>
|
|
|
|
<min-climb-speed-kt type="float">110.0</min-climb-speed-kt>
|
|
<best-climb-speed-kt type="float">450.0</best-climb-speed-kt>
|
|
|
|
<target-climb-rate-fpm type="float">3000.0</target-climb-rate-fpm>
|
|
<target-descent-rate-fpm type="float">4000.0</target-descent-rate-fpm>
|
|
|
|
<elevator-adj-factor type="float">1600.0</elevator-adj-factor>
|
|
|
|
<integral-contribution type="float">0.005</integral-contribution>
|
|
|
|
<max-aileron type="float">1.0</max-aileron>
|
|
<max-roll-deg type="float">40.0</max-roll-deg>
|
|
|
|
<roll-out-deg type="float">15.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>
|
|
|
|
|