Next: , Previous: Network games, Up: Top


12 Configuration

12.1 Command line arguments

12.1.1 Basic options

12.1.2 Usefull, everyday options

12.1.3 Advanced options

12.2 Config file

The user config file keeps a track of all the player options in $HOME/.liquidwar6/config.xml. For instance /home/ufoot/.liquidwar6/config.xml.

It's a plain XML file, with entries of the form:

  <option key="<a-command-line-option-without-the-->" value="<its-value>" />

For instance:

  <option key="fullscreen" value="false" />

Modifying this file with an editor before starting the game or passing the corresponding command line option has pretty much the same effect.

Just a matter of taste 8-)

Some command line options such as --help does not have corresponding entries in the config file, mostly because it does not make sense.