Matchmaking – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Text replacement - "[[Ylands " to "[[Ylands:")
 
(8 intermediate revisions by 3 users not shown)
Line 2: Line 2:
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.
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 withing the same [[Ylands Game set|'''Game Set''']].
*Players can queue only for games within the same [[Ylands:Game set|'''Game Set''']].
*When enough players are match-maked, new server starts
*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.
**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.
**Minimum / maximum players per servers is defined via game settings.
*Matchmaking is started via [[Ylands Tile - Matchmaking|'''Start Matchmaking''']] instruction.
*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.
*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>


-WORK IN PROGRESS-
== 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''']]


==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