From c96f138db24dd925eb3a3f4c6d79f3fb31d54827 Mon Sep 17 00:00:00 2001 From: Przebor Date: Sat, 15 May 2021 21:58:43 +0200 Subject: [PATCH] Updated docs to 5.10 Updated README and ClientInstallation for 5.10 --- README.md | 8 ++++---- docs/ClientInstallation.md | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a06989a..8dd7b7c 100644 --- a/README.md +++ b/README.md @@ -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**.
+Works on Among Us Steam version from **v2020.12.9s** to **v2021.5.10s**.
> :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) | @@ -25,6 +26,5 @@ Works on Among Us Steam version from **v2020.12.9s** to **v2021.4.14s**.
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) diff --git a/docs/ClientInstallation.md b/docs/ClientInstallation.md index a103d7b..bb6aff8 100644 --- a/docs/ClientInstallation.md +++ b/docs/ClientInstallation.md @@ -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)