Aircraft metadata checklist: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 9: Line 9:
* Ensure any tags are from the official list of tags (in fgmeta tags.py)
* Ensure any tags are from the official list of tags (in fgmeta tags.py)
* Ensure the aircraft has a suitable name and description
* Ensure the aircraft has a suitable name and description
* For multi-variant aircraft, ensure the primary aircraft is a sensible choice (eg not a copilot or floats/skis variant)
* For multi-variant aircraft, ensure the primary aircraft is a sensible choice (eg not a copilot or floats/skis variant), and that other variants declare a 'variant-of' referencing the primary
 
In the primary: (eg in f16-block-52-set.xml)
<syntaxhighlight lang="xml">
<sim>
  <primary-set type="bool">true</primary-set>
</sim>
</syntaxhighlight>
 
In the variants: (eg in f16-block-10-set.xml)
<syntaxhighlight lang="xml">
<sim>
    <variant-of>f16-block-52</variant-of>
</sim>
</syntaxhighlight>
* Add new-style preview images
* Add new-style preview images
* Ensure the thumbnail is the correct size and follows the guidelines (not a logo, not a photograph)
* Ensure the thumbnail is the correct size and follows the guidelines (not a logo, not a photograph)
580

edits

Navigation menu