[High Scores] hard limit on number of high scores?

Posted by PageWizard
For a given high score list, is there a hard limit on the number of entries allowed in a high score list? When it becomes full, what does it do? I just want to know for how I implement the usage of my high score lists.

Replies (2)

Last message on 9 Jul 2016

Size43 (Administrator) on 9 Jul 2016, 21:21:11
There is no limit on the number of entries in a highscorelist. The full list will also be sent to every client, so you always have every single highscore.
PageWizard (Topicstarter) on 9 Jul 2016, 21:30:46
Thank you :)! I just wanted to make sure.