Modified piston aircraft to start with engine(s) idling. This makes
sense for a default start on the runway.
This commit is contained in:
parent
3ff5dd26b7
commit
f3c71fea0d
3 changed files with 34 additions and 0 deletions
|
@ -55,5 +55,15 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
||||||
</tank>
|
</tank>
|
||||||
</fuel>
|
</fuel>
|
||||||
</consumables>
|
</consumables>
|
||||||
|
|
||||||
|
<controls>
|
||||||
|
<magnetos>3</magnetos>
|
||||||
|
</controls>
|
||||||
|
|
||||||
|
<engines>
|
||||||
|
<engine>
|
||||||
|
<rpm>700</rpm>
|
||||||
|
</engine>
|
||||||
|
</engines>
|
||||||
|
|
||||||
</PropertyList>
|
</PropertyList>
|
||||||
|
|
|
@ -82,6 +82,16 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
||||||
</config>
|
</config>
|
||||||
</autopilot>
|
</autopilot>
|
||||||
|
|
||||||
|
<controls>
|
||||||
|
<magnetos>3</magnetos>
|
||||||
|
</controls>
|
||||||
|
|
||||||
|
<engines>
|
||||||
|
<engine>
|
||||||
|
<rpm>900</rpm>
|
||||||
|
</engine>
|
||||||
|
</engines>
|
||||||
|
|
||||||
</PropertyList>
|
</PropertyList>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -78,4 +78,18 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
||||||
</keyboard>
|
</keyboard>
|
||||||
</input>
|
</input>
|
||||||
|
|
||||||
|
<controls>
|
||||||
|
<magnetos n="0">3</magnetos>
|
||||||
|
<magnetos n="1">3</magnetos>
|
||||||
|
</controls>
|
||||||
|
|
||||||
|
<engines>
|
||||||
|
<engine n="0">
|
||||||
|
<rpm>1000</rpm>
|
||||||
|
</engine>
|
||||||
|
<engine n="1">
|
||||||
|
<rpm>1000</rpm>
|
||||||
|
</engine>
|
||||||
|
</engines>
|
||||||
|
|
||||||
</PropertyList>
|
</PropertyList>
|
||||||
|
|
Loading…
Add table
Reference in a new issue