Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
StarGate01 committed Nov 5, 2020
2 parents 8e1874d + b5cd906 commit 4246a7f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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`.
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
Expand Down

0 comments on commit 4246a7f

Please sign in to comment.