Open Dankr4d opened 4 years ago
This is partially implemented. Currently the index querying functionality is missing. The live sv.* settings configuration is working but some of them need a map restart. The game mode type of the game server parser need to be modified from enum to string (because it could exists new created/custom game modes and then the unlocker will crash).
For version 0.9.4 I want to add a output parser of dedicated game server to get the current status. Therefore we can display in the gui which map is running and colorize it with the current status (pregame, playing, endgame). Because that the same map could be added more then once, we need also to interact with the game server and query the current idx of the running map. Also I want to add runtime configuration of all sv.* settings.