Dankr4d / BF2142Unlocker

This project aims to unlock all weapons in BF2142 (coop/lan mode). You can equip/customize your soldier ingame.
MIT License
36 stars 7 forks source link

Add dedicated game server api/parser #43

Open Dankr4d opened 4 years ago

Dankr4d commented 4 years ago

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.

Dankr4d commented 3 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).