![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.139 to 1.0.140. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.139...v1.0.140) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
NRes Game Resource Packer
At the moment, this is a demonstration of the NRes game resource packing algorithm in action. It packs 100% of the NRes game resources for the game "Parkan: Iron Strategy". The hash sums of the resulting files match the original game files.
Attention! This is a test version of the utility. It overwrites the specified final file without asking.
Building
To build the tools, you need to run the following command in the root directory:
cargo build --release
Running
You can run the utility with the following command:
./target/release/packer /path/to/unpack /path/to/file.ex
/path/to/unpack
: This is the directory with the resources unpacked by the unpacker utility./path/to/file.ex
: This is the final file that will be created.