You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
77 lines
2.8 KiB
77 lines
2.8 KiB
<airplane mass="3000"> |
|
|
|
<approach speed="45" aoa="6" fuel="0.8"> |
|
<control-setting axis="/controls/engines/engine[0]/throttle" value="0.25"/> |
|
<control-setting axis="/controls/engines/engine[1]/throttle" value="0.25"/> |
|
<control-setting axis="/controls/engines/engine[0]/propeller-pitch" value="0.0"/> |
|
</approach> |
|
|
|
<cruise speed="45" alt="25000" fuel="0.8"> |
|
<control-setting axis="/controls/engines/engine[0]/throttle" value="1.0"/> |
|
<control-setting axis="/controls/engines/engine[1]/throttle" value="1.0"/> |
|
<control-setting axis="/controls/engines/engine[0]/propeller-pitch" value="1.0"/> |
|
<control-setting axis="/controls/engines/engine[0]/boost" value="1.0"/> |
|
</cruise> |
|
|
|
|
|
|
|
<fuselage ax="-0.0" ay="0" az="0.7" bx="-3.3" by="0" bz="0.7" |
|
width="0.5" taper="1" cx="2.5" cz="2.5"/> |
|
|
|
<wing x="-1.50" y="0.0" z="0.6" taper="1.0" camber="0" |
|
length="0.7" chord="1.0" > |
|
</wing> |
|
<mstab x="-3.4" y="0.2" z="0.7" length="1.8" chord="1.2" > |
|
|
|
</mstab> |
|
|
|
<jet x="-0.8" y="0" z="0.20" |
|
n1-idle="30" n1-max="70" n2-idle="35" n2-max="75" exhaust-speed="60" |
|
egt="850" tsfc="0.1" mass="800" thrust="850" rotate="-180" > |
|
<actionpt x="-3.1" y="0" z="0.2" /> |
|
<control-input axis="/controls/gear/brake-right" control="THROTTLE"/> |
|
<control-input axis="/controls/engines/engine[0]/throttle" control="THROTTLE"/> |
|
<control-input axis="/controls/engines/engine[0]/mixture" control="VECTOR" |
|
src0="0" src1="1" dst0="1" dst1="0"/> |
|
</jet> |
|
|
|
<tank x="-1.8" y="0" z="0.1" capacity="91"/> |
|
|
|
<gear x="-0.5" y="0.7" z="-0.1" compression="0.45" dfric="1.3" |
|
spring="4.0" damp="5.8"> |
|
<control-input axis="/controls/gear/brake-left" control="BRAKE"/> |
|
<control-input axis="/controls/flight/aileron" control="STEER" square="true" |
|
src0="-1.0" src1="1.0" |
|
dst0="-0.6" dst1="0.6"/> |
|
</gear> |
|
<gear x="-0.5" y="-0.7" z="-0.1" compression="0.45" dfric="1.3" |
|
spring="4.0" damp="5.8"> |
|
<control-input axis="/controls/gear/brake-left" control="BRAKE"/> |
|
<control-input axis="/controls/flight/aileron" control="STEER" square="true" |
|
src0="-0.8" src1="0.8" |
|
dst0="-0.6" dst1="0.6"/> |
|
</gear> |
|
|
|
<gear x="-2.696" y="0.7" z="-0.1" compression="0.45" dfric="0.95" |
|
spring="4.0" damp="5.8"> |
|
|
|
<control-input axis="/controls/gear/brake-parking" control="BRAKE"/> |
|
|
|
</gear> |
|
|
|
<gear x="-2.696" y="-0.7" z="-0.1" compression="0.45" dfric="0.95" |
|
spring="4.0" damp="5.8"> |
|
|
|
<control-input axis="/controls/gear/brake-parking" control="BRAKE"/> |
|
</gear> |
|
|
|
<hitch name="aerotow" x="-1.523" y="0" z="1.2" force-is-calculated-by-other="0"> |
|
<tow length="10" weight-per-meter="0.035" elastic-constant="9000" break-force="1000000" mp-auto-connect-period="0.0"/> |
|
<winch max-tow-length="100" min-tow-length="20" initial-tow-length="20"/> |
|
<control-input axis="/controls/aerotow/find-aircraft" control="FINDAITOW"/> |
|
</hitch> |
|
|
|
|
|
|
|
|
|
</airplane>
|
|
|