Killing Floor 2 Ranked Patch
Go to file
2024-02-27 22:38:23 +03:00
kf2-ranked-patch feat: add XP for custom weapons/zeds 2021-04-16 01:36:46 +03:00
LICENSE Add license 2024-01-23 22:45:04 +03:00
README.md Update README.md 2024-02-27 22:38:23 +03:00

KF2-Ranked-Patch

Makes kf2 server ranked

Use of this patch violates the KF2 EULA provisions that prohibit disassembling or modifying game files.
If this is a problem for you, use SafeMutLoader, which is completely legal.

Dependencies

  • any GNU/Linux OS;
  • dd, readelf, hexdump;
  • Killing Floor 2 server.

Usage

  1. install dependencies (dd, readelf, hexdump) using your OS's package manager;
  2. copy kf2-ranked-patch to your server;
  3. make it executable: chmod +x kf2-ranked-patch;
  4. run it like this: ./kf2-ranked-patch <path_to_KFGameSteamServer.bin.x86_64>.

Notes

  • Game updates and integrity checks replace the executable file (KFGameSteamServer.bin.x86_64) with original one, so after these events the patch must be applied again.