https://github.com/cheatfreak47/nmsresign
Create No Man's Sky BankSignitures.bin files
https://github.com/cheatfreak47/nmsresign
Last synced: 10 months ago
JSON representation
Create No Man's Sky BankSignitures.bin files
- Host: GitHub
- URL: https://github.com/cheatfreak47/nmsresign
- Owner: cheatfreak47
- License: gpl-3.0
- Created: 2024-07-23T20:39:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-08T11:56:49.000Z (almost 2 years ago)
- Last Synced: 2025-03-02T02:45:27.651Z (over 1 year ago)
- Language: C#
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.XXTEA.md
Awesome Lists containing this project
README
# NMS Resign
### Forked from [NMSResign](https://www.nexusmods.com/nomanssky/mods/1565) by stk25/emoose on NexusMods.
##
This tool can recreate the BankSignatures.bin file for you based on your own NMSARC.pak files, which stops the game from showing any "File Tamper Warning" message.
I have updated it with some functionality changes and to fix a bug.
#### Usage
Place the executable in the PCBANKS folder or on PATH. Use the program from the command line or reference it in a script.
`-decrypt`: Decrypts a .bin file to a .dec file.
`-encrypt`: Encrypts a .dec file to a .bin file.
`-createbin`: Creates a new encrypted bin file from the folder of pak files.
`-createdec`: Creates a new decrypted file bin.dec file from the folder of pak files.
`-help`: Displays a help message.
All commands now also accept a filename as an additional argument, although this is mostly for testing purposes.