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
.MBIN
file ontoMBINCompiler.exe
, and an.EXML
file will be produced in the same location as the source.MBIN
file. An entire folder can be dragged ontoMBINCompiler.exe
which will convert any.MBIN
files contained within the folder recursively. - Edit the
.EXML
file with a text editor such as Notepad++. - Drag the
.EXML
file ontoMBINCompiler.exe
, and an.MBIN
file will be produced in the same location as the source.EXML
file. You will be prompted to overwrite any previously existing files.
Command line
Coming soon!!