You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The recorded roster for FMs are far from reliable, if a person leaves a few seconds before the match ends then the report will fail. If I'm not mistaken, this probably has to do with the constant team verification checks that aren't disabled for FMs.
The text was updated successfully, but these errors were encountered:
- Addresses #41
- Team verification has been removed since it probably did more harm than good. League Overseer shouldn't try to be smart and guess teams inaccurately, let BZiON do it
- Team affiliation is now calculated based on their playing time. For example, in an official match a player will play on the correct team the longest time (I hope) so it'll report their loyalty as that team. For fun matches, the team the player is on the longest will be their affiliation so if they switch teams in the match, the team they played on the longest will be their team
- For fun matches, it is required that players play at LEAST 2/7 of the match in order to be considered a part of the match
- For official matches, it is required that players play at LEAST 5 minutes of the match in order to be considered a part of the match
- Players who are idle in the last 2 minutes of a match will not be reported as part of the match. This is hopes that inactive players who idle for an entire match do not cause issues with the reports
Thanks a lot to @asinck for the help, feedback, and sanity checks
Instead of disqualifying players for being idle in the last 2 minutes of the
match, we'll start keeping track of the total estimated amount of idle time
throughout the entire match. 90% of this idle time will be substracted from the
total playing times of players for checking the minimum amount of playing time
during a match
allejo
changed the title
FM Roster Issues
Change method of keeping a player roster
Oct 1, 2016
The recorded roster for FMs are far from reliable, if a person leaves a few seconds before the match ends then the report will fail. If I'm not mistaken, this probably has to do with the constant team verification checks that aren't disabled for FMs.
The text was updated successfully, but these errors were encountered: