Aircraft-set.xml: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 114: Line 114:
   <model type="int"><!-- 1..5 --></model>
   <model type="int"><!-- 1..5 --></model>
   </rating>
   </rating>
  <!-- or -->
  <status></status>
</syntaxhighlight>
</syntaxhighlight>


Either the aircraft rating or development status.  The aircraft ratings uses the the criteria outlined in the article [[Aircraft rating system]], that gives a reasonably objective rating based on the availability and quality of various aspects of the aircraft.  The aircraft rating system has been available since about FlightGear 2.0.  The development status usually is either of ''Alpha'', ''Beta'', ''Production'' or ''Stable'', in essence the developments statuses often used in software development.
The aircraft rating, useing the the criteria outlined in the article [[Aircraft rating system]], that gives a reasonably objective rating based on the availability and quality of various aspects of the aircraft.   
 
When using the aircraft rating system, a development status is applied automatically based on the ratings.


<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
  <!-- old / simple style -->
   <author><!-- Name of author (development area), Name of author (development area), etc. --></author>
   <author><!-- Name of author (development area), Name of author (development area), etc. --></author>
<!-- new in FlightGEar 2018.3.0 style -->
  <authors>
  <authors>
   <author n="0">
   <author n="0">
Line 133: Line 132:
       <name>Orville Wirght</name>
       <name>Orville Wirght</name>
       <description>model and sounds</description>
       <description>model and sounds</description>
      <email>orville@gmail.com</email>
     </author>
     </author>
  </authors>
  </authors>
580

edits

Navigation menu