TES3: Difference between revisions

From OpenMW Wiki
Jump to navigation Jump to search
(TES3 sub-records details.)
 
mNo edit summary
Line 9: Line 9:
     4 bytes, long NumRecords (48227)
     4 bytes, long NumRecords (48227)
  MAST = string, variable length
  MAST = string, variable length
     Only found in ESP plugins and specifies a master file that the plugin
     Only found in ESP plugins and specifies a master file that the
     requires.  Can occur multiple times.  Usually found just after the TES3
     plugin requires.  Can occur multiple times.  Usually found just
    record.
    after the TES3 record.
  DATA = 8 Bytes  long64 MasterSize
  DATA = 8 Bytes  long64 MasterSize
     Size of the previous master file in bytes (used for version tracking of plugin).
     Size of the previous master file in bytes (used for version
    The MAST and DATA records are always found together, the DATA following the MAST record
    tracking of plugin). The MAST and DATA records are always found
    that it refers to.
    together, the DATA following the MAST record that it refers to.

Revision as of 16:18, 20 February 2013

Main Header Record, 308 bytes

TES3 record sub-records detail:

HEDR (300 bytes)
    4 bytes, float Version (1.2)
    4 bytes, long Unknown (1)
    32 Bytes, Company Name string
    256 Bytes, ESM file description?
    4 bytes, long NumRecords (48227)
MAST = string, variable length
    Only found in ESP plugins and specifies a master file that the
    plugin requires.  Can occur multiple times.  Usually found just
    after the TES3 record.
DATA = 8 Bytes  long64 MasterSize
    Size of the previous master file in bytes (used for version
    tracking of plugin). The MAST and DATA records are always found
    together, the DATA following the MAST record that it refers to.