Logiciel d’extraction compression de fichier npk utiliser par les jeux utilisant le moteur Mware. Basée sur le projet github MwareTools
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-14 18:28:02 +02:00
src improve logging + reduced entry size + aes chunking 2026-08-14 17:25:46 +02:00
.gitignore remove root building 2026-08-14 17:43:24 +02:00
build.zig remove root building 2026-08-14 17:43:24 +02:00
build.zig.zon switch to zli + small reduction of memory footprint 2026-07-10 10:05:10 +02:00
LICENSE add readme + LICENSE 2026-08-14 18:17:06 +02:00
README.md correct url link README 2026-08-14 18:28:02 +02:00

This project allow to extract and create npk file for the Mware engine. It is a rewrite in zig of part of the MwareStuff projoect that cam be found here

Compiling

You need to have zig 16.0 installed you then just have to type the following :

zig build

Run

To extract a npk the command is :

zig-out/bin/npk3_packer extract  -f file.npk -d dir/ --key  51831a9e69efa85ee6c551c208db1804b437502356ae1f5e29b12888403e78a8

To create a npk the command is :

zig-out/bin/npk3_packer compress  -f file.npk -d dir/ --key  51831a9e69efa85ee6c551c208db1804b437502356ae1f5e29b12888403e78a8 --iv fb1632e84be94ed12cbc4e344add01a0