Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

AUModS/AUModS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AUModS

AUModS is a plugin to play Madmate and EvilHacker on AmongUs. A large part of its code base is shared with TheOtherRoles and its forks[1][2][3].

This mod is not affiliated with Among Us or Innersloth LLC, and the content contained therein is not endorsed or otherwise sponsored by Innersloth LLC. Portions of the materials contained herein are property of Innersloth LLC. © Innersloth LLC.

Features

  • Roles
    • Sheriff
    • Madmate
    • EvilHacker
  • Ability restriction
    • Admin
    • Cameras
    • Vitals
  • Remove the limit on the number of tasks
  • Random fix wiring locations
  • Random locations to spawn on Airship

Installation

The installation steps are essentially the same as TheOtherRoles.

日本語版のインストール方法はこちら

How to contribute

It would be appreciated if you were interested in contributing to this project.

Please send your patches as pull requests. All kinds of changes are always welcome.

  • fix
    • bug
    • typo
    • grammar error
  • new feature
  • installation manual

How to build

Prerequisite

  • Docker
  • Your AmongUs binaries analyzed by BepInEx

Example

# docker build -t aumodbuild .
# docker run --name aumodbuild aumodbuild
# docker cp aumodbuild:/source/src/AmongUs/BepInEx/plugins/SupplementalAUMOD.dll .

Credits and Resources