osu-ahr icon indicating copy to clipboard operation
osu-ahr copied to clipboard

Map repeat detection

Open Zyfarok opened this issue 2 years ago • 2 comments

Detect if a map is picked twice in the same hour or so (configurable ?) and forbid it

Zyfarok avatar May 02 '22 14:05 Zyfarok

I considered this feature once, but rejected it because of the potential inconvenience it would cause to players. Simply dividing by time would result in this warning even if all players are replaced.

Meowhal avatar May 28 '22 04:05 Meowhal

You can keep track of the joining time of the players, and check how much players where there when the map was last picked.

Then you could either condition on a player percentage threshold AND/OR time, or on a combination of both like time * player percentage.

If you don't want to enforce it you could at least warn the user.

Zyfarok avatar May 28 '22 13:05 Zyfarok