An addon module for Town of Us Mira that extends gameplay with additional roles and features.
MiraOverloaded is a plugin addon for Town of Us Mira that uses the MiraAPI framework to add new content to the game.
- Among Us (latest version)
- BepInEx 6.0.0-be.735 or higher
- Reactor 2.5.0-ci.371 or higher
- MiraAPI 0.3.5 or higher
- Town of Us Mira 1.5.0 or higher
- Make sure you have all the required dependencies installed
- Build the project using Visual Studio or Rider
- The compiled DLL will be automatically copied to your Among Us BepInEx plugins folder (if AmongUs path is configured)
- Launch Among Us
- Clone this repository
- Open
MiraOverloaded.slnin your IDE - Configure your Among Us installation path in
AmongUs.props(optional, for auto-copy) - Build the solution
MiraOverloaded/
├── Assets/ # Asset loading classes
├── Buttons/ # Custom action buttons
├── Modules/ # Core module logic
├── Options/ # Configuration options
├── Patches/ # Harmony patches
├── Resources/ # Embedded resources (images, localization)
│ └── Locale/ # Localization files
└── Roles/ # Custom role implementations
Feel free to submit issues and pull requests!
This project is licensed under the same license as Town of Us Mira.