-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,20 @@ | ||
# KF2-Ranked-Patch | ||
|
||
# Description | ||
Makes kf2 server ranked | ||
|
||
# Dependencies | ||
- any GNU/Linux OS | ||
- dd, readelf, hexdump | ||
- kf2 server | ||
## 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. | ||
|
||
# Usage | ||
## Usage | ||
- 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>` | ||
|
||
# Enable auto-patching | ||
If you are using [KF2-SRV](https://github.com/GenZmeY/KF2-SRV) then copy [kf2-ranked-patch](kf2-ranked-patch) to `/usr/share/kf2-srv/patch/` so that the server will automatically apply the patch after each update | ||
|
||
# Notes | ||
- need to patch `KFGameSteamServer.bin.x86_64` after every KF2 update | ||
## 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 |