Skip to content
This repository was archived by the owner on Feb 17, 2021. It is now read-only.

Global Ranking #3

Open
QuinnBast opened this issue Apr 11, 2020 · 5 comments
Open

Global Ranking #3

QuinnBast opened this issue Apr 11, 2020 · 5 comments
Labels
api DLL enhancement New feature or request

Comments

@QuinnBast
Copy link
Contributor

Opened by @XATEV

Displaying rankings may be done by showing the top 100 players as well as your position at the bottom (if position > 100) and may be sorted by points, gold/silver/bronze medals, kills etc.
We will updates these values once a game finishes and the .dll is validated on the back-end.
In theory there could be all kind of stats, including outposts taken, drillers produced and so on...

@QuinnBast QuinnBast added api DLL enhancement New feature or request labels Apr 11, 2020
@QuinnBast
Copy link
Contributor Author

@billyb2: Should be relatively simple. When asked by the user for global ranking, the server could just sort all players by rank and show the top 100, as well as showing the current player's position and the 5 players above and below them.

@QuinnBast
Copy link
Contributor Author

@XATEV That's exactly what I had in mind 👍

@QuinnBast
Copy link
Contributor Author

@billyb2:
Sweet! I'll start working on implementing this as soon as I can.

@QuinnBast
Copy link
Contributor Author

We currently have no way of storing, tracking or changing a player's MMR/ranking I don't think. This will eventually all be tied in to the /end_game action and once a game is over the player's MMRs will be updated automatically. Will need to look into how the MMR system works and try to implement it once we get there

@QuinnBast
Copy link
Contributor Author

@billyb2
But every player's rating is shown in player statistics. As for things like outposts taken, players eliminated, etc., we could add that as a column to player_statistics.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api DLL enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant