Skip to content

Commit c96f138

Browse files
committedMay 15, 2021
Updated docs to 5.10
Updated README and ClientInstallation for 5.10
1 parent 510a7e8 commit c96f138

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
 

‎README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,18 @@
33
This mod unlocks the possibility for more than 10 player to join in an Among Us lobby.
44
The official servers won't allow for it though, so you will have to host an [Impostor](https://github.com/Impostor/Impostor) custom server (more in [docs](https://github.com/CrowdedMods/CrowdedMod/tree/master/docs)).
55

6-
Works on Among Us Steam version from **v2020.12.9s** to **v2021.4.14s**.<br/>
6+
Works on Among Us Steam version from **v2020.12.9s** to **v2021.5.10s**.<br/>
77

88
> :warning: **WARNING** :warning:
99
> CrowdedMod uses Reactor's CustomRPC system.
1010
> To properly play on the custom Impostor server, you have to
1111
> 1. Disable anti-cheat, because it gets triggered by CustomRPCs
12-
> 2. Use [patched Reactor 4.12s](https://cdn.discordapp.com/attachments/787987336846770186/832930668907855872/Reactor-2021.4.12s.dll) or [patched Reactor 4.14s](https://cdn.discordapp.com/attachments/794122592617103360/838514462658658374/Reactor-2021.4.14s.dll) without a modded handshake because it wasn't yet implemented in Impostor
12+
> 2. Use [patched Reactor 5.10s](https://github.com/CrowdedMods/Reactor/releases/download/0.4.1/Reactor-2021.5.10s.dll) without a modded handshake because it wasn't yet implemented in Impostor
1313
1414
## Versions
1515
| Mod version | Game version | BepInEx | Downloads |
1616
| ------------- | ------------- | ------- | --------- |
17+
| v2.6.0 | v2021.5.10s | [Reactor BepInEx](https://github.com/NuclearPowered/BepInEx/releases/download/6.0.0-reactor.18%2Bstructfix/BepInEx-6.0.0-reactor.18+structfix.zip) | [CurseForge](https://www.curseforge.com/among-us/all-mods/crowdedmod/files/3310911) |
1718
| v2.5.0 | v2021.4.14s | [Reactor BepInEx](https://github.com/NuclearPowered/BepInEx/releases/download/6.0.0-reactor.18%2Bstructfix/BepInEx-6.0.0-reactor.18+structfix.zip) | [CurseForge](https://www.curseforge.com/among-us/all-mods/crowdedmod/files/3296325) |
1819
| v2.4.0 | v2021.4.12s | [Reactor BepInEx](https://github.com/NuclearPowered/BepInEx/releases/download/6.0.0-reactor.18%2Bstructfix/BepInEx-6.0.0-reactor.18+structfix.zip) | [CurseForge](https://www.curseforge.com/among-us/all-mods/crowdedmod/files/3279698) |
1920
| v2.3.0 | v2021.3.31.3s | [Reactor BepInEx](https://github.com/NuclearPowered/BepInEx/releases/download/6.0.0-reactor.18%2Bstructfix/BepInEx-6.0.0-reactor.18+structfix.zip) | [CurseForge](https://www.curseforge.com/among-us/all-mods/crowdedmod/files/3279689) |
@@ -25,6 +26,5 @@ Works on Among Us Steam version from **v2020.12.9s** to **v2021.4.14s**.<br/>
2526
See: [client installation](https://github.com/CrowdedMods/CrowdedMod/blob/master/docs/ClientInstallation.md)
2627

2728
## Credits
28-
- [andry08/100-player-mod](https://github.com/andry08/100-player-mod) - Original author of this plugin. RayanTheBest/100-player-mod was a mirror of this, now we have an official link.
29-
- [andruzzzhka/CustomServersClient](https://github.com/andruzzzhka/CustomServersClient) - This is where andry08 and CrowdedMods team learned how to mod Among Us. (it's funny cuz CrowdedMods are now maintaining this mod)
29+
- [andry08/100-player-mod](https://github.com/andry08/100-player-mod) - Original author of this plugin (andry08)
3030

‎docs/ClientInstallation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ To make mod work, you need two pieces. Custom server [(Impostor)](https://github
44
### Method 1 (the easiest)
55
Use dropship/launcher. Coming soon.
66
### Method 2 (recommended)
7-
1. Download latest [BepInEx (Reactor fork)](https://github.com/NuclearPowered/BepInEx/releases)
7+
1. Download latest [BepInEx (Reactor fork)](https://github.com/NuclearPowered/BepInEx/releases/download/6.0.0-reactor.18%2Bstructfix/BepInEx-6.0.0-reactor.18+structfix.zip)
88
2. Extract all files from zipped archive and put them in Among Us directory (where Among Us.exe is)
9-
3. Download [latest Reactor.dll for 2021.4.14s](https://nightly.link/NuclearPowered/Reactor/workflows/main/master) and put it in `YourAmongUsDirectory/BepInEx/plugins` (you probably have to unzip it first)
9+
3. Download [latest modified Reactor.dll for 2021.5.10s](https://github.com/CrowdedMods/Reactor/releases/download/0.4.1/Reactor-2021.5.10s.dll) and put it in `YourAmongUsDirectory/BepInEx/plugins` (you probably have to unzip it first)
1010
4. Download right CrowdedMod dll from [CurseForge](https://www.curseforge.com/among-us/all-mods/crowdedmod/files) or github releases and put it in `YourAmongUsDirectory/BepInEx/plugins` (you probably have to unzip it first)
1111

1212
### Method 3 (for security paranoid)

0 commit comments

Comments
 (0)
Please sign in to comment.