Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.

Commit 8490350

Browse files
committed
Fix game version selector
1 parent 346f657 commit 8490350

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

AUMInjector/deobfuscate/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#define GAME_VERSION_2020_12_5s 202012050
88
#define GAME_VERSION_2020_12_9s 202012090
99
#define GAME_VERSION_2021_3_5s 202103050
10-
#define GAME_VERSION_2021_3_31_2s 202103313
10+
#define GAME_VERSION_2021_3_31_3s 202103313
1111
#ifndef GAME_VERSION
1212
#define GAME_VERSION GAME_VERSION_2021_3_31_3s
1313
#endif

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# AmongUs-Mumble
44
[Mumble](https://www.mumble.info/) Proximity Mod for [Among Us](https://store.steampowered.com/app/945360/Among_Us/) by [Innersloth](http://www.innersloth.com/).
55

6-
Currently for Windows and Linux PCs using the Steam version. On OSX a small Mumble fake plugin is provided, which just sets your ingame position to `(0, 0)`.
6+
Currently for Windows and Linux PCs using the Steam version. On OSX a small Mumble fake plugin is provided, which just sets your in-game position to `(0, 0)`.
77

88

99
If you are looking for a community that uses this mod, join the [Discord server](https://discord.gg/4UkHEJ5sqg)!
@@ -20,12 +20,12 @@ Patch versions refer to unmarked Steam updates where the game version did not ch
2020

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

23-
**Latest mod version:** Release 2021.3.31s, Mod manual download: [1.0.0.16](https://github.com/StarGate01/AmongUs-Mumble/releases/tag/v1.0.0.16)
23+
**Latest mod version:** Release 2021.3.31.3s, Mod manual download: [1.0.0.16](https://github.com/StarGate01/AmongUs-Mumble/releases/tag/v1.0.0.16)
2424

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

2727
## Main Features
28-
- Real-time proximity voice chat based on ingame player position
28+
- Real-time proximity voice chat based on in-game player position
2929
- Directional audio depending on relative position of players (Optional)
3030
- Works with any official or unofficial Among Us server
3131
- Works with any Mumble server
@@ -39,7 +39,7 @@ Patch versions refer to unmarked Steam updates where the game version did not ch
3939
- *Haunt:* Ghosts can talk and listen to remaining players if they are close enough (Optional)
4040
- Everyone gets muted during communication sabotage events
4141
- Impostors are able to covertly talk to each other
42-
- Automatic settings synchronisation for all players in a lobby.
42+
- Automatic settings synchronization for all players in a lobby.
4343
- Easy installation process, just copy one file
4444
- Smart linking, no need to start the game and Mumble in any particular order
4545
- Easy configuration using a configuration file or command line options

0 commit comments

Comments
 (0)