KF2-Ranked-Patch/README.md
2024-02-27 22:36:41 +03:00

885 B

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

  • install dependencies (dd, readelf, hexdump) using your OS's package manager
  • copy kf2-ranked-patch to your server
  • make it executable: chmod +x kf2-ranked-patch
  • 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