Releases: SubmergedAmongUs/Submerged
Submerged v2024.8.26
If you like this mod, please consider supporting me on GitHub Sponsors.
Changelog
- Updated to Among Us v2024.8.13
- Fixed an issue which caused the report button to light up during the blackout phase of the Lights Sabotage if Stellar Roles was installed
- Fixed a handful of other minor errors
This version of Submerged requires the following dependencies:
Dependency | Version |
---|---|
BepInEx | v6.0.0-be.692 or later |
Reactor | v2.3.1 or later |
Note
If you are downloading the DLL only, please note that you will need different versions of BepInEx depending on the platform that you play Among Us on. If you have Among Us on Steam, Epic or Itch.io, you need the Unity (IL2CPP) for Windows (x86) games
version of BepInEx. Otherwise, if you have Among Us on Microsoft Store, you need the Unity (IL2CPP) for Windows (x64) games
version.
Alternatively, you can download the ZIP files, which already include the right version of BepInEx.
Submerged v2024.8.1
If you like this mod, please consider supporting me on GitHub Sponsors.
Changelog
- Updated to Among Us v2024.6.18
- Added an indicator to show when the report button is disabled due to the lights sabotage
- Fixed an issue which sometimes caused task icons to not appear on the map if the player had Purchase Breakfast or Oxygenate Sea Plants
Notes on Microsoft Store support
Recently it has been found out that the Microsoft Store version of Among Us is moddable.
Submerged has been tested and works without problems on this version, however a different version of BepInEx is required.
I have included two separate download archives for Steam/Epic/Itch and MS Store, the former with BepInEx x86 and the latter with BepInEx x64.
This version of Submerged requires the following dependencies:
Dependency | Version |
---|---|
BepInEx | v6.0.0-be.692 or later |
Reactor | v2.3.0 or later |
Note
If you are using the Microsoft Store version of Among Us, you will need to download the Unity (IL2CPP) for Windows (x64) games
version of BepInEx. Otherwise, you will need to download the Unity (IL2CPP) for Windows (x86) games
version.
Submerged v2024.3.25
Changelog
- Fixed an issue which caused shadows to appear for ghosts.
This version of Submerged requires the following dependencies:
Dependency | Version |
---|---|
BepInEx (IL2CPP, x86) | 6.0.0-be.688 |
Reactor | 2.2.0 |
Submerged v2024.3.24
Changelog
- Updated to Among Us v2024.3.5
- All of the elevators will now be open in Hide and Seek mode. They are still unusable, but you can now hide inside them
Localization
- Added missing Russian translations (thank you, CJMAXiK)
- Added Italian translations (thank you, PENGUN)
This version of Submerged requires the following dependencies:
Dependency | Version |
---|---|
BepInEx (IL2CPP, x86) | 6.0.0-be.688 |
Reactor | 2.2.0 |
For Mod Developers
- Submerged is now source-available and open for contributions!
- This update introduces a new component
GenericShadowBehaviour
which replaces the oldPlayerShadowBehaviour
andSubmergedDeadBody
components and allows you to draw a shadow for any object. - The old
ExileController.Begin
patch in Submerged was removed, the exile cutscene is an overall quite brittle system, and there seemed to be some issues with transmitting string values through theExileController.completeString
field, so now those values are rerouted through a C# static fieldSubmerged.ExileCutscene.Patches.BaseGameResolvingPatches.LastExileText
. This does mean that you now no longer have to worry about Submerged compatibility when patchingExileController.Begin
, as Submerged will pull and use the lastcompleteString
that was set regardless.
Submerged v2023.11.29
Changelog
- Updated to Among Us v2023.11.28
This version of Submerged requires the following dependencies:
Dependency | Version |
---|---|
BepInEx (IL2CPP, x86) | 6.0.0-be.671 |
Reactor | 2.2.0 |
Submerged v2023.11.2
Changelog
- Fixed an issue which sometimes caused players to not move with the elevators
- Fixed an issue which sometimes caused errors in the pre-game lobby if other mods were installed
This version of Submerged requires the following dependencies:
Dependency | Version |
---|---|
BepInEx (IL2CPP, x86) | 6.0.0-be.671 |
Reactor | 2.2.0 |
Submerged v2023.10.29
Changelog
- Added a screen effect during the O2 sabotage
This version of Submerged requires the following dependencies:
Dependency | Version |
---|---|
BepInEx (IL2CPP, x86) | 6.0.0-be.671 |
Reactor | 2.2.0 |
Submerged v2023.10.28
Changelog
- Updated to Among Us v2023.10.24
- Fixed an issue which caused the oxygen kill animation to break depending on the language of the computer
This version of Submerged requires the following dependencies:
Dependency | Version |
---|---|
BepInEx (IL2CPP, x86) | 6.0.0-be.671 |
Reactor | 2.2.0 |
Submerged v2023.8.2
Changelog
- Fixed an issue which caused all players to die if a meeting was called at the same time that the Oxygen sabotage ended (#116)
- Fixed an issue which caused ghosts to be displayed through fog of war for one frame when they died (#118)
- Fixed an issue which prevented players with masks from calling a meeting during the O2 sabotage if the host didn't have a mask as well
Localization
- Added missing Standard Chinese translations (#115)
This version of Submerged requires the following dependencies:
Dependency | Version |
---|---|
BepInEx (IL2CPP, x86) | 6.0.0-be.671 |
Reactor | 2.2.0 |
Submerged v2023.7.24
Changelog
- Updated to Among Us v2022.7.12
- Added compatibility with the Hide and Seek mode
Changes from the last beta
- Fixed an issue which caused the wrong music to play during Hide and Seek until a task was opened and closed (#112)
- Fixed an issue which under certain circumstances allowed the host to start the game on Submerged even though other clients didn't have the mod
This version of Submerged requires the following dependencies:
Dependency | Version |
---|---|
BepInEx (IL2CPP, x86) | 6.0.0-be.671 |
Reactor | 2.2.0 |