511 client fix and a config to make the version warning a popup

This commit is contained in:
Emmett Gaines
2017-11-15 05:39:25 -05:00
committed by CitadelStationBot
parent 809951c56c
commit ab21f8d5ed
4 changed files with 36 additions and 6 deletions

View File

@@ -329,7 +329,9 @@ AUTOADMIN_RANK Game Master
## This allows you to configure the minimum required client version, as well as a warning version, and message for both.
## These trigger for any version below (non-inclusive) the given version, so 510 triggers on 509 or lower.
## These messages will be followed by one stating the clients current version and the required version for clarity.
## If CLIENT_WARN_POPUP is uncommented a popup window with the message will be displayed instead
#CLIENT_WARN_VERSION 511
#CLIENT_WARN_POPUP
#CLIENT_WARN_MESSAGE Byond released 511 as the stable release. You can set the framerate your client runs at, which makes the game feel very different and cool. Shortly after its release we will end up using 511 client features and you will be forced to update.
CLIENT_ERROR_VERSION 511
CLIENT_ERROR_MESSAGE Your version of byond is not supported. Please upgrade.