NoMansSky:Creating Mods From MBINs: Difference between revisions

From Step Mods | Change The Game
(Created page with "__NOTITLE__ {{NMSPage|contentTitle=Tutorials // Mod Creation by Hex Editing MBINs}} {{TOC_right}} == Mod Creation by Hex Editing MBINs == If the MBIN you want to edit is not s...")
 
No edit summary
Line 13: Line 13:


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

Revision as of 22:56, July 29, 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?)

Template:NMSPageClose