KF UZ2 is yet another compressor-decompressor designed for UE2-based games, offering a few notable features:
- Supports all Unreal Engine 2 based games, but provides additional checks for KF1 files.
- Works on 64-bit Linux, MacOS, Windows.
- Does not require game DLLs or
UCC.exe
. - Boasts the fastest file processing speed compared to other available compressors, thanks to the use of zlib-rs.
This project consists of:
- kfuz2_lib - blazing fast, core library for all other crates.
- kfuz2_cli - cross-platform CLI application for compressing-decompressing UE2 based game files.
- kfuz2_egui - gui application based on egui.
Just a simple cargo build --release
, but for your linux distribution you may install libgtk-3-dev
, (to compile part of egui).