CLI for working with Unreal Engine .pak
files.
Install using cargo
cargo install unreal_pak_cli
Usage: unreal_pak_cli.exe <COMMAND>
Commands:
check Check an entire .pak file if it is valid
check-header Only check the header of a .pak file if it is valid
extract Extract a .pak file to a directory
create create a new .pak file from the files from a directory, optionally disabling compression
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
-V, --version Print version
Also available under
unreal_pak_cli -h
See the Compatibility of unreal_pak for what .pak
versions and features are supported.