Want to discuss something that isn't related to 0 A.D. or Wildfire Games? This is the place. Come on in and introduce yourself. Get to know others who are using 0 A.D.
Here is where you can get help with your questions. Also be sure to tell us how we are doing. What can we improve? What do you wish we could do better? Your opinion matters to us!
This is the place to post general stuff concerning the game. Want to express your love for hoplites or find people to play the game with? Want to share your stories about matches you have played or discuss historical connections to the game? These and any other topics which are related to the game, but don't have their own forums belong in this forum.
Discuss the game play of 0 A.D. Want to know why the game plays the way it does or offer suggestions for how to improve the game play experience? Then this is the forum.
Do you have any questions about modifying the game? What will you need to do what you want to? What are the best techniques? Discuss Modifications, Map Making, AI scripting and Random Map Scripting here.
Forums for decision-making on issues where a consensus can't be reached or isn't sufficient. The committees are chosen from among the official team members, but to ensure an open and transparent decision process it's publically viewable.
It's basically the same code, but I didn't expose all the stuff. e.g Aliases are notoriously a touchy subject. The weights are the default weights the mod had at the time I wrote the app
Indeed, I probably haven't updated the code since my last PR. It's hard for me to estimate how much people use replay pallas so updates are usually low in my list of tasks (which is already massive)
@leopard the code may be similar, but LocalRatings (the mod) and Replay Pallàs are independent from each other. So, any change to the mod does not affect Pallàs.
LocalRatings (the mod) has a filter menu where the minimim number of matches can be set, as well as other filters.
Without having checked myself, I guess Replay Pallàs shows the results with a default combination of filters (as well as a default combination of weights).
It probably makes sense that Pallàs uses one default choice: switching from a combination of filters to another implies recalculating the leaderboard in some cases (not when the minimum amount of matches is changed, but for other filters).
LocalRatings (the mod) is already case-insensitive. This was implemented not long ago, so I assume Pallàs is based on an older LR version.