Skip to content
master
Switch branches/tags
Code

Latest commit

Updated versions in README once again.
757c865

Git stats

Files

Permalink
Failed to load latest commit information.

Our Discord

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:

  1. Disable anti-cheat, because it gets triggered by CustomRPCs
  2. Use patched Reactor without a modded handshake because it wasn't yet implemented in Impostor

Installation (on Steam)

  1. Download latest BepInEx (Reactor fork)
  2. Extract all files from zipped archive and put them in YourAmongUsDirectory (where Among Us.exe is)
  3. Download latest Reactor.dll for 2021.4.12s and put it in YourAmongUsDirectory/BepInEx/plugins
  4. Download latest CustomServersClient.zip from releases, unzip it.
  5. Put unzipped content of CustomServersClient_vx.x.x_Steam.zip in YourAmongUsDirectory\BepInEx\plugins (for versions v1.5.0 and lower, just put the content in YourAmongUsDirectory)

*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

  1. Install Reactor (Quick Start guide)
  2. Open CustomServersClient.sln in your favorite IDE
  3. Select correct option (for example Steam-Release) and build it.
  4. Compiled dll should be automatically copied to your BepInEx/plugins folder (Reactor feature)

Screenshot

screenshot_0

Hall of Fame

TO-DO

  • Change WinForms to unstripped imgui from Reactor