===================== Brutus ServerAds ServerActor Author: FZFalzar of Brutus.SG Modded Servers (http://www.brutus.sg) Broadcasts messages at an interval with support for miscellaneous information like Server Name, Date/Time etc. More in the Readme ===================== Usage: Unzip BRTSServerAds.u to: %server_root%\killingfloor2\KFGame\BrewedPC\ Unzip KFBRTSServerAds.ini to: %server_root%\killingfloor2\KFGame\Config\ Edit %server_root%\killingfloor2\KFGame\Config\PCServer-KFGame.ini: ServerActors=IpDrv.WebServer ServerActors=BRTSServerAds.BRTSServerAds --------------------------------------------------------------------------- Specifying messages: You can add a new message to be broadcast inside the ini. e.g [BRTSServerAds.BRTSServerAds] ServerAdsList=Your Message Here More examples can be found with the default ini included. --------------------------------------------------------------------------- Wildcards: The serveractor has a list of wildcards you can use to draw out information for display within your messages. With future updates, more wildcards will be added. Example: ServerAdsList=Players: {PLAYERCOUNT}/{SERVERSLOTS} this will show -> Players: 1/6 #NOTE# - These wildcards are case sensitive! - bUse24HrFormat controls whether to use 24 or 12 hour format. If 24hr is used, AM/PM will be blank. Use 12hr if you wish to use AM/PM wildcard {SERVERNAME} - Returns server name as seen on the server browser {DAY} - Returns server time (Day) > 1-31 {MTH} - Returns server time (Month) > 1-12 {YR} - Returns server time (Year) > XXXX {HR} - Returns server time (Hour) > 00-23 {MIN} - Returns server time (Min) > 00-59 {SEC} - Returns server time (Second) > 00-59 {AMPM} - Returns AM/PM (refer to NOTE) {SDAY} - Returns day as its respective name e.g Monday, Wednesday {SMTH} - Returns month as its respective name e.g January, February {MAPNAME} - Returns current map name {PLAYERCOUNT} - Returns number of players currently on the server {SERVERSLOTS} - Returns number of slots the server has