skybaks / pyplanet-cup_manager

Competition Management Plugin for Trackmania Pyplanet
GNU General Public License v3.0
6 stars 2 forks source link

Potiential Bug with TA results sum across multiple maps #7

Closed skybaks closed 2 years ago

skybaks commented 2 years ago

If you sum the scores of players across multiple maps and the mode is time based, (Like TimeAttack) then it will sort players by shortest total time. If a player did not play all the maps then they will have a total overall shorter time than a player who did play all the maps. To counter this we should probably take into account some kind of "Maps Played" count and then sort off of that like we do for laps mode with checkpoint count.