Preparations
Warning
This guide assumes you're developing on Windows.
If you're using Linux, some extra setup steps are required that are not covered in this guide.
Warning
This guide only includes instructions for modding the Steam, Epic Games, itch.io and Microsoft Store versions of the game.
Developing mods for Android is possible but is out of scope for this section of the guide.
What's in this section?
- Locating your game folder
- Copying your game folder
- Installing BepInEx — Setting up a mod loader for Among Us
- Installing Reactor
- Verifying .NET — Checking if .NET is already installed and installed correctly
- Installing .NET — Installing an SDK required for building mods
- Installing a code editor — Setting up a code editor for writing mods
- Installing mod templates — Installing templates for making a new mod