From a097e0e919f68d3bc5cb59cb6638367cd01d8b5c Mon Sep 17 00:00:00 2001 From: Christoph Honal Date: Thu, 17 Jun 2021 05:54:44 +0200 Subject: [PATCH] Recompile for 2021.6.15s --- AUMInjector/AUMInjector.rc | 8 ++++---- AUMInjector/deobfuscate/deobfuscate.h | 2 ++ AUMInjector/deobfuscate/version.h | 5 ++++- setup.bat.example | 2 +- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/AUMInjector/AUMInjector.rc b/AUMInjector/AUMInjector.rc index e2d4586..ede18c8 100644 --- a/AUMInjector/AUMInjector.rc +++ b/AUMInjector/AUMInjector.rc @@ -51,8 +51,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,0,0,20 - PRODUCTVERSION 1,0,0,20 + FILEVERSION 1,0,0,21 + PRODUCTVERSION 1,0,0,21 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -69,12 +69,12 @@ BEGIN BEGIN VALUE "CompanyName", "Team ESDG" VALUE "FileDescription", "Among Us to Mumble VoIP adapter" - VALUE "FileVersion", "1.0.0.20" + VALUE "FileVersion", "1.0.0.21" VALUE "InternalName", "winhttp.dll" VALUE "LegalCopyright", "Copyright (C) Team ESDG 2021" VALUE "OriginalFilename", "winhttp.dll" VALUE "ProductName", "AmongUs-Mumble" - VALUE "ProductVersion", "1.0.0.20" + VALUE "ProductVersion", "1.0.0.21" END END BLOCK "VarFileInfo" diff --git a/AUMInjector/deobfuscate/deobfuscate.h b/AUMInjector/deobfuscate/deobfuscate.h index abaf9e2..1fe30c4 100644 --- a/AUMInjector/deobfuscate/deobfuscate.h +++ b/AUMInjector/deobfuscate/deobfuscate.h @@ -34,6 +34,8 @@ using namespace app; #include "unobfuscated.h" #elif GAME_VERSION == GAME_VERSION_2021_5_25s #include "unobfuscated.h" +#elif GAME_VERSION == GAME_VERSION_2021_6_15s + #include "unobfuscated.h" #else #error Unknown game version! #endif \ No newline at end of file diff --git a/AUMInjector/deobfuscate/version.h b/AUMInjector/deobfuscate/version.h index 8009f62..f9f1218 100644 --- a/AUMInjector/deobfuscate/version.h +++ b/AUMInjector/deobfuscate/version.h @@ -12,8 +12,9 @@ #define GAME_VERSION_2021_4_14s 202104140 #define GAME_VERSION_2021_5_10s 202105100 #define GAME_VERSION_2021_5_25s 202105250 +#define GAME_VERSION_2021_6_15s 202106150 #ifndef GAME_VERSION - #define GAME_VERSION GAME_VERSION_2021_5_25s + #define GAME_VERSION GAME_VERSION_2021_6_15s #endif #if GAME_VERSION == GAME_VERSION_2020_9_22s @@ -44,6 +45,8 @@ #define version_text "2021.5.10s" #elif GAME_VERSION == GAME_VERSION_2021_5_25s #define version_text "2021.5.25s" +#elif GAME_VERSION == GAME_VERSION_2021_6_15s + #define version_text "2021.6.15s" #else #error Unknown game version! #endif diff --git a/setup.bat.example b/setup.bat.example index 6381f8e..2bbd781 100644 --- a/setup.bat.example +++ b/setup.bat.example @@ -4,7 +4,7 @@ REM set the path to your game folder SET "AMONGUS=C:\Steam\steamapps\common\Among Us" REM set the version of the generated deobfuscations -SET "AMONGUS_VERSION=2021_5_25s" +SET "AMONGUS_VERSION=2021_6_15s" REM set the path of tools SET "IL2CPPINSPECTOR=C:\Users\Christoph\Documents\GitHub\Il2CppInspector\Il2CppInspector.CLI\bin\Release\netcoreapp3.1\win-x64\publish\Il2CppInspector.exe"