Project
Back to projects
A character wearing castle-shaped armor in Alganon

Script

Alganon PAK Extractor

A Python utility for extracting the two PAK archive formats found in Alganon.

Status
Available

Overview


Alganon PAK Extractor handles both .pak formats I found in the game. Most of the data uses QOLPAK10, while a few archives are regular ZIP files with the same .pak extension.

Prerequisites


The extractor requires Python 3.6 or newer. It only uses modules included with Python.

Usage


Pass the archive first, followed by the directory where you want its contents written:

1
python .\alganon_pak.py .\Data.pak .\Data_extracted

Compatibility


The script covers the two formats I found in Alganon: QOLPAK10 archives using QuickLZ 1.5 level 3, and regular ZIP files that also happen to use the .pak extension.