Skip to content

Latest commit

 

History

History

unreal_pak_cli

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

unreal_pak_cli

Documentation Crates.io Build status License: MIT

CLI for working with Unreal Engine .pak files.

Installation

Install using cargo

cargo install unreal_pak_cli

Usage

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

Compatibility

See the Compatibility of unreal_pak for what .pak versions and features are supported.