https://github.com/gd-programming/gd.docs/blob/docs/docs/encoding/checks.md#level-leaderboard table is incorrect:
|
## [Level Leaderboard][get_level_leaderboard] |
|
|
|
| name | description | |
|
|---------------|---------------------------------------------------------------------------| |
|
| `accountID` | The account ID of the user requesting. | |
|
| `levelID` | ID of the level to find leaderboard for. | |
|
| `percent` | The record percentage on the level. | |
|
| `jumps` | The total count of jumps on the level. | |
|
| `attempts` | The total count of attempts spent. | |
|
| `seed` | See [generating leaderboard seed][leaderboard_seed] for more information. | |
|
| `differences` | Personal best differences, e.g `0 -> 13 -> 100 => 13,87`. | |
|
| `unknown` | Unknown functionality. Set to `1`. | |
|
| `coins` | The coins count on the level. | |
|
| `timelyID` | The timely ID of the level (`0` if not timely). | |
|
| `seed` | [Random String][random_string]. | |
|
|
here is my theory what inputs to chk sha1 hash are: https://docs.google.com/spreadsheets/d/1waEPGS9qCFvSQxfA4fysIHf9YrOm9KxHycszvJcL3vs/edit (blue background cells) but that's just a theory a game theory!
https://github.com/gd-programming/gd.docs/blob/docs/docs/encoding/checks.md#level-leaderboard table is incorrect:
gd.docs/docs/encoding/checks.md
Lines 131 to 146 in fd540a4
here is my theory what inputs to chk sha1 hash are: https://docs.google.com/spreadsheets/d/1waEPGS9qCFvSQxfA4fysIHf9YrOm9KxHycszvJcL3vs/edit (blue background cells) but that's just a theory a game theory!