question

Pere Gomis avatar image
Pere Gomis asked

Multiplayer matchmaking with mmr

I am trying to make a matchmaking queue with two DifferenceRule rules. They both have the same MatchmakingRating AttributePath.

One of them has more weight and a maximum difference of 100 and the other has less weight with a greater difference. That's right?

I want to make a matchmaking queue which first looks for a ticket that is closer to the first rule with more weight and if it does not find anything it looks for using the second rule with less weight but greater difference.

Thank you

multiplayerMatchmaking
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Pere Gomis avatar image
Pere Gomis answered
I already found a way to do it using linear expansion. Docs
1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Citrus Yan avatar image Citrus Yan commented ·

Correct, linear expansive is the right choice for you scenario.

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.