Skip to content

Commit

Permalink
Updated docs to 5.10
Browse files Browse the repository at this point in the history
Updated README and ClientInstallation for 5.10
  • Loading branch information
przebor committed May 15, 2021
1 parent 510a7e8 commit c96f138
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,18 @@
This mod unlocks the possibility for more than 10 player to join in an Among Us lobby.
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)).

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

> :warning: **WARNING** :warning:
> CrowdedMod uses Reactor's CustomRPC system.
> To properly play on the custom Impostor server, you have to
> 1. Disable anti-cheat, because it gets triggered by CustomRPCs
> 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
> 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
## Versions
| Mod version | Game version | BepInEx | Downloads |
| ------------- | ------------- | ------- | --------- |
| 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) |
| 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) |
| 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) |
| 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) |
Expand All @@ -25,6 +26,5 @@ Works on Among Us Steam version from **v2020.12.9s** to **v2021.4.14s**.<br/>
See: [client installation](https://github.com/CrowdedMods/CrowdedMod/blob/master/docs/ClientInstallation.md)

## Credits
- [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.
- [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)
- [andry08/100-player-mod](https://github.com/andry08/100-player-mod) - Original author of this plugin (andry08)

4 changes: 2 additions & 2 deletions docs/ClientInstallation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ To make mod work, you need two pieces. Custom server [(Impostor)](https://github
### Method 1 (the easiest)
Use dropship/launcher. Coming soon.
### Method 2 (recommended)
1. Download latest [BepInEx (Reactor fork)](https://github.com/NuclearPowered/BepInEx/releases)
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)
2. Extract all files from zipped archive and put them in Among Us directory (where Among Us.exe is)
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)
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)
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)

### Method 3 (for security paranoid)
Expand Down

0 comments on commit c96f138

Please sign in to comment.