SkillAgentSearch skills...

KFRedirectTool

Best redirect file tool for KF1.

Install / Use

/learn @InsultingPros/KFRedirectTool
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.
  • Cross-platform - 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 - core library for all other crates.
  • kfuz2_cli - CLI application for compressing-decompressing UE2 based game files.
  • kfuz2_egui - gui application based on egui.
<picture> <source media="(prefers-color-scheme: dark)" srcset="./docs/media/egui_dark.png"> <source media="(prefers-color-scheme: light)" srcset="./docs/media/egui_light.png"> <img alt="Fallback image description" src="./docs/media/egui_dark.png"> </picture>

Building

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

Testing

We are testing the CLI application, so it is required to limit the execution to 1 thread.

cargo test --locked -- --test-threads 1

Related Skills

View on GitHub
GitHub Stars9
CategoryDevelopment
Updated2d ago
Forks2

Languages

Rust

Security Score

90/100

Audited on Mar 30, 2026

No findings