Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To specify a language file the client should use:

Code Block
"-f <langfile>"

Where langfile is the path to the file that has to be named like translation_XX.properties where <XX> is the country code.

...

To specify the language to use:

Code Block
"-g <countrycode>"

Where countrycode is the extension of the langfile (XX – see above).

...

To start the client in console mode, eg. with disabled GUI:

Code Block
"-s"

Setting Username and Password

...