Skip to content

arktribe

Roland Firmont edited this page Sep 7, 2016 · 2 revisions

ArkTribe

This fileformat contains the following sections in exactly this order

  • Header
  • Object list
  • Additional Data (properties + other data)

Header

Fields

  • Int32 version - always 1 for this version

Object list

The main tribe object will be an instance of the class PrimalTribeData

Fields

  • Int32 count - number of objects
  • For 1..count
    • Object object

Additional Data

Contains multiple chunks of data, propertiesOffset is an offset from the beginning of this file into this section.

Content of each chunk

  • List of properties, terminated by a "None" property
  • Int32 zero - 0
  • Possibly additional data, depending on structGuid
Clone this wiki locally