Advertisement
Guest User

Match issues

a guest
Mar 24th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. When PlayerA and PlayerB join the queue, they will not be battled. After PlayerC joins, they will start matching. Two players will be randomly assigned to make battle.
  2.  
  3. Example: PlayerA joins 5 minutes ago , Player B joined 3 minutes ago , PlayerC is now joining
  4.  
  5. When PlayerB joins the queue, there will be no match because there are not enough people.
  6.  
  7. PlayerC joins and starts a random matching, and randomly finds 2 players and tells the match to succeed after agreeing to the battle. If they do not agree, they will leave the queue.
  8. ----------------------------------------------------------------------
  9.  
  10.  
  11. *Add match start minimum limit
  12. *Add wait for 1 minute or 30 seconds after joining the queue to match
  13.  
  14. *Each tiers can be set
  15.  
  16. min-queue-player: 3
  17.  
  18. match-delay: 30
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement