Skip to content

2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Oct 00:08
· 37 commits to master since this release
67c89f9

Supported Among Us: 2022.10.25

Changelog

  • BREAKING: Update to BepInEx 662, which is based on CoreCLR instead of Mono
  • BREAKING: Refactor large parts of Reactor. Imports may need to be changed (#62)
  • BREAKING: Changed handshake to be opt-in rather than opt-out
  • Update to Among Us 2022.10.25
  • Added localization API (#64)
  • Added handshake for HTTP matchmaking
  • Added handshake for Official servers

For server owners, please update Reactor.Impostor to 2.0.0 as well. Note that Reactor.Impostor 2.0 is not backwards compatible with Reactor 1.0.

Migration advice:

To update to CoreCLR Bepinex, you need to change your csproj file to reference the new BepInEx. You also need to change import paths, generally BepInEx.IL2CPP becomes BepInEx.Unity.IL2CPP and UnhollowerBaseLib becomes Il2CppInterop.Runtime.

To opt into the new handshake, add [ReactorModFlags(ModFlags.RequireOnAllClients)] to your plugin's main class. This will stop people without the mod from joining games with your mod. See https://docs.reactor.gg/guides/handshake for more details