Skip to content

Latest commit

 

History

History
116 lines (103 loc) · 2.98 KB

INSTALLATION.md

File metadata and controls

116 lines (103 loc) · 2.98 KB

Installing BepInEx and Reactor

Table of Contents

Locating the Among Us game files directory

On steam, this can be achieved by right clicking Among Us in the steam library then selecting Manage > Browse local files.

Installing BepInEx

Rainbow Version BepInEx version
0.2.0 6.0.0-reactor.23
0.1.1 6.0.0-reactor.18+structfix
0.1.0
  1. Download the appropriate release from the above table.
  2. Unzip the files into the Among Us game files directory. It should look something like this after you add BepInEx:
.
├── Among Us_Data
├── Among Us.exe
├── BepInEx
│   ├── core/
│   └── unity-libs/
├── changelog.txt
├── doorstop_config.ini
├── GameAssembly.dll
├── mono
│   ├── Managed/
│   └── MonoBleedingEdge/
├── UnityCrashHandler32.exe
├── UnityPlayer.dll
└── winhttp.dll
  1. Launch the game so that BepInEx can generate the necessary files, then close the game after. The Among Us game files should now look something like this:
.
├── Among Us_Data
├── Among Us.exe
├── BepInEx
│   ├── cache/
│   ├── config/
│   ├── core/
│   ├── patchers/
│   ├── plugins/
│   ├── unhollowed/
│   └── unity-libs/
├── changelog.txt
├── doorstop_config.ini
├── GameAssembly.dll
├── mono
│   ├── Managed/
│   └── MonoBleedingEdge/
├── UnityCrashHandler32.exe
├── UnityPlayer.dll
└── winhttp.dll

Installing Reactor

Rainbow Version Reactor version
0.2.0 1.0.0-ci.68
0.1.1 0.6.0
0.1.0
  1. Download Reactor from the appropriate page in the above table.
  2. Move the Reactor.dll file to the (Among Us game files)/BepInEx/plugins folder.
  3. Launch the game. The top left of the game menu should look something like this:

Mod text