Closed AToska21 closed 1 week ago
NOTE: For this PR to function with the rewrite, some changes need to be applied to it.
matchmake-extension/database/find_matchmake_session_by_search_criteria.go
, line 77, right after the for
loop but before the if
statement, add if i == 1 { continue; }
.ms.max_participants
and ms.min_participants
with g.max_participants
and g.min_participants
.Reverted to draft due to Splatfest issues.
Splatfests are secondary, it seems to work fine with private and regular battles. And the rewrite was also updated.
The matchmaking rewrite has a proper release now, so if you update nex-go, nex-protocols-go and nex-protocols-common-go to their latest releases, this will be ready to merge!
Thanks for your contribution!
The matchmaking rewrite has a proper release now, so if you update nex-go, nex-protocols-go and nex-protocols-common-go to their latest releases, this will be ready to merge!
Thanks for your contribution!
Alright, I'll just update and remove the overrides for the libraries!
alright, ready to merge!
Worked good for me. I wasn't able to actually start a match, but that's cuz my test setup is incomplete - but matchmaking seemed to work well.
Hey, I think you accidentally included the compiled server in this PR.
Hey, I think you accidentally included the compiled server in this PR.
Yeah, I noticed that lmao. my bad
Resolves #9
Changes:
Implements the nex-protocols-common-go matchmaking rewrite.