fparkan/packer
Valentin Popov afe1aa538e
Added a README for the packer
Signed-off-by: Valentin Popov <valentin@popov.link>
2024-01-08 01:39:12 +04:00
..
src Finished the algorithm for packing and unpacking files 2024-01-06 03:48:19 +04:00
Cargo.toml Перенос наработок в новый репозиторий 2023-09-17 02:35:58 +04:00
README.md Added a README for the packer 2024-01-08 01:39:12 +04:00

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.