2 items

File information

Last updated

Original upload

Created by

7H3LaughingMan

Uploaded by

7H3LaughingMan

Virus scan

Safe to use

Tags for this mod

About this mod

A simple tool meant to assist with creating .pak file

Share
Permissions and credits
A rather simple application that is designed to help create the necessary `.pak` files to assist with creating mods for Kingdom Come Deliverance 2.

Instructions

If you use the installer you can use this tool by right-clicking on your mod's folder and selecting the "PAK Mods" option. If your right-click context menu doesn't look like this you are using the new one and will have to click on "Show more options" to see the old menu. On newer versions of Windows you can go directly to the old menu by holding Shift and right-clicking.



If you are using the standalone application or don't want to use the right-click menu you can instead drag and drop your mod's folder onto the application itself.

Logic

This tool uses the below logic to determine how to pak your files.

1. It checks that you have a `mod.manifest` in the folder and contains a `<modid></modid>`.
2. It packages everything in `.\Data\*` , except for `.\Data\Levels\*`, into `.\Data\modid.pak`.
3. It packages everything in `.\Localization\**\*` into `.\Localization\**.pak`.
4. It packages everything in `.\Data\Levels\**\*` into `.\Data\Levels\**\modid.pak`

GitHub Repository