Shipdata structure

From Elite Wiki
Revision as of 23:50, 3 February 2006 by 82.171.18.144 (talk) (extra info)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Every entity is defined by a key, followed by a <dict>ionary of the object's properties. Do not use '-'(minus symbol) in the entity title.

The structure of the shipdata.plist is as follows:
***XML-Header info***
<plist>
<dict>
  <key>my_object</key>
  <dict>
    (all property entries)
  </dict>
</dict>
</plist>

BACK