/KFRedirectTool

Best redirect file tool for KF1.

Primary LanguageRustGNU General Public License v3.0GPL-3.0

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-ng.

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

For most part it's a simple cargo build --release, but some crates from dependencies require additional libraries:

  • Cmake to compile libz-sys.
  • libgtk-3-dev for your linux distribution, to compile part of egui.