I imagined this feature for those who want to play with their friends even if they don't play the same gamemode.
If they don't play the same gamemode, logically, their scores won't be comparable because the scoring systems aren't the same. Obviously, we can use accuracy win condition, but with Combo and Score, it's better. So, to rank each player, we're not gonna take their raw score, but see how close they are of the max score they can do. Same for combo.
Just with this calculation :
Player score/Max score
The result will be between 0 and 1. So, we just have to rank players using the result of their fraction.
In game, It can be a bit "ugly" to display this fraction in the left-side ranking, so let's just display only combo and accuracy.
I hope you like it ! /o/
How to establish the ranking
If they don't play the same gamemode, logically, their scores won't be comparable because the scoring systems aren't the same. Obviously, we can use accuracy win condition, but with Combo and Score, it's better. So, to rank each player, we're not gonna take their raw score, but see how close they are of the max score they can do. Same for combo.
Just with this calculation :
Player score/Max score
The result will be between 0 and 1. So, we just have to rank players using the result of their fraction.
In game, It can be a bit "ugly" to display this fraction in the left-side ranking, so let's just display only combo and accuracy.
I hope you like it ! /o/