Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.4 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.4 KB

KF Redirect Tool

build_badge release_badge

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.

Crates

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.

Building

Just a simple cargo build --release, but for your linux distribution you may install libgtk-3-dev, (to compile part of egui).