Matchmaking – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
(Replaced content with " ---- {{Ylands editor navbox}} Category: Ylands: How To")
Tag: Replaced
m (Text replacement - "[[Ylands " to "[[Ylands:")
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
=Overview=
Matchmaker is multiplayer feature, which allows to aggregate players from different servers and spawn for them new game instance. When a matchmaking session is requested for a player, he is then added to the matchmaker queue. After enough players are queued for same game, new server will be spawned for them.
*Players can queue only for games within the same [[Ylands:Game set|'''Game Set''']].
*When enough players are match-maked, new server starts
**If there are not enough players for given time (aprox 2 minutes), the matchmaker will try start the server with minimum players.
**Minimum / maximum players per servers is defined via game settings.
*Matchmaking is started via [[Ylands:Tile - Matchmaking|'''Start Matchmaking''']] instruction.
*Difference from [[Ylands:Tile - Reserve game session|'''Reserve Session''']] is, that players does not have to be on same server.
<gallery>
Image: Ylands Matchmaking-Scheme.png|Matchmaking
</gallery>
== Notes ==
*In order for the game to be eligible for matchmaking, it has to be '''protected'''. Reason is that protected games are run on On demand servers which are part of the matchmaker network.
== See also ==
*[[Ylands:Tile - Matchmaking|'''Start Matchmaking''']]
*[[Ylands:Tile - Reserve game session|'''Reserve session''']]
*[[Ylands:Game set|'''Game set''']]




----
----
{{Ylands editor navbox}}
{{Navbox/Ylands}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}


[[Category: Ylands: How To]]
[[Category: Script: How To]]

Latest revision as of 17:36, 16 November 2022

Overview

Matchmaker is multiplayer feature, which allows to aggregate players from different servers and spawn for them new game instance. When a matchmaking session is requested for a player, he is then added to the matchmaker queue. After enough players are queued for same game, new server will be spawned for them.

  • Players can queue only for games within the same Game Set.
  • When enough players are match-maked, new server starts
    • If there are not enough players for given time (aprox 2 minutes), the matchmaker will try start the server with minimum players.
    • Minimum / maximum players per servers is defined via game settings.
  • Matchmaking is started via Start Matchmaking instruction.
  • Difference from Reserve Session is, that players does not have to be on same server.

Notes

  • In order for the game to be eligible for matchmaking, it has to be protected. Reason is that protected games are run on On demand servers which are part of the matchmaker network.

See also