An open API service indexing awesome lists of open source software.

https://github.com/InsultingPros/CustomServerDetails

Allows to color, rename, edit other server infos, print game states (aka WIPE, WIN, LOBBY, etc) and players states (DEAD, SPECTATING, etc).
https://github.com/InsultingPros/CustomServerDetails

killing-floor mutator unrealscript whitelisted

Last synced: about 1 year ago
JSON representation

Allows to color, rename, edit other server infos, print game states (aka WIPE, WIN, LOBBY, etc) and players states (DEAD, SPECTATING, etc).

Awesome Lists containing this project

README

          

# Custom Server Details

[![GitHub all releases](https://img.shields.io/github/downloads/InsultingPros/CustomServerDetails/total)](https://github.com/InsultingPros/CustomServerDetails/releases)

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.

If you want to add additional variables into server info, check [Custom Server Details Extension](https://github.com/InsultingPros/CustomServerDetailsExtension).

## Installation

> **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=CustomServerDetails.CSDMasterServerUplink
```

## Building

Use [KF Compile Tool](https://github.com/InsultingPros/KFCompileTool) for easy compilation.

```ini
EditPackages=CustomServerDetails
```

## Config Files

Define your custom tags and add them in `infoblocks`. Just check the [CustomServerDetails.ini](Configs/CustomServerDetails.ini 'main config') for reference.

For default `serverinfo` keys:

![img](Docs/media/Default_KF_Keys.png)

## Steam workshop