# UnrealPak

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

### Download

{% file src="/files/JGl89N6XcQVPKDysBdEq" %}

### 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sifu-modding.gitbook.io/sifu-modding-wiki/modding-tools/unrealpak.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
