Lee Elliott:
Initial revision of a10
This commit is contained in:
parent
1217aebbe0
commit
5122472a13
2 changed files with 146 additions and 0 deletions
73
Aircraft/a10cl-yasim-set.xml
Normal file
73
Aircraft/a10cl-yasim-set.xml
Normal file
|
@ -0,0 +1,73 @@
|
|||
<?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/c310/c310-vfr-panel.xml</path>
|
||||
</panel>
|
||||
<panel_2>
|
||||
<path>Aircraft/c310/c310-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">-70.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>
|
||||
|
||||
|
73
Aircraft/a10wl-yasim-set.xml
Normal file
73
Aircraft/a10wl-yasim-set.xml
Normal file
|
@ -0,0 +1,73 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
************************************************************************
|
||||
Fairchild A10 (Weapon load) simulation config.
|
||||
|
||||
2002-10-26 Lee Elliott leee-fgfs@spatial.freeserve.co.uk
|
||||
************************************************************************
|
||||
-->
|
||||
|
||||
<PropertyList>
|
||||
<sim>
|
||||
<flight-model>yasim</flight-model>
|
||||
<aero>a10wl-yasim</aero>
|
||||
<fuel-fraction>1.0</fuel-fraction>
|
||||
|
||||
<sound>
|
||||
<audible>true</audible>
|
||||
<path>Aircraft/a4/a4-sound.xml</path>
|
||||
</sound>
|
||||
|
||||
<panel>
|
||||
<path>Aircraft/c310/c310-vfr-panel.xml</path>
|
||||
</panel>
|
||||
<panel_2>
|
||||
<path>Aircraft/c310/c310-mini-panel.xml</path>
|
||||
</panel_2>
|
||||
|
||||
<hud>
|
||||
<path>Huds/Default/default.xml</path>
|
||||
<visibility>true</visibility>
|
||||
</hud>
|
||||
|
||||
<model>
|
||||
<path>Aircraft/a10/a10wl-model.xml</path>
|
||||
</model>
|
||||
|
||||
<view n="1">
|
||||
<config>
|
||||
<z-offset-m type="double" archive="y">-70.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>
|
||||
|
||||
|
Loading…
Reference in a new issue