BetterSabotage
Original author : Pandraghon
BetterSabotage is an Among Us mod. Its purpose is to add functionality to sabotages.
For the moment, only the Steam version (2021.3.5s & 2021.3.31.3s) of the game is supported.
Features
- Sabotage Comms makes everyone anonymous. Everyone is gray, without skin, hat or pet.
- Options: [ Nobody | Crewmates | Everyone ]
- Nobody: disable this feature
- Crewmates: only Crewmates are impacted. Impostors' vision remains unchanged
- Everyone: even Impostors are impacted
- Options: [ Nobody | Crewmates | Everyone ]
- Sabotage Reactor makes the player's camera shake.
- Options: [ None | Low | High ]
- None : disable this feature
- Low: the shakes are mild
- High: the shakes are strong
- Options: [ None | Low | High ]
- Sabotage Oxygen slows down players.
Extra features
- Map Selection and # Impostors options are available in Online Lobby
Installation
Everyone in the lobby need to have the mod installed.Follow one of these methods to install it:
- All included Archive: easiest
- Custom Install: advanced (recommended)
All included Archive
- Download the file BetterSabotage-vX.X.X.zip at the top of the page.
- Extract the content of the zip into your game folder (i.e. Steam\steamapps\common\Among Us).
- Run the game
Custom Install
- Install Reactor BepInEx by following these instructions.
- Install Reactor by following these instructions.
- Download the file BetterSabotage-2021.3.31.3s.dll in the Releases section.
- Copy the dll file into Among Us/BepInEx/plugins.
- Repeat steps 3-4 for the file Essentials-2021.3.31.3s.dll from DorCoMaNdO's repository.
- (Optional) If you want to play on official servers, you must do the following :
- 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 |
---|---|---|---|
2021.3.31.3s | v1.1.0 | ||
2020.3.5s | v1.0.5 |
Uninstallation
Remove following files and folders from the Among Us folder:
Code:
├── BepInEx/
├── mono/
├── doorstop_config.ini
└── winhttp.dll
Used libraries
- NuclearPowered/Reactor: Modding api for Among Us
- DorCoMaNdO/Reactor-Essentials: A library with essential tools to make plugins user-friendly to configure and use and to speed up development.
- NuclearPowered/BepInEx (forked from BepInEx/BepInEx): Unity / XNA game patcher and plugin framework
- BepInEx/HarmonyX: A library for patching, replacing and decorating .NET and Mono methods during runtime.