Skip to content

☄️ [v6.0] Matchmaking, Game Modes, Levels, Middleware ☄️

Compare
Choose a tag to compare
@evolutionleo evolutionleo released this 07 Jan 19:13
· 17 commits to main since this release

🎉 The long awaited v6.0 update! 🎉
Honestly I should've released this months ago, but it is what it is
There could still be some [breaking] bugs, so please report any so I can fix them asap in v6.0.1

This update introduces a bunch of new features and concepts, improved Matchmaking being the main one obviously, and other systems, such as Game Modes and Levels are just there to support it and allow you to interact with the mm system and describe your specific game.

The old Matchmaking used to just put every player in the first non-full lobby (cringe)
The new Matchmaking system, on the other hand, tries to balance the teams to have close average MMR, as well as account for parties (for now, only full parties are supported for Ranked game modes (any party sizes for unranked though!))

Of course, it is, as always, customizable inside config.js

Have fun and lmk what you think about the update!
- Evoleo