UnrealPak
Last updated
Last updated
Tool to extract game files or create .PAK files for mods.
Make a copy of your game’s .pak file found in [PATH-TO-GAME]\Sifu\Content\Paks
. Download and unzip the Unreal Pak Extracter And Creator.zip to its own folder. Drag the .pak file you copied onto extractPak.bat from the .zip above.
You will find the extracted pak with the game files in the "extractedPaks" folder.
Organize your mod folder to contain any modified files in the same form as they are in the game .pak. Example: If you are modifying files in /Sifu/Content/DB/
, your mod should contain those modified files within /MYMODNAME/Sifu/Content/DB/
Use the UnrealPak tool linked above. Drag and drop your modfolder onto createPak.bat to convert your mod into a .pak for use in the game. In addition, the .bat will also create the .sig file that is needed for Sifu.
After that, put your newly created .PAK and .SIG files in the [PATH-TO GAME]\Sifu\Content\Paks\~mods
folder.