Skip to content

MBIN Header Format v1

Xander edited this page Sep 2, 2018 · 2 revisions

MBIN Header Format v1 (MBINCompiler)

See also:

Offset Size Type Name
0x0000 0x0004 byte[4] MagicID
0x0004 0x0004 uint32 FormatID
0x0008 0x0008 char[8] MbinTag
0x0010 0x0008 char[8] MbinVersion
0x0018 0x0040 char[64] TemplateName
0x0058 0x0008 byte[8] Reserved

MagicID:

Same as vanilla.

FormatID:

Same as vanilla.

MbinTag:

Always "MBINCver". This is planned to be changed in the new format.

MbinVersion:

A version string in the format "XX.YY.ZZ" matching the MBINCompiler version that was used.

TemplateName:

Same as vanilla.

Reserved:

Not currently used.