NoMansSky:Creating Mods From MBINs: Difference between revisions

From Step Mods | Change The Game
No edit summary
Line 11: Line 11:
* Hex Workshop (paid)
* Hex Workshop (paid)
* HexEdit (mac only?)
* HexEdit (mac only?)
MBIN Files are all using little indian byte order.


{{NMSPageClose}}
{{NMSPageClose}}
[[Category:No Man's Sky]][[Category:NMS-Tutorial]]
[[Category:No Man's Sky]][[Category:NMS-Tutorial]]

Revision as of 20:48, July 30, 2020

Template:TOC right

Mod Creation by Hex Editing MBINs[edit | edit source]

If the MBIN you want to edit is not supported by MBinCompiler (yet) after NMS updates you can still change the MBin files by using a hex editor. The MBINs store the game values in a binary serialized form. In order to update a mod you can use a binary comparison so that both the old version MBIN values and the old modded MBIN values can be compared. Then you can apply the changes you have detected to new original MBIN. Sometimes values have shifted and you need to recognize the patterns by human eye.

Here is a HexEditor tool list:

  • 010 (paid, with 30 day trial)
  • HxD (freeware, proprietary)
  • Hex Editor Neo (free, has paid versions)
  • Hex Workshop (paid)
  • HexEdit (mac only?)

MBIN Files are all using little indian byte order.

Template:NMSPageClose