Skip to content

Commit

Permalink
Formally update the BYOND version requirements in the config (and in …
Browse files Browse the repository at this point in the history
…dependencies) (#2362)

Pulled from <tgstation/tgstation@17c799f>. The lootpanel changes are irrelevant, hence the manual changes rather than a cherry-pick.
  • Loading branch information
LikeLakers2 authored Jun 26, 2024
1 parent 9e6a741 commit f65128b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .tgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: 1
# The BYOND version to use (kept in sync with dependencies.sh by the "TGS Test Suite" CI job)
# Must be interpreted as a string, keep quoted
byond: "515.1633"
byond: "515.1637"
# Folders to create in "<instance_path>/Configuration/GameStaticFiles/"
static_files:
# Config directory should be static
Expand Down
12 changes: 6 additions & 6 deletions config/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -362,14 +362,14 @@ AUTOADMIN_RANK Game Master
## 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_BUILD 1421
#CLIENT_WARN_VERSION 515
#CLIENT_WARN_BUILD 1635
#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_WARN_MESSAGE Byond released 515 as the stable release. This comes bundled with a host of niceties, including image generation for UIs and :: operators.
CLIENT_ERROR_VERSION 515
CLIENT_ERROR_MESSAGE Your version of byond is not supported. Please upgrade.
## The minimum build needed for joining the server, if using 512, a good minimum build would be 1421 as that disables the Middle Mouse Button exploit.
CLIENT_ERROR_BUILD 1421
## The minimum build needed for joining the server.
CLIENT_ERROR_BUILD 1590

## TOPIC RATE LIMITING
## This allows you to limit how many topic calls (clicking on an interface window) the client can do in any given game second and/or game minute.
Expand Down
2 changes: 1 addition & 1 deletion dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# byond version
export BYOND_MAJOR=515
export BYOND_MINOR=1633
export BYOND_MINOR=1637

#rust_g git tag
export RUST_G_VERSION=3.1.0
Expand Down

0 comments on commit f65128b

Please sign in to comment.