#unreal-engine #modding #ue4 #uasset #ue5

app unreal_pak_cli

Claimed for project being developed on https://github.com/AstroTechies/unrealmodding

1 unstable release

0.1.0 Feb 2, 2023

#11 in #unrealengine

Download history 14/week @ 2024-02-25 1/week @ 2024-03-10 19/week @ 2024-03-31 42/week @ 2024-04-14

61 downloads per month

MIT license

2KB

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.

No runtime deps