Aircraft rating system: Difference between revisions

m
no edit summary
No edit summary
mNo edit summary
Line 57: Line 57:
=== Encoding the rating ===
=== Encoding the rating ===


The ratings can be encoded in the -set.xml file for the aircraft, as follows.
The ratings can be encoded in the -set.xml file for the aircraft, under <sim> as follows.
  <nowiki>
  <nowiki>
<status>early production</status>
<status>early production</status>
Line 63: Line 63:
  <FDM type="int">5</FDM>
  <FDM type="int">5</FDM>
  <systems type="int">4</systems>
  <systems type="int">4</systems>
<cockpit type="int">3</cockpit>
  <model type="int">3</model>
  <model type="int">3</model>
<cockpit type="int">3</cockpit>
</rating>
</rating>
  </nowiki>
  </nowiki>