KF2-Ranked-Patch/README.md

21 lines
885 B
Markdown
Raw Normal View History

2023-02-11 20:40:32 +00:00
# KF2-Ranked-Patch
Makes kf2 server ranked
2024-02-27 19:36:41 +00:00
## Legal
Use of this patch violates the [KF2 EULA](https://store.steampowered.com/eula/232090_eula_0) provisions that prohibit disassembling or modifying game files.
If this is a problem for you, use [SafeMutLoader](https://github.com/GenZmeY/KF2-SafeMutLoader/), which is completely legal.
## Dependencies
- any GNU/Linux OS;
- dd, readelf, hexdump;
- Killing Floor 2 server.
2023-02-11 20:40:32 +00:00
2024-02-27 19:36:41 +00:00
## Usage
2023-02-11 20:40:32 +00:00
- install dependencies (dd, readelf, hexdump) using your OS's package manager
- copy [kf2-ranked-patch](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>`
2024-02-27 19:36:41 +00:00
## 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