Sifu Modding Wiki
DiscordGithub
  • 👋Welcome!
  • modding:sifu
    • Getting Started
      • Extracting Game Files
      • Creating Your First Mod
      • Making your .PAK / Mod
    • Information
    • File types and hierarchy
  • modding:tools
    • UnrealPak
    • UAssetGUI
    • UAssetAPI
    • Unreal Engine 4.26
    • UModel
    • Wwiseutil-gui
  • modding:tutorials
    • Community Tutorials
      • Rigging Player Model for Sifu [Blender]
      • How To Fix Old Combotrees/Moveset (After Summer Update)
      • How To Create Aging Hair
    • Model Swapping
    • Mesh Modding
    • Sound Modding
    • Moveset Modding
    • Map Modding
    • Blueprint Modding
    • Animation Swapping
    • Add more outfits to the closet
  • Help
    • Community
    • FAQ
Powered by GitBook
On this page
  • Download
  • How to extract a .PAK file?
  • How to create a .PAK file?
  1. modding:tools

UnrealPak

PreviousFile types and hierarchyNextUAssetGUI

Last updated 2 years ago

Tool to extract game files or create .PAK files for mods.

Download

How to extract a .PAK file?

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.

How to create a .PAK file?

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.

11MB
Unreal Pak Extracter and Creator.zip
archive