Skip to content

Releases: NuclearPowered/Reactor

2.5.1

Choose a tag to compare

@github-actions github-actions released this 09 Jun 22:33

Supported Among Us: 16.0.5 up to and including 17.4

What's Changed

  • Lookup compiler-generated objects dynamically by @XtraCube in #98

Full Changelog: 2.5.0...2.5.1

2.5.0

Choose a tag to compare

@github-actions github-actions released this 05 Jun 17:18

Supported Among Us: 16.0.5 up to and including 17.0.1

What's Changed

New Contributors

Full Changelog: 2.4.0...2.5.0

2.4.0

Choose a tag to compare

@github-actions github-actions released this 19 Apr 13:28
c91706b

Supported Among Us: 16.0.0 and 16.0.2

Changelog

Full Changelog: 2.3.1...2.4.0

2.3.1

Choose a tag to compare

@github-actions github-actions released this 22 Aug 22:32
2.3.1
e27a792

Supported Among Us: 2024.6.18, 2024.8.13, 2024.9.4

Changelog

  • Add support for 2024.8.13 (#86)
  • Add ReactorCredits api (#87)

2.3.0

Choose a tag to compare

@github-actions github-actions released this 01 Aug 01:40
2.3.0
127f48f

Supported Among Us: 2024.6.18

Changelog

  • Update to 2024.6.18 (#84)
  • Improve handshake popup (#77)
  • Add support for win-x64 game build (127f48f)

2.2.0

Choose a tag to compare

@github-actions github-actions released this 20 Jul 15:18
6eb0bf1

Supported Among Us: 2023.7.11, 2023.7.12, 2023.10.24, 2023.11.28, 2024.3.5 and 2024.6.4

Changelog

  • Update to 2023.7.11

2.1.0

Choose a tag to compare

@github-actions github-actions released this 22 Dec 11:59
2407a99

Supported Among Us: 2022.12.8, 2022.12.14, 2023.2.28

Changelog

  • Update to 2022.12.8

2.0.0

Choose a tag to compare

@github-actions github-actions released this 26 Oct 00:08
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

1.2.8

Choose a tag to compare

@github-actions github-actions released this 23 Aug 19:29
a6152f5

Supported Among Us: 2022.6.21 - 2022.8.23

Changelog

  • Add support for 2022.8.23

1.2.7

Choose a tag to compare

@github-actions github-actions released this 24 Jun 03:03
f24cbf1

Supported Among Us: 2022.6.21 - 2022.7.12

Changelog

  • Fix accounts not working on epic games store build