Usage
If you are new to modding in NMS, check out the NMS Modding Wiki for how to get started before you continue with MBINCompiler.
The getting started guide can be found here.
MBINCompiler can be used in two ways; via command line, or by using drag-and-drop in Windows Explorer.
Drag-and-drop

- In one window have the files you wish to convert, and the other window have the folder containing
MBINCompiler.exe - Drag the
.MBINfile ontoMBINCompiler.exe, and an.EXMLfile will be produced in the same location as the source.MBINfile. An entire folder can be dragged ontoMBINCompiler.exewhich will convert any.MBINfiles contained within the folder recursively. - Edit the
.EXMLfile with a text editor such as Notepad++. - Drag the
.EXMLfile ontoMBINCompiler.exe, and an.MBINfile will be produced in the same location as the source.EXMLfile. You will be prompted to overwrite any previously existing files.
Command line
Coming soon!!