MovingBlocks / FacadeServer

A headless facade that acts as a game host and provides web-based administration. Automation category: Terasology Facade. See https://forum.terasology.org/threads/facadeserver-headless-server-with-web-interface.1906
Apache License 2.0
4 stars 11 forks source link

Better handling of command line arguments #26

Closed gianluca-nitti closed 6 years ago

gianluca-nitti commented 6 years ago

A nice but still missing feature would be supporting the same command line arguments supported by the regular PC facade, like for example -overrideDefaultConfig.

Right now they are mostly managed by the PC facade itself, so a first step could be considering if it's the case to migrate some code from that class to the engine package to be able to reuse it for other facades (like Server) and avoid duplicating code.

gianluca-nitti commented 6 years ago

Closing as handling of the most relevant arguments has been implemented by @Inei1 in #29.