forked from emoose/MBINCompiler
-
Notifications
You must be signed in to change notification settings - Fork 50
MBIN Header Format v1
Xander edited this page Sep 2, 2018
·
2 revisions
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 |
Always "MBINCver". This is planned to be changed in the new format.
A version string in the format "XX.YY.ZZ" matching the MBINCompiler version that was used.
Not currently used.