From 2fb913b410a2f31b26a9807b2e9f3dfb65b1b018 Mon Sep 17 00:00:00 2001 From: Jamie D <993128+JamieD1@users.noreply.github.com> Date: Wed, 1 Sep 2021 14:28:12 +0100 Subject: [PATCH] 1566 (#12204) --- Dockerfile | 2 +- README.md | 2 +- code/_compile_options.dm | 4 ++-- config/config.txt | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2412cd0038f5..8eca83519e53 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM tgstation/byond:514.1565 as base +FROM tgstation/byond:514.1566 as base FROM base as build_base diff --git a/README.md b/README.md index 9feaeabeebc8..b7ed95448126 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ code tab of https://github.com/yogstation13/Yogstation (note: this will use a lot of bandwidth if you wish to update and is a lot of hassle if you want to make any changes at all, so it's not recommended.) -## The Yogstation codebase recommends compiling using version [514.1565](https://www.byond.com/download/build/514/514.1565_byond.exe) and may potentially NOT work on newer or older versions. +## The Yogstation codebase recommends compiling using version [514.1566](https://www.byond.com/download/build/514/514.1566_byond.exe) and may potentially NOT work on newer or older versions. ## :exclamation: How to compile :exclamation: diff --git a/code/_compile_options.dm b/code/_compile_options.dm index ae54a6918807..cc3e25a2e86a 100644 --- a/code/_compile_options.dm +++ b/code/_compile_options.dm @@ -60,12 +60,12 @@ //If you update these values, update the message in the #error #define MAX_BYOND_MAJOR 514 -#define MAX_BYOND_MINOR 1565 +#define MAX_BYOND_MINOR 1566 ///Uncomment to bypass the max version check. Note: This will likely break the game, only use if you know what you're doing //#define IGNORE_MAX_BYOND_VERSION #if ((DM_VERSION > MAX_BYOND_MAJOR) || (DM_BUILD > MAX_BYOND_MINOR)) && !defined(IGNORE_MAX_BYOND_VERSION) -#error Your version of BYOND is too new to compile this project. Download version 514.1565 at www.byond.com/download/build/514/514.1565_byond.exe +#error Your version of BYOND is too new to compile this project. Download version 514.1566 at www.byond.com/download/build/514/514.1566_byond.exe #endif #ifdef TRAVISBUILDING diff --git a/config/config.txt b/config/config.txt index ca6d1736e9ad..82f10f23585f 100644 --- a/config/config.txt +++ b/config/config.txt @@ -332,10 +332,10 @@ MAPROTATIONCHANCEDELTA 1 #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 514 +CLIENT_ERROR_VERSION 513 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 1565 +CLIENT_ERROR_BUILD 1542 ## 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.