forked from emoose/MBINCompiler
-
Notifications
You must be signed in to change notification settings - Fork 51
MBIN Format
Gaticus Hax edited this page Aug 19, 2018
·
5 revisions
MBIN Files use a binary data format to store different types of Game Components. It includes a 96-byte header structure that is common to all MBIN files as well as a data structure that is specific to the type of data template that is defined in the MBIN header.
There are approximately 1100 different data templates. Some are only used internally within other templates.
MBINCompiler re-purposes some of the data within the header that NMS doesn't actually use in the game.