rott/kf_sources/KFPatcher
2026-07-14 20:27:09 +07:00
..
Classes Prepare fixtures 2026-07-14 20:27:09 +07:00
Configs Prepare fixtures 2026-07-14 20:27:09 +07:00
Docs Prepare fixtures 2026-07-14 20:27:09 +07:00
index.html Prepare fixtures 2026-07-14 20:27:09 +07:00
LICENSE Prepare fixtures 2026-07-14 20:27:09 +07:00
ReadMe.md Prepare fixtures 2026-07-14 20:27:09 +07:00

KF Patcher Project

Goal

This is an attempt to fix most game breaking bugs and log spam in Killing Floor 1. And some additional features to make some utility mutators 'OBSOLOTE' 😇

You can check the To-Do and Feature List for more details.

Internals

At the moment of 29.07.2020 consists of 1 package and 1 config file that allows you to choose what fixes to enable.

Package contains:

  • A simple mutator which uses CoreAPI functionality to hooks functions.
  • stub's that extend the very most child class of target. E.G. stubPC contains fixes for controllers and it extends KFPlayerController_Story.

Dependancies

At the moment of 29.07.2020 only from CoreAPI.

Use KFCmdlet and it's batches for easy compilation.

EditPackages=COREAPI
EditPackages=KFPatcher