I am hoping that one day the server will expose information available from sources like `-logStats` through RCON, preferably with parser friendly output like JSON.
At the very minimum, the useful features in output of such a command would be:
- Number of players on the server
- Scenario the server is running
- Current server FPS
First two are already exposed through A2S, but RCON might be a better place to have a unified command to get this information. Basically all of LogStats could be exposed.
Game modes could add their own data, such as who is currently winning the Conflict round, how many players there are per faction...