Skip to content
Shtoyan edited this page Aug 25, 2025 · 1 revision

Welcome!

KFCompileTool addresses one of the most tedious aspects of Killing Floor 1 mod development: the manual compilation and file management process:

  • Automates compilation process, while allowing you to keep your sources separated from KF1 client/dedicated server.
  • Supports hierarchical project directory structure, instead of keeping all files in one dump.
  • Supports compiling mods that depend on other mods.
  • Automatically copies compiled packages into your server's System directory.
  • Automatically creates compressed files.
  • Automatically generates localization files.
  • Automatically generates release directory that contains all files that are necessary for a public release.
  • And save a lot of time in process!

General Information

Configuration

Clone this wiki locally