IndieMiao / ue4pak

ue4pak parses and extracts data from UE4 Pak files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ue4pak

ue4pak parses and extracts data from UE4 Pak files

Usage:
  ue4pak [command]

Available Commands:
  class-tree  Read paks and output their class trees
  extract     Extract provided asset paths
  help        Help about any command
  test        Test parse the provided paks

Flags:
      --colors       Force output with colors
  -h, --help         help for ue4pak
      --log string   The log level to output (default "info")
      --no-preload   Do not preload data (slower, but guaranteed to read)
  -p, --pak string   The path to pak file (supports glob) (required)

Use "ue4pak [command] --help" for more information about a command.

About

ue4pak parses and extracts data from UE4 Pak files

License:GNU General Public License v3.0


Languages

Language:Go 100.0%