Packing Tool for Pioneers of Pagonia
This project is not affiliated in any way with Envision Entertainment GmbH
PLPaker is a console application that is best used with PowerShell.
Here is an example: .\plpaker.exe unpack .\core.pak
Always use absolute or relative paths
usage: plpaker <command> <args> [<options>] [<parameters>]
commands:
list <pak> [<dir>] # Parse pak file and write pakinfo.json
unpack <pak> [<dir>] # Unpack pak file into the folder
pack <pakinfo> [<pak>] # Pack new pak file based on pakinfo.json
compress <file> <out> # Compress a file
decompress <file> <out> # Decompress a file
patch <pak> <out> <files> # Repack pak file with files to be replaced
options:
-c | --compress # Unpack/Pack compressed files
-d | --decompress # Unpack/Pack decompressed files
If no options are specified, all options are active, otherwise only the set ones.
parameters:
-s | --start # Start index: -s=38
-e | --end # End index: -e=1602
-f | --filter # Name filter: -f=gold
All parameters work on unpack and pack commands.
- Latest version: https://dl.pagonia.land/plpaker.zip
- MD5: https://dl.pagonia.land/plpaker.md5
- Readme: https://dl.pagonia.land/plpaker
Need help? - Please feel free to ask us on Discord
Please make a backup of the original pak file or simply copy it to the folder where this tool is located.
.\plpaker.exe unpack .\core.pak .\mod -f=system.ini
- Adjust game camera and speed:
mod\system.ini
.\plpaker.exe patch .\core.pak .\mod.pak .\mod\system.ini
- Replace
core.pak
in game folder withmod.pak
mkdir build
cd build
# debug
cmake ..
cmake --build . --parallel
And for an optimized version:
# release
cmake -D CMAKE_BUILD_TYPE=Release ..
cmake --build . --config Release --parallel
- C++23 compatible compiler
- CMake 3.26+
- argh Argh! A minimalist argument handler 3-clause BSD
- zlib A massively spiffy yet delicately unobtrusive compression library zlib
- json JSON for Modern C++ MIT
Use the issue tracker to report any bug or compatibility issue.
If you want to contribute, we suggest the following:
- Fork the official repository
- Apply your changes to your fork
- Submit a pull request describing the changes you have made
YOU USE MODS AT YOUR OWN RISK!
By installing Mods for Pioneers of Pagonia, you are changing the official game files and modifying your game experience from the original intended product developed and published by Envision Entertainment GmbH. Keep in mind that they won't be able to provide any official technical support for your game. Changing the files of your game can create bugs, cause instability of the game client or even damage your save file. This means that if anything goes wrong after applying Mods (like black screens or game crashes) the EE support team will not be able to help you until you reset all the changes.
Pioneers of Pagonia is a trademark of Envision Entertainment GmbH
Copyright (c) 2024 - Pagonia Land and contributors
Modding community project by Lava Block