Stuff described here is very simple and obvious, it might have been posted in one form or another already. I think RnD team understands it, has it in backlog, but has not enough resources or has different priorities. My goal here is to document and express the wish for the feature to be implemented sooner rather than later.
Issues
Current loading and match-making sequence is very primitive and luck/timeout based. The following issues are observered:
- - uneven teams composition after loading (7vs8, 6vs7) since players fail to be found and/or load in allocated time frame. It is very frustrating to play in the under-manned team
- disconnects/crashes are not dealt with which results in uneven teams
- sometimes the match fails to be found after timeout
Suggestion
Implement proper multi-stage loading sequence and not rely on timeouts only. It can be done the following way:
- Stage 0 - Initial. Player is in the mechbay.
- Stage 1 - Queue. Player enters queue for the match.
- - there is queue indicator in the UI, showing the time passed, the estimated time for the queue to end (optional)
- player has ability to exit queue and is back to stage 0
- map is not loaded untill all players are found
- stage ends when proper equal teams are found and all players are ready to load
- - all players load the map selected
- there is a timeout for this process, e.g. 2 minutes
- if at least one player fails to load due to disconnect/crash, all selected players are back to stage 1
- if timeout is reached and at least one player is still loading, all players are back to stage 1
- (optional) players can chat in the lobby
- when all players are loaded, all are moved to stage 3
- - Players can chat, can setup keys/groups, can see map, can move, can discuss tactics
- Ready/not ready sequence may be implemented or just timeout (45-60 seconds?)
- Players disconnecting in this stage may force the game to be back to stage 1, but it may be abused, so it is optional
- - Score is displayed.
- Players can discuss the game in a lobby
- After timeout or by choice the players are back to stage 0 or 1
Ability to reconnect at stages 2-4 is highly desirable, and in this case there should be a timeout when it is safe to leave.
Examples
Dota 2 implemented near-perfect multi-stage loading and gaming sequences, can be regarded as a standard.
Thank you