Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 1.31 KB

ClientInstallation.md

File metadata and controls

16 lines (14 loc) · 1.31 KB

Client mod installation

To make mod work, you need two pieces. Custom server (Impostor) and a client-side mod (CrowdedMod).
After installing this mod, you need to also add custom server to the client menu.

Method 1 (recommended)

  1. Download latest BepInEx
  2. Extract all files from zipped archive and put them in Among Us directory (where Among Us.exe is)
  3. Download latest Reactor.dll and put it in YourAmongUsDirectory/BepInEx/plugins (you probably have to unzip it first)
  4. Download right CrowdedMod dll from CurseForge or github releases and put it in YourAmongUsDirectory/BepInEx/plugins (you probably have to unzip it first)
  5. The first launch will take a while, be patient
  6. Enjoy!

To make sure everything works correctly join local game (or any other except Freeplay) and you should see CrowdedMod right under your ping

Method 2 (for security paranoid)

Just compile it yourself