Releases: NuclearPowered/Reactor
2.3.1
2.3.0
2.2.0
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
Supported Among Us: 2022.12.8
, 2022.12.14
, 2023.2.28
Changelog
- Update to 2022.12.8
2.0.0
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
Supported Among Us: 2022.6.21
- 2022.8.23
Changelog
- Add support for 2022.8.23
1.2.7
Supported Among Us: 2022.6.21
- 2022.7.12
Changelog
- Fix accounts not working on epic games store build
1.2.6
Supported Among Us: 2022.3.29
Changelog
- Improve regionInfo.json writing logic by @miniduikboot in #55
1.2.5
Supported Among Us: 2022.3.29
Changelog
- Added support for 2022.3.29