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

Handle more command line arguments #29

Closed Inei1 closed 6 years ago

Inei1 commented 6 years ago

Solves #26. There are three command line arguments in the PC facade that work with a headless server added by this PR. More testing is needed for the -overrideDefaultConfig argument, but the others work perfectly. Most of the new code is duplicated from the PC facade.

gianluca-nitti commented 6 years ago

Thanks - tested and works fine, also -overrideDefaultConfig. My quick test consisted in

gianluca-nitti commented 6 years ago

Small GitHub tip: when a PR fixes an issue, like in this case, you can use one of the keywords, like fixes instead of solves, and when the PR is merged the issue is automagically closed :slightly_smiling_face: