@@ -21,3 +21,7 @@ The output database will contain three tables, `Cts_times`, `Cts_ranks`, and `Id | |||
* `queries/mplayers.sql`, given a map name, retrieves rank, player public key, and player alias. | |||
* `queries/mranks.sql`, for all maps, retrieves map name, number of records, best time, and alias of player with the best time. | |||
* `queries/rplayers.sql`, given a player public key, retrieves alias, map name, and given player's rank. | |||
## Tested With | |||
* Xonotic 0.8.1 | |||
* Xonotic 0.8.2 |