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.
This commit is contained in:
parent
3c779c032d
commit
8183684930
2 changed files with 14 additions and 14 deletions
|
@ -23,9 +23,9 @@
|
|||
|
||||
<!-- Cruise configuration -->
|
||||
<!-- <cruise speed="500" alt="35000"> -->
|
||||
<cruise speed="850" alt="35000"> -->
|
||||
<control-setting axis="/controls/throttle[0]" value="0.95"/>
|
||||
<control-setting axis="/controls/throttle[1]" value="0.95"/>
|
||||
<cruise speed="550" alt="35000"> -->
|
||||
<control-setting axis="/controls/throttle[0]" value="0.5"/>
|
||||
<control-setting axis="/controls/throttle[1]" value="0.5"/>
|
||||
<control-setting axis="/controls/flaps" value="0.0"/>
|
||||
<control-setting axis="/controls/gear-down" value="0"/>
|
||||
</cruise>
|
||||
|
@ -88,7 +88,7 @@
|
|||
</gear>
|
||||
|
||||
<!-- left main -->
|
||||
<gear x="-4.0" y="1.19" z="-2.0" retract-time="7" compression="0.8">
|
||||
<gear x="-4.0" y="2.5" z="-2.0" retract-time="7" compression="0.8">
|
||||
<control-input axis="/controls/brakes[0]" control="BRAKE"/>
|
||||
<control-input axis="/controls/gear-down" control="EXTEND"/>
|
||||
<control-speed control="EXTEND" transition-time="7"/>
|
||||
|
@ -96,7 +96,7 @@
|
|||
</gear>
|
||||
|
||||
<!-- right main -->
|
||||
<gear x="-4.0" y="-1.19" z="-2.0" retract-time="7" compression="0.8">
|
||||
<gear x="-4.0" y="-2.5" z="-2.0" retract-time="7" compression="0.8">
|
||||
<control-input axis="/controls/brakes[1]" control="BRAKE"/>
|
||||
<control-input axis="/controls/gear-down" control="EXTEND"/>
|
||||
<control-speed control="EXTEND" transition-time="7"/>
|
||||
|
@ -110,19 +110,19 @@
|
|||
<control-output control="EXTEND" prop="/canopy/position-norm"/>
|
||||
</gear>
|
||||
|
||||
<jet x="-8.0" y="-1.0" z=".44" mass="4000" thrust="16600" afterburner="30600">
|
||||
<jet x="-8.0" y="-1.0" z="0.4" mass="4000" thrust="16600" afterburner="30600">
|
||||
<!-- <jet x="-22.0" y="-1.0" z=".44" mass="4000" thrust="30600"> -->
|
||||
<control-input axis="/controls/throttle[0]" control="THROTTLE"/>
|
||||
<control-input axis="/controls/afterburner[0]" control="REHEAT"/>
|
||||
</jet>
|
||||
|
||||
<jet x="-8.0" y="1.0" z=".44" mass="4000" thrust="16600" afterburner="30600">
|
||||
<jet x="-8.0" y="1.0" z="0.4" mass="4000" thrust="16600" afterburner="30600">
|
||||
<!-- <jet x="-22.0" y="1.0" z=".44" mass="4000" thrust="30600"> -->
|
||||
<control-input axis="/controls/throttle[1]" control="THROTTLE"/>
|
||||
<control-input axis="/controls/afterburner[1]" control="REHEAT"/>
|
||||
</jet>
|
||||
|
||||
<tank x="-2.0" y="0.0" z="1.0" jet="true" capacity="13000"/>
|
||||
<tank x="-2.0" y="0.0" z="0.5" jet="true" capacity="13000"/>
|
||||
<tank x="-3.0" y="2.5" z="1.7" jet="true" capacity="11000"/>
|
||||
<tank x="-3.0" y="-2.5" z="1.7" jet="true" capacity="11000"/>
|
||||
|
||||
|
|
|
@ -19,10 +19,10 @@ BAC TSR2 simulation config.
|
|||
</sound>
|
||||
|
||||
<panel>
|
||||
<path>Aircraft/c310/c310-vfr-panel.xml</path>
|
||||
<path>Aircraft/tsr2/tsr2-vfr-panel.xml</path>
|
||||
</panel>
|
||||
<panel_2>
|
||||
<path>Aircraft/c310/c310-mini-panel.xml</path>
|
||||
<path>Aircraft/tsr2/tsr2-mini-panel.xml</path>
|
||||
</panel_2>
|
||||
|
||||
<hud>
|
||||
|
@ -57,15 +57,15 @@ BAC TSR2 simulation config.
|
|||
<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">400.0</elevator-adj-factor>
|
||||
<elevator-adj-factor type="float">800.0</elevator-adj-factor>
|
||||
|
||||
<integral-contribution type="float">0.005</integral-contribution>
|
||||
|
||||
<max-aileron type="float">0.3</max-aileron>
|
||||
<max-aileron type="float">0.5</max-aileron>
|
||||
<max-roll-deg type="float">60.0</max-roll-deg>
|
||||
|
||||
<roll-out-deg type="float">8.0</roll-out-deg>
|
||||
<roll-out-smooth-deg type="float">8.0</roll-out-smooth-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>
|
||||
|
|
Loading…
Reference in a new issue