Aircraft-set.xml: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 76: Line 76:


XML file header and opening <code>&lt;PropertyList&gt;</code> and <code>&lt;sim&gt;</code> tags
XML file header and opening <code>&lt;PropertyList&gt;</code> and <code>&lt;sim&gt;</code> tags
==== Name & Description ====


<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
Line 102: Line 104:


<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
   <minimum-flightgear-version>4.0.0</minimum-flightgear-version>
   <minimum-fg-version>4.0.0</minimum-fg-version>
</syntaxhighlight>
</syntaxhighlight>
{{Main article|FlightGear Version Check}}
{{Main article|FlightGear Version Check}}


Minimum FlightGear version required for this aircraft [http://forum.flightgear.org/viewtopic.php?f=4&t=28010&p=264797#p264788], note that this is a "soft" requirement - i.e. it will not terminate fg or trigger an error, but only show a warning in the console/fg window using a Nasal script that checks if the property is set. This is mainly intended to make compatibility issues more obvious, i.e. end-users downloading new aircraft and wanting to use them in conjunction with an old version of FlightGear, which is causing quite a bit of workload on the support forum.
Minimum FlightGear version required for this aircraft [http://forum.flightgear.org/viewtopic.php?f=4&t=28010&p=264797#p264788], note that this is a "soft" requirement - i.e. it will not terminate fg or trigger an error, but only show a warning in the console/fg window using a Nasal script that checks if the property is set. This is intended to make compatibility issues more obvious, i.e. end-users downloading new aircraft and wanting to use them in conjunction with an old version of FlightGear, which is causing quite a bit of workload on the support forum.
We are hoping to also display this info in the [[About dialog]]
-->
-->
==== Ratings ====
<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
   <rating>
   <rating>
Line 119: Line 123:


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.   
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.   
==== Authors & Maintainers ====


<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
580

edits

Navigation menu