From 251f38ddcd0f04bfa4878d1dc3ff176c1741743b Mon Sep 17 00:00:00 2001 From: Christoph Honal Date: Tue, 3 Nov 2020 18:31:16 +0100 Subject: [PATCH 1/4] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b190097..77a1251 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # AmongUs-Mumble Mumble VoIP Plugin and mod for the popular game "Among Us" to enable **Proximity and Directional Voice Chat**. Currently only for Windows PCs and the Steam version. -| Game version | DLL release | GAME_VERSION | -| ------------ | ----------- | ------------ | -| 2020.9.22s | 1.0.0.1 | `2020922` | -| 2020.10.22s | 1.0.0.2 | `20201022` | +| Game version | DLL release | GAME_VERSION | +| ------------ | ----------------------------------------------------------------------------- | ------------ | +| 2020.9.22s | [1.0.0.1](https://github.com/StarGate01/AmongUs-Mumble/releases/tag/v1.0.0.1) | `2020922` | +| 2020.10.22s | [1.0.0.2](https://github.com/StarGate01/AmongUs-Mumble/releases/tag/v1.0.0.2) | `20201022` | Please ensure that you use the correct version for your game installation. All binaries are 32 bit, because the game ist 32 bit and also the free version of the Detours library cant do 64 bit. However, everything runs fine on a 64 bit system. From 192d63faeb9875853bfda8b150f82cd63c845027 Mon Sep 17 00:00:00 2001 From: Christoph Honal Date: Wed, 4 Nov 2020 03:51:20 +0100 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77a1251..d9f85d3 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Download the latest compatible release from https://github.com/StarGate01/AmongU If you don't have the `Visual C++ Redistributable for Visual Studio 2015` installed, get it from https://www.microsoft.com/en-us/download/details.aspx?id=48145 . Choose the x86 version, even if your PC is 64 bit. -Install the 32 bit version of Mumble (at least version 1.3.3) if you have not already: https://www.mumble.info/downloads/ . if the path Mumble was installed to differs from `C:\Program Files (x86)\Mumble\mumble.exe`, you have to specify it by editing the Steam launch options of Among Us like this: `-m C:\Your\Path\mumble.exe`. +Install the 32 bit version of Mumble (Tested: Version 1.3.3) if you have not already: https://www.mumble.info/downloads/ . if the path Mumble was installed to differs from `C:\Program Files (x86)\Mumble\mumble.exe`, you have to specify it by editing the Steam launch options of Among Us like this: `-m C:\Your\Path\mumble.exe`. In Mumble, the proximity audio options have to be enabled and configured beforehand: - Run `Configure -> Audio Wizard` and configure your Headset From a9db3ace69c5ca936a05845d3424e2f339341ed0 Mon Sep 17 00:00:00 2001 From: Christoph Honal Date: Thu, 5 Nov 2020 21:07:46 +0100 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9f85d3..0436a7e 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Download the latest compatible release from https://github.com/StarGate01/AmongU If you don't have the `Visual C++ Redistributable for Visual Studio 2015` installed, get it from https://www.microsoft.com/en-us/download/details.aspx?id=48145 . Choose the x86 version, even if your PC is 64 bit. -Install the 32 bit version of Mumble (Tested: Version 1.3.3) if you have not already: https://www.mumble.info/downloads/ . if the path Mumble was installed to differs from `C:\Program Files (x86)\Mumble\mumble.exe`, you have to specify it by editing the Steam launch options of Among Us like this: `-m C:\Your\Path\mumble.exe`. +Instal Mumble (Tested: Version 1.3.3) if you have not already: https://www.mumble.info/downloads/ . if the path Mumble was installed to differs from `C:\Program Files (x86)\Mumble\mumble.exe` (if you installed the 64 bit version), you have to specify it by editing the Steam launch options of Among Us like this: `-m "C:\Your\Path\mumble.exe"`. In Mumble, the proximity audio options have to be enabled and configured beforehand: - Run `Configure -> Audio Wizard` and configure your Headset From b5cd906b874e3030483c573aab2008196adc16bd Mon Sep 17 00:00:00 2001 From: Christoph Honal Date: Thu, 5 Nov 2020 21:14:11 +0100 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0436a7e..def3fc7 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Download the latest compatible release from https://github.com/StarGate01/AmongU If you don't have the `Visual C++ Redistributable for Visual Studio 2015` installed, get it from https://www.microsoft.com/en-us/download/details.aspx?id=48145 . Choose the x86 version, even if your PC is 64 bit. -Instal Mumble (Tested: Version 1.3.3) if you have not already: https://www.mumble.info/downloads/ . if the path Mumble was installed to differs from `C:\Program Files (x86)\Mumble\mumble.exe` (if you installed the 64 bit version), you have to specify it by editing the Steam launch options of Among Us like this: `-m "C:\Your\Path\mumble.exe"`. +Instal Mumble (Tested: Version 1.3.3) if you have not already: https://www.mumble.info/downloads/ . If the path Mumble was installed to is not `C:\Program Files (x86)\Mumble\mumble.exe` (if you installed the 32 bit version), you have to specify it by editing the Steam launch options of Among Us, for example like this: `-m "C:\Program Files\Mumble\mumble.exe"` if you installed the 64 bit version. In Mumble, the proximity audio options have to be enabled and configured beforehand: - Run `Configure -> Audio Wizard` and configure your Headset