Lee Elliott:
The only real changes to the seahawk stuff were to add the panels, but I found that Sea Hawks have three fuel tanks, with a 'saddle tank' over the engine feeding fuel into the second/rear tank, so the yasim config's changed.
This commit is contained in:
parent
8183684930
commit
f9daa22aa0
3 changed files with 9 additions and 9 deletions
|
@ -87,10 +87,11 @@
|
||||||
<jet x="0.3" y="0.0" z="0.0" mass="1000" thrust="5200">
|
<jet x="0.3" y="0.0" z="0.0" mass="1000" thrust="5200">
|
||||||
<control-input axis="/controls/throttle[0]" control="THROTTLE"/>
|
<control-input axis="/controls/throttle[0]" control="THROTTLE"/>
|
||||||
</jet>
|
</jet>
|
||||||
<!-- Fuel tanks in front of and behind the engine.
|
<!-- Fuel tanks in front, behind and above (saddle tank - actually feeds into
|
||||||
-->
|
tank two in real life) the engine. -->
|
||||||
<tank x="1.4" y="0.0" z="0.0" jet="true" capacity="2600"/>
|
<tank x="1.4" y="0.0" z="0.0" jet="true" capacity="2000"/>
|
||||||
<tank x="-1.3" y="0.0" z="0.0" jet="true" capacity="2600"/>
|
<tank x="-1.3" y="0.0" z="0.0" jet="true" capacity="2000"/>
|
||||||
|
<tank x="0.5" y="0.0" z="0.5" jet="true" capacity="1200"/>
|
||||||
|
|
||||||
<!-- Undercarriage -->
|
<!-- Undercarriage -->
|
||||||
<!-- nose -->
|
<!-- nose -->
|
||||||
|
|
|
@ -19,10 +19,10 @@ Hawker Sea Hawk simulation config.
|
||||||
</sound>
|
</sound>
|
||||||
|
|
||||||
<panel>
|
<panel>
|
||||||
<path>Aircraft/c310/c310-vfr-panel.xml</path>
|
<path>Aircraft/seahawk/seahawk-vfr-panel.xml</path>
|
||||||
</panel>
|
</panel>
|
||||||
<panel_2>
|
<panel_2>
|
||||||
<path>Aircraft/c310/c310-mini-panel.xml</path>
|
<path>Aircraft/seahawk/seahawk-mini-panel.xml</path>
|
||||||
</panel_2>
|
</panel_2>
|
||||||
|
|
||||||
<hud>
|
<hud>
|
||||||
|
|
|
@ -36,9 +36,8 @@ Hawker Sea Hawk pair simulation config.
|
||||||
|
|
||||||
<view n="1">
|
<view n="1">
|
||||||
<config>
|
<config>
|
||||||
<z-offset-m type="double" archive="y">-80.0</z-offset-m>
|
<z-offset-m type="double" archive="y">-55.0</z-offset-m>
|
||||||
</config>
|
</config>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
</sim>
|
</sim>
|
||||||
|
@ -52,7 +51,7 @@ Hawker Sea Hawk pair simulation config.
|
||||||
<target-climb-rate-fpm type="float">6000.0</target-climb-rate-fpm>
|
<target-climb-rate-fpm type="float">6000.0</target-climb-rate-fpm>
|
||||||
<target-descent-rate-fpm type="float">6000.0</target-descent-rate-fpm>
|
<target-descent-rate-fpm type="float">6000.0</target-descent-rate-fpm>
|
||||||
|
|
||||||
<elevator-adj-factor type="float">300.0</elevator-adj-factor>
|
<elevator-adj-factor type="float">400.0</elevator-adj-factor>
|
||||||
|
|
||||||
<integral-contribution type="float">0.005</integral-contribution>
|
<integral-contribution type="float">0.005</integral-contribution>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue