From b7f431a17f0d957ff56b6a36470444a95d4752bc Mon Sep 17 00:00:00 2001 From: Darkelarious Date: Sat, 8 Mar 2025 15:21:26 +0100 Subject: hotfix 1+2 Overrides for Undying and Mobile Forces. --- bin/MasterServer-Qt5 | Bin 488616 -> 0 bytes bin/MasterServer-Qt5hf2 | Bin 0 -> 492712 bytes src/Core/version.h | 2 +- src/Protocols/overrides.h | 4 ++++ 4 files changed, 5 insertions(+), 1 deletion(-) delete mode 100644 bin/MasterServer-Qt5 create mode 100644 bin/MasterServer-Qt5hf2 diff --git a/bin/MasterServer-Qt5 b/bin/MasterServer-Qt5 deleted file mode 100644 index 1ec0ec8..0000000 Binary files a/bin/MasterServer-Qt5 and /dev/null differ diff --git a/bin/MasterServer-Qt5hf2 b/bin/MasterServer-Qt5hf2 new file mode 100644 index 0000000..af0187b Binary files /dev/null and b/bin/MasterServer-Qt5hf2 differ diff --git a/src/Core/version.h b/src/Core/version.h index 6dbc808..57a81b8 100644 --- a/src/Core/version.h +++ b/src/Core/version.h @@ -29,7 +29,7 @@ #define BUILD_VERSION QString("0.27") // short version (in query) -- Qt v0.n -#define SHORT_VER QString("Qt-" + BUILD_VERSION) +#define SHORT_VER QString("Qt-" + BUILD_VERSION + "hf2") // build time/date #define BUILD_TIME QStringLiteral("%1 %2").arg(__DATE__).arg(__TIME__) diff --git a/src/Protocols/overrides.h b/src/Protocols/overrides.h index eb6f8b2..9825cda 100644 --- a/src/Protocols/overrides.h +++ b/src/Protocols/overrides.h @@ -55,12 +55,16 @@ const QStringList _overrideValidateBeacon "deusex", "rune", "wot", + "undying", + "mobileforces", }; const QStringList _overrideValidateClient { "deusex", "wot", + "undying", + "mobileforces", }; // matching regexes -- cgit v1.2.3