A batch script to re-compress pak files
- Install this script into the root folder of your UE4 editor installation
(or download and specifyCustomRoot
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:
CompressPak.bat [Options]
CompressPak.bat -u [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
Available under the MIT license.
RattleSN4K3