Custom Servers Client
An in-game client for custom servers for Among Us. This works on both the Steam and Itch versions of the game.
Works (tested) on Steam from v2020.12.9s to v2021.4.14s.
Works on Steam from v2020.09.22s to v2021.4.14s.
Works (tested) on Itch as of v2020.11.17i.
⚠️ WARNING⚠️ CustomServersClient uses Reactor. Reactor currently uses custom, modded handshake even when you only have this mod installed. To play properly also on official Among Us servers:
- Disable anti-cheat, because it gets triggered by CustomRPCs
- Use patched Reactor without a modded handshake because it wasn't yet implemented in Impostor
Installation (on Steam)
- Download latest BepInEx (Reactor fork)
- Extract all files from zipped archive and put them in
YourAmongUsDirectory(where Among Us.exe is) - Download latest Reactor.dll for 2021.4.12s and put it in
YourAmongUsDirectory/BepInEx/plugins - Download latest CustomServersClient.zip from releases, unzip it.
- Put unzipped content of
CustomServersClient_vx.x.x_Steam.zipinYourAmongUsDirectory\BepInEx\plugins(for versions v1.5.0 and lower, just put the content inYourAmongUsDirectory)
*YourAmongUsDirectory is your Among Us root directory
Versions
| Mod version | Game version | BepInEx | Downloads |
|---|---|---|---|
| v1.7.0 | v2021.4.12 and 4.14 | Reactor BepInEx | Releases |
| v1.6.0 | v2021.3.31.3 | Reactor BepInEx | Releases |
| v1.5.0 | v2021.3.5 | Reactor BepInEx | Releases |
| v1.4.0 | v2020.12.9 | Reactor BepInEx | Releases |
| v1.3.0 | v2020.12.9s | BepInEx IL2CPP #325 | Releases |
| v1.2.1 | v2020.11.11s and i | BepInEx IL2CPP #297 | Releases |
| v1.1.0 | v2020.10.22s | IL2CPP Public Preview | Releases |
| v1.0.0 | v2020.09.22s | IL2CPP Public Preview | Releases |
| *Versions v1.4.0+ theoretically work with Itch, but weren't tested. |
Building
- Install Reactor (Quick Start guide)
- Open
CustomServersClient.slnin your favorite IDE - Select correct option (for example Steam-Release) and build it.
- Compiled dll should be automatically copied to your
BepInEx/pluginsfolder (Reactor feature)
Screenshot
Hall of Fame
- latest version is available thanks to updated Unify
TO-DO
- Change WinForms to unstripped imgui from Reactor
