Skip to content

Commit

Permalink
Update to 2021.5.25s
Browse files Browse the repository at this point in the history
  • Loading branch information
StarGate01 committed May 27, 2021
1 parent 4972cf8 commit e849bd0
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 10 deletions.
8 changes: 4 additions & 4 deletions AUMInjector/AUMInjector.rc
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,0,19
PRODUCTVERSION 1,0,0,19
FILEVERSION 1,0,0,20
PRODUCTVERSION 1,0,0,20
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -69,12 +69,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Team ESDG"
VALUE "FileDescription", "Among Us to Mumble VoIP adapter"
VALUE "FileVersion", "1.0.0.19"
VALUE "FileVersion", "1.0.0.20"
VALUE "InternalName", "winhttp.dll"
VALUE "LegalCopyright", "Copyright (C) Team ESDG 2021"
VALUE "OriginalFilename", "winhttp.dll"
VALUE "ProductName", "AmongUs-Mumble"
VALUE "ProductVersion", "1.0.0.19"
VALUE "ProductVersion", "1.0.0.20"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion AUMInjector/AUMInjector.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
<ClInclude Include="deobfuscate\2021_3_5s.h" />
<ClInclude Include="deobfuscate\2021_4_12s.h" />
<ClInclude Include="deobfuscate\2021_4_14s.h" />
<ClInclude Include="deobfuscate\2021_5_10s.h" />
<ClInclude Include="deobfuscate\deobfuscate.h" />
<ClInclude Include="deobfuscate\unobfuscated.h" />
<ClInclude Include="deobfuscate\version.h" />
<ClInclude Include="framework\helpers.h" />
<ClInclude Include="framework\il2cpp-appdata.h" />
Expand Down
2 changes: 1 addition & 1 deletion AUMInjector/AUMInjector.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
<ClInclude Include="deobfuscate\2021_4_14s.h">
<Filter>Deobfuscate</Filter>
</ClInclude>
<ClInclude Include="deobfuscate\2021_5_10s.h">
<ClInclude Include="deobfuscate\unobfuscated.h">
<Filter>Deobfuscate</Filter>
</ClInclude>
</ItemGroup>
Expand Down
4 changes: 3 additions & 1 deletion AUMInjector/deobfuscate/deobfuscate.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ using namespace app;
#elif GAME_VERSION == GAME_VERSION_2021_4_14s
#include "2021_4_14s.h"
#elif GAME_VERSION == GAME_VERSION_2021_5_10s
#include "2021_5_10s.h"
#include "unobfuscated.h"
#elif GAME_VERSION == GAME_VERSION_2021_5_25s
#include "unobfuscated.h"
#else
#error Unknown game version!
#endif
File renamed without changes.
5 changes: 4 additions & 1 deletion AUMInjector/deobfuscate/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
#define GAME_VERSION_2021_4_12s 202104120
#define GAME_VERSION_2021_4_14s 202104140
#define GAME_VERSION_2021_5_10s 202105100
#define GAME_VERSION_2021_5_25s 202105250
#ifndef GAME_VERSION
#define GAME_VERSION GAME_VERSION_2021_5_10s
#define GAME_VERSION GAME_VERSION_2021_5_25s
#endif

#if GAME_VERSION == GAME_VERSION_2020_9_22s
Expand Down Expand Up @@ -41,6 +42,8 @@
#define version_text "2021.4.14s"
#elif GAME_VERSION == GAME_VERSION_2021_5_10s
#define version_text "2021.5.10s"
#elif GAME_VERSION == GAME_VERSION_2021_5_25s
#define version_text "2021.5.25s"
#else
#error Unknown game version!
#endif
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Patch versions refer to unmarked Steam updates where the game version did not ch

**Use the installer:** Download: [Latest release](https://github.com/StarGate01/AmongUs-Mumble/releases/download/v1.0.0.14/AmongUs-Mumble-Installer.exe)

**Latest mod version:** Release 2021.5.10s, Mod manual download: [1.0.0.19](https://github.com/StarGate01/AmongUs-Mumble/releases/tag/v1.0.0.19)
**Latest mod version:** Release 2021.5.25s, Mod manual download: [1.0.0.20](https://github.com/StarGate01/AmongUs-Mumble/releases/tag/v1.0.0.20)

**Older versions:** [Versions table](https://github.com/StarGate01/AmongUs-Mumble/wiki/Versions)

Expand Down
2 changes: 1 addition & 1 deletion setup.bat.example
Original file line number Diff line number Diff line change
Expand Up @@ -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_10s"
SET "AMONGUS_VERSION=2021_5_25s"

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"
Expand Down

0 comments on commit e849bd0

Please sign in to comment.