1
0
Fork 0

Modified piston aircraft to start with engine(s) idling. This makes

sense for a default start on the runway.
This commit is contained in:
david 2002-02-13 20:03:24 +00:00
parent 3ff5dd26b7
commit f3c71fea0d
3 changed files with 34 additions and 0 deletions

View file

@ -55,5 +55,15 @@ October 23 2001 John Check, fgpanels@rockfish.net
</tank>
</fuel>
</consumables>
<controls>
<magnetos>3</magnetos>
</controls>
<engines>
<engine>
<rpm>700</rpm>
</engine>
</engines>
</PropertyList>

View file

@ -82,6 +82,16 @@ October 23 2001 John Check, fgpanels@rockfish.net
</config>
</autopilot>
<controls>
<magnetos>3</magnetos>
</controls>
<engines>
<engine>
<rpm>900</rpm>
</engine>
</engines>
</PropertyList>

View file

@ -78,4 +78,18 @@ October 23 2001 John Check, fgpanels@rockfish.net
</keyboard>
</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>