1
0
Fork 0
fgdata/Aircraft/tsr2-yasim-set.xml
curt 8183684930 Lee Elliott:
Here are some more updates, and bits and pieces.

The tsr2 is mostly a re-write, with more reasonable figures for the wing and
hstab.  I've also tried to reduce the poly count on the model whilst adding
the airbrakes and canopies.

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.
2003-01-19 03:50:13 +00:00

78 lines
1.8 KiB
XML
Executable file

<?xml version="1.0"?>
<!--
************************************************************************
BAC TSR2 simulation config.
2002-10-26 Lee Elliott leee-fgfs@spatial.freeserve.co.uk
************************************************************************
-->
<PropertyList>
<sim>
<flight-model>yasim</flight-model>
<aero>tsr2-yasim</aero>
<fuel-fraction>1.0</fuel-fraction>
<sound>
<audible>true</audible>
<path>Aircraft/a4/a4-sound.xml</path>
</sound>
<panel>
<path>Aircraft/tsr2/tsr2-vfr-panel.xml</path>
</panel>
<panel_2>
<path>Aircraft/tsr2/tsr2-mini-panel.xml</path>
</panel_2>
<hud>
<path>Huds/Default/default.xml</path>
<visibility>true</visibility>
</hud>
<model>
<path>Aircraft/tsr2/tsr2-model.xml</path>
</model>
<view n="1">
<config>
<z-offset-m type="double" archive="y">-50.0</z-offset-m>
</config>
</view>
</sim>
<controls>
<magnetos n="0">3</magnetos>
<magnetos n="1">3</magnetos>
</controls>
<autopilot>
<config>
<min-climb-speed-kt type="float">150.0</min-climb-speed-kt>
<best-climb-speed-kt type="float">650.0</best-climb-speed-kt>
<target-climb-rate-fpm type="float">12000.0</target-climb-rate-fpm>
<target-descent-rate-fpm type="float">8000.0</target-descent-rate-fpm>
<elevator-adj-factor type="float">800.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">4.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>