Aircraft-set.xml: Difference between revisions

Jump to navigation Jump to search
Line 352: Line 352:
==== Performance and Flight-planning ====
==== Performance and Flight-planning ====


From FlightGear 2018.3.0 onwards, it's possible to include additional data to improve user feedback and flight-plan creation. Note this information lives under the top-level <code>aircraft</code> tag, not under <code>sim</code> as all the content above does.
From FlightGear 2018.3.0 onwards, it's possible to include additional data to improve user feedback and flight-plan creation. Note this information lives under the top-level <code>aircraft</code> tag, and '''not''' under <code>sim</code> as all the content above does.


<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
<aircraft>
<aircraft>
<icao>
  <icao>
<!-- L = light, M = medium, H = heavy, J = jumbo -->
    <wake-turbulence-category>M</wake-turbulence-category>  <!-- L = light, M = medium, H = heavy, J = jumbo -->
<wake-turbulence-category>M</wake-turbulence-category>  
    <type type="string">B738</type> <!-- eg B738, C172, BE9L -->
<!-- eg B738, C172, BE9L -->
    <!-- ICAO equipment string  -->
<type type="string">B738</type>
    <equipment type="string">SDFGY</equipment>
<!-- ICAO equipment string  -->
    <!-- ICAO surveillance string  -->
<equipment type="string">SDFGY</equipment>
    <surveillance type="string">S</surveillance> <!-- mode-S transponder -->
<!-- ICAO surveillance string  -->
  </icao>
<surveillance type="string">S</surveillance> <!-- mode-S transponder -->
</icao>
</aircraft>
</aircraft>
</syntaxhighlight>
</syntaxhighlight>
580

edits

Navigation menu