NoMansSky:Tutorials/Running NMS in Unpacked Mode: Difference between revisions

From Step Mods | Change The Game
Line 10: Line 10:
== Moving Files ==
== Moving Files ==
# Unpack all the assets (NMS/GAMEDATA/PCBANKS/*.pak) to a new folder (eg, NMS/UNPACKED)
# Unpack all the assets (NMS/GAMEDATA/PCBANKS/*.pak) to a new folder (eg, NMS/UNPACKED)
# Move all the *.pak files and the BankSignatures.bin file from PCBANKS to a backup location like NMS/PCBANKS-BACKUP. (A warning will display at game launch if BankSignatures.bin files are still in PCBANKS folder.)
# Move all the *.pak files and the BankSignatures.bin file from PCBANKS to a backup location like NMS/PCBANKS-BACKUP. (A warning will display at game launch if BankSignatures.bin files are still in PCBANKS folder)
# The NMS/GAMEDATA/PCBANKS/ folder should now only contain:
# The NMS/GAMEDATA/PCBANKS/ folder should now only contain your MODS folder (if you created it) and eventualy the DISABLEMODS.txt file
#: <code>PCBANKS/Mods/</code> folder (if you have created it)
#: <code>PCBANKS/ENABLEMODS.txt</code> (or DISABLEMODS.txt if you have not renamed it)
# Delete everything in the GAMEDATA folder, EXCEPT the PCBANKS folder. It's all generated files that will be recreated once you run the game. There should be nothing in there but PCBANKS.
# Delete everything in the GAMEDATA folder, EXCEPT the PCBANKS folder. It's all generated files that will be recreated once you run the game. There should be nothing in there but PCBANKS.
# Move all the unpacked assets from NMS/UNPACKED into NMS/GAMEDATA. It should look like:
# Move all the unpacked assets from NMS/UNPACKED into NMS/GAMEDATA. It should look like:
Line 26: Line 24:
</pre>
</pre>


That's it. You should be good to go. If the game won't start, you've done something wrong. Try restoring your game to run in packed mode and start again.<br>
That's it. You should be good to go.<br>
If the game won't start, you've done something wrong. Try restoring your game to run in packed mode and start again.<br>
A common problem people have is placing the assets in the PCBANKS folder instead of directly in the GAMEDATA folder. Unpacked assets must be in GAMEDATA, not PCBANKS.
A common problem people have is placing the assets in the PCBANKS folder instead of directly in the GAMEDATA folder. Unpacked assets must be in GAMEDATA, not PCBANKS.
You can still put packed mods in the PCBANKS/Mods/folder though.
You can still put packed mods in the PCBANKS/Mods/folder though.<br>


For testing, unpacked mods should be merged into GAMEDATA (keep backups of the originals for your own convenience!)
For testing, unpacked mods should be merged into GAMEDATA (keep backups of the originals for your own convenience!)

Revision as of 16:05, January 9, 2023

Nomanssky flare.png

Running NMS in Unpacked Mode

Introduction

No Man's Sky has all its assets commpressed into files, the .pak files. So to add a mod, we need to extract pak files, convert them to final files, edit the files and do the reverse.
It's possible though to run No Man's Sky with all of the assets unpacked. This makes it easier for modding as you don't have to repack your mods every time you want to test, just directly edit the files. It may also make game loading a bit faster.

Info-Logo.png

NOTE

If you are not yet familiar with NMS modding, then I suggest you get yourself familiar with the general process of modding NMS before running the game unpacked

Moving Files

  1. Unpack all the assets (NMS/GAMEDATA/PCBANKS/*.pak) to a new folder (eg, NMS/UNPACKED)
  2. Move all the *.pak files and the BankSignatures.bin file from PCBANKS to a backup location like NMS/PCBANKS-BACKUP. (A warning will display at game launch if BankSignatures.bin files are still in PCBANKS folder)
  3. The NMS/GAMEDATA/PCBANKS/ folder should now only contain your MODS folder (if you created it) and eventualy the DISABLEMODS.txt file
  4. Delete everything in the GAMEDATA folder, EXCEPT the PCBANKS folder. It's all generated files that will be recreated once you run the game. There should be nothing in there but PCBANKS.
  5. Move all the unpacked assets from NMS/UNPACKED into NMS/GAMEDATA. It should look like:
NMS/GAMEDATA/AUDIO/
NMS/GAMEDATA/FONTS/
.. etc
NMS/GAMEDATA/PCBANKS/
.. etc
NMS/GAMEDATA/GCAISPACESHIPGLOBALS.GLOBAL.MBIN
.. etc

That's it. You should be good to go.
If the game won't start, you've done something wrong. Try restoring your game to run in packed mode and start again.
A common problem people have is placing the assets in the PCBANKS folder instead of directly in the GAMEDATA folder. Unpacked assets must be in GAMEDATA, not PCBANKS. You can still put packed mods in the PCBANKS/Mods/folder though.

For testing, unpacked mods should be merged into GAMEDATA (keep backups of the originals for your own convenience!)