TES3

From OpenMW Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Main Header Record

TES3 sub-records detail:

HEDR = 300 bytes, used as:
    4 bytes, float. Version.
    4 bytes, long. Unknown.
    32 bytes, string. Company Name.
    256 bytes, string. ESM file description.
    4 bytes, long NumRecords.
MAST = Variable length, string. Master file name.
    -- 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. Master file size.
    -- 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.

Go back to main esx page.