Skip to content

Releases: cheatfreak47/NMSResign

NMSResign v1.0.2

Choose a tag to compare

@cheatfreak47 cheatfreak47 released this 08 Aug 11:56

This is a fork of NMS Resign by stk25/emoose that I wrote to add some functionality, fix a bug, and clean up its command line interface. I did this because I needed it to work properly for No Man's Sky World Part 1, which highlighted the bug to me. I figure- since I'm fixing the bug anyway I may as well make it a bit nicer to use via command line.

Anyway, it was needed for my script NMSDecompressinator.

Changes from the v1.0.1

  • Made it locale Indifferent to fix it failing on some Windows locales.

NMSResign v1.0.1

Choose a tag to compare

@cheatfreak47 cheatfreak47 released this 23 Jul 20:44
0510a90

This is a fork of NMS Resign by stk25/emoose that I wrote to add some functionality, fix a bug, and clean up its command line interface. I did this because I needed it to work properly for No Man's Sky World Part 1, which highlighted the bug to me. I figure- since I'm fixing the bug anyway I may as well make it a bit nicer to use via command line.

Anyway, it was needed for my script NMSDecompressinator.

Changes from the original:

  • no longer tries to find the game, just run it where it's needed... usually the PCBANKS folder
  • all functions are now bound to arguments. -createbin and -decrypt are the original functions, along with new functions -encrypt, -createdec, and -help. See the readme for details, but most functionality still comes from -createbin.
  • default behavior and invalid arguments call the help message
  • all functions can now accept a filename as an argument for testing or scripting purposes