Reply To: Modding Limitations
No Man’s Sky Mods › Forums › Modding Help › Modding Limitations › Reply To: Modding Limitations
August 24, 2016 at 8:19 pm
#164932

Participant
the .pak files can be unpacked.
that gives us freedom to modify ressources.
we can also decompile some but not all .mbin files that gives us access to properties.
and someone is working on NMSE which is basicly SKSE for NMS. if this tool is ready we can program more complex mods because it allowas you inject code into the game.
Im working on an IDE for Mod creators right now to make their work a little bit more easy.