From 86c0c596d157bb79e162e25f9e55708e60998715 Mon Sep 17 00:00:00 2001 From: Shtoyan Date: Thu, 13 Apr 2023 17:51:31 +0400 Subject: [PATCH] Add `CustomServerDetailsExtension` info. And cleanup. --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f646b70..f5fae54 100644 --- a/README.md +++ b/README.md @@ -4,24 +4,24 @@ Allows to color, rename, edit other server infos, print game states (aka WIPE, WIN, LOBBY, etc) and players states (DEAD, SPECTATING, etc). And you can add your own haiku's / custom key-infos. -> **N.B.** `Killingfloor.ini` -> [Engine.GameReplicationInfo] -> ServerName: set your NON colored server name here, to avoid weird characters in Steam server browser / gametrackers. +If you want to add additional variables into server info, check [Custom Server Details Extension](https://github.com/InsultingPros/CustomServerDetailsExtension). ## Installation -```cpp -`KillingFloor.ini` +> **Note** `Killingfloor.ini` -> [Engine.GameReplicationInfo] -> `ServerName`: set your NON colored server name here, to avoid weird characters in Steam server browser / gametrackers. + +```ini +KillingFloor.ini [Engine.GameEngine] -;ServerActors=IpDrv.MasterServerUplink +; ServerActors=IpDrv.MasterServerUplink ServerActors=CustomServerDetails.CSDMasterServerUplink ``` -## Building and Dependancies - -At the moment of 2021.03.27 there are no dependencies. +## Building Use [KF Compile Tool](https://github.com/InsultingPros/KFCompileTool) for easy compilation. -```cpp +```ini EditPackages=CustomServerDetails ```