Integrate AMCI with the existing Reactor handshake - #109
Open
miniduikboot wants to merge 1 commit into
Open
Conversation
Innersloth added an option, AMCI, that allows mods to register themself on official servers. The servers can then show public lobbies for games with the same data on them. For more info, see https://github.com/Innersloth-LLC/AmongUsModdingInformation?tab=readme-ov-file#all-client-mod-client-identification Note that as of writing only the first point has been implemented on Innersloth's servers because the guid of players joining a game is not checked, so the Reactor handshake remains necessary. Unfortunately only a single mod can be registered, so we have to be creative: we hash together all the ID's of the mods to a single GUID. We include all the mods that are required on all sides for this.
NikoCat233
suggested changes
Sep 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Innersloth added an option, AMCI, that allows mods to register themself on official servers. The servers can then show public lobbies for games with the same data on them. For more info, see
https://github.com/Innersloth-LLC/AmongUsModdingInformation?tab=readme-ov-file#all-client-mod-client-identification
Note that as of writing only the first point has been implemented on Innersloth's servers because the guid of players joining a game is not checked, so the Reactor handshake remains necessary.
Unfortunately only a single mod can be registered, so we have to be creative: we hash together all the ID's of the mods to a single GUID. We include all the mods that are required on all sides for this.
Closes: #108