n2soc

Crates.ion2soc
lib.rsn2soc
version0.1.0
sourcesrc
created_at2023-07-27 01:14:12.406231
updated_at2023-07-27 01:14:12.406231
descriptionNioh 2 save data ownership converter
homepage
repositoryhttps://github.com/TMSTB/n2soc
max_upload_size
id926986
size50,043
Miranquil (miranquil)

documentation

README

n2soc

Nioh 2 save data ownership converter

Usage

Usage: n2soc --user-data <USER_DATA> --progress-data <PROGRESS_DATA>

Options:
  -u, --user-data <USER_DATA>          Path of save data of your user
  -p, --progress-data <PROGRESS_DATA>  Path of save data of game progress
  -h, --help                           Print help
  -V, --version                        Print version

Example

Asserting my/SAVEDATA.BIN is a save data of your own(which contains your ID info), and download/SAVEDATA.BIN is an all-cleared save data you downloaded from community.

Surely you want to import this all-cleared data as your own to play build tests.

n2soc -u my/SAVEDATA.BIN -p download/SAVEDATA.BIN

On Windows you may execute:

n2soc.exe -u my\SAVEDATA.BIN -p download\SAVEDATA.bin

Then you will find imported data under OUTPUT directory.

Commit count: 2

cargo fmt