Ensure that the magnetos are engaged at startup.
*** I accidentally posted this comment for the updates in Aircraft-yasim -- those actually add support for starter and magnetos.
This commit is contained in:
parent
6f700bbebc
commit
4c07d3e314
3 changed files with 15 additions and 0 deletions
|
@ -31,6 +31,10 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
|||
</model>
|
||||
</sim>
|
||||
|
||||
<controls>
|
||||
<magnetos>true</magnetos>
|
||||
</controls>
|
||||
|
||||
<autopilot>
|
||||
<config>
|
||||
<min-climb-speed-kt type="float">70.0</min-climb-speed-kt>
|
||||
|
|
|
@ -30,6 +30,12 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
|||
<path>Aircraft/c310/Models/cessna310r.ac</path>
|
||||
</model>
|
||||
</sim>
|
||||
|
||||
<controls>
|
||||
<magnetos n="0">3</magnetos>
|
||||
<magnetos n="1">3</magnetos>
|
||||
</controls>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
|
|
@ -32,6 +32,11 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
|||
</model>
|
||||
</sim>
|
||||
|
||||
<controls>
|
||||
<magnetos n="0">3</magnetos>
|
||||
<magnetos n="1">3</magnetos>
|
||||
</controls>
|
||||
|
||||
<autopilot>
|
||||
<config>
|
||||
<min-climb-speed-kt type="float">100.0</min-climb-speed-kt>
|
||||
|
|
Loading…
Reference in a new issue