From: miniduikboot Date: Thu, 24 Oct 2024 17:47:01 +0000 (+0200) Subject: Bump to Among Us 2024.10.29 (#656) X-Git-Tag: v1.10.1 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=e4f81b4a305fc0ec8c55bc08e297ee247e8377b6;p=rhonda%2Fimpostor.git Bump to Among Us 2024.10.29 (#656) Inspected mono, no networking changes found. Ran dumpostor as well Bumped Impostor version --- diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 1fb1178..f747442 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -2,7 +2,7 @@ net8.0 11 - 1.10.0 + 1.10.1 dev true true diff --git a/src/Impostor.Api/Innersloth/Data/enums/StringNames.json b/src/Impostor.Api/Innersloth/Data/enums/StringNames.json index 07dbe05..0fd5689 100644 --- a/src/Impostor.Api/Innersloth/Data/enums/StringNames.json +++ b/src/Impostor.Api/Innersloth/Data/enums/StringNames.json @@ -1439,6 +1439,9 @@ "CookFish": 3431, "PrepVegetables": 3432, "MushroomMixupName": 3433, + "EosAccountSilentMergeFail": 3434, + "AskForEosAccount": 3435, + "KwsCreateFail": 3436, "GameType": 3500, "GameTypeError": 3501, "GameTypeClassic": 3502, @@ -1479,5 +1482,15 @@ "QCLobbyRolePhantoms": 3537, "QCSelfWasTracking": 3538, "QCSelfGoingToNoisemaker": 3539, - "QCSelfSawRoleInLocation": 3540 + "QCSelfSawRoleInLocation": 3540, + "QCCoreSettings": 3541, + "QCRolesGalore": 3542, + "QCPitchDark": 3543, + "QCFlashlight": 3544, + "QCPleaseWait": 3545, + "QCWaitMinute": 3546, + "QCLobbyClosing": 3547, + "QCChangeCosmetics": 3548, + "QCWaitingPlayers": 3549, + "QCLetsWaitPlayers": 3550 } \ No newline at end of file diff --git a/src/Impostor.Api/Innersloth/Data/info.json b/src/Impostor.Api/Innersloth/Data/info.json index addce78..1e48519 100644 --- a/src/Impostor.Api/Innersloth/Data/info.json +++ b/src/Impostor.Api/Innersloth/Data/info.json @@ -1,5 +1,5 @@ { "dumpostorVersion": "1.0.1", - "gameVersion": "2024.6.18", + "gameVersion": "2024.10.29", "platformType": "StandaloneItch" -} +} \ No newline at end of file diff --git a/src/Impostor.Server/Net/Manager/CompatibilityManager.cs b/src/Impostor.Server/Net/Manager/CompatibilityManager.cs index 626d5b5..09f1513 100644 --- a/src/Impostor.Server/Net/Manager/CompatibilityManager.cs +++ b/src/Impostor.Server/Net/Manager/CompatibilityManager.cs @@ -20,6 +20,7 @@ internal class CompatibilityManager : ICompatibilityManager new GameVersion(2024, 3, 1), // 2024.6.18 new GameVersion(2024, 4, 1), // 2024.8.13 new GameVersion(2024, 4, 2), // 2024.9.4 + new GameVersion(2024, 8, 10), // 2024.10.29 }, };