Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.3 KB

README.md

File metadata and controls

38 lines (32 loc) · 1.3 KB

CompressPak

A batch script to re-compress pak files

Usage

  • Install this script into the root folder of your UE4 editor installation
    (or download and specify CustomRoot from the script file to point to the correct path)
  • Drag and drop a PAK file onto this script from the Windows Explorer
    (Note: this will overwrite the original file by default)
  • Use the script as follows:

re-compress a single pak file

CompressPak.bat [Options]

uncompress a single pak file

CompressPak.bat -u [Options] ```

Options:

-s
Silent mode - Prevent any status message
-o
Overwrite - force to overwrite the original file
-f
Force - If option -o is not given, this will force to overwrite the new file if existing
-u
Uncompress - Uncompress the pak file instead of re-compressing it
-n=<NUMBER>
-n <NUMBER>
Network version - sets/overwrites the network version of the pak file

License

Available under the MIT license.

Author

RattleSN4K3