Skip to content

Brybry16/Reactor-Sheriff

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reactor-Sheriff Mod

Reactor-Sheriff Mod is an Among Us modification for Windows, which adds a new Crewmate class to the game. This is an adaptation of Woodi's Sheriff Mod that can run along with Mods created with Reactor Framework.

What does the Sheriff do?

The Sheriff is able to kill Impostors. If they shoot a Crewmate, they will lose their life instead.

Additional Features

  • Visibility of the Sheriff can be set in the lobby game options menu
  • Playable on public Among Us Servers
  • Custom server regions to join private servers

Installation

Every player in your lobby need to install Reactor-Sheriff Mod. There are two ways to install the mod :

  • All-in-one pack (Easiest): The easiest way to install the mod.
  • Custom install (Advanced/Recommended): Download and install everything by yourself.

All-in-one pack

  1. Download the pack for your game version in the Releases section below.
  2. Extract the content of the zip file into your game folder (Steam/steamapps/common/Among Us).
  3. Run the game from Steam.

Custom install

  1. Install Reactor BepInEx by following these instructions.
  2. Install Reactor by following these instructions.
  3. Download the dll file for your game version in the Releases section below.
  4. Copy the dll file into Among Us/BepInEx/plugins.
  5. (Optional) If you want to play on official servers, you must do the following (doesn't work anymore since v2021.3.31s) :
    • Open Among us/BepInEx/config/gg.reactor.api.cfg with a text editor.
    • Find the line Modded handshake = true and change it to Modded handshake = false.
    • Save and close your editor.

Releases

Among Us Version Mod Version All-in-one pack DLL file
v2021.3.31.3s Ver. 1.2.3-R Download Download
v2021.3.5s Ver. 1.2.2-R Download Download
v2021.3.5s Ver. 1.2.1-R Download Download
v2020.12.9s Ver. 1.2-R Download Download
v2020.12.9s Ver. 1.1-R Download Download
Changelog

v1.2.3-R

  • Updated the mod for Among Us v2021.3.31.3
  • Fixed Version Shower

v1.2.2-R

  • Fixed KillButton being enabled when the Sheriff is dead

v1.2.1-R

  • The mod is now compatible with Among Us v2021.3.5
  • Fixed Sheriff being able use the Kill Button while in meeting
  • Stability improvements

v1.2-R

  • Fixed Sheriff being able to kill impostors in vent
  • Fixed Sheriff being able to kill while in a task
  • Fixed Sheriff being able to kill while in Vitals/Admin

v1.1-R

  • Added Sheriff kill cooldown option to the game lobby
  • Added q shortcut to kill as Sheriff
  • Kill distance of Impostor and Sheriff are now the same
  • Fixed a bug where the outline of the target disappears (Impostor)
  • Several nullpointer bugfixes
  • Adapted the mod to be compatible with Reactor Framework

Uninstall

Uninstall Reactor-Sheriff

To uninstall Reactor-Sheriff, simply delete the ReactorSheriff dll file from Among Us/BepInEx/plugins.

Uninstall Reactor/BepInEx

To completely uninstall everything, either uninstall/reinstall the game from steam or remove the following files and directories :

-- BepInEx/
-- mono/
-- changelog.txt
-- doorstop_config.ini
-- steam_appid.txt
-- winhttp.dll

Q&A

Can you play Proximity Chat (Crewlink) with it?
Yes Crewlink does support Among Us Modifications.

Can you get banned for playing on public Servers?
At the current state of the game there is no perma ban system for the game. The mod is designed in a way, that it does not send prohibited server requests. You are also able to join your own custom server to be safe (Impostor)

How can I join a custom server?
Go to your game directory and open BepInEx/config/org.bepinex.plugins.SheriffMod.txt. There you can set the hostname or IP of the server. Then set the server region to CUSTOM.

Do my friends need to install the mod to play it together?
Yes. Every player in the game lobby has to install it.

Troubleshooting

I can't see loaded message on my game screen


  1. Make sure you have followed all the installation steps, especially launching the game via the Among Us.exe file
  2. You might be missing some cpp libs (software libraries used by the mod); please install visual studio c++

I can't find my issue.
You can raise an issue within GitHub documenting your issue. You will need to be logged into GitHub to do this.

License

This software is distributed under the GNU GPLv3 License. BepinEx is distributed under LGPL-2.1 License.