CommandLineOptions.wiki
changeset 1963 1175d2f6f198
parent 1478 f9f8cd78107a
child 2044 683467addd2e
equal deleted inserted replaced
1962:ce81a816e06d 1963:1175d2f6f198
    84 
    84 
    85 Personal game data is by default contained in one of the following directories:
    85 Personal game data is by default contained in one of the following directories:
    86 
    86 
    87   * _Windows_: {{{%USERPROFILE%\Hedgewars}}}
    87   * _Windows_: {{{%USERPROFILE%\Hedgewars}}}
    88   * _GNU/Linux_: {{{~/.hedgewars}}}
    88   * _GNU/Linux_: {{{~/.hedgewars}}}
    89   * _Mac OS X_: {{{~/Library/Application Support/Hedgewars}}}
    89   * _macOS_: {{{~/Library/Application Support/Hedgewars}}}
    90 
    90 
    91 `--raw-quality value` is determined by combining the values of the flags you wish to enable. Up-to-date variables (in hexadecimal) are online here: [https://hg.hedgewars.org/hedgewars/file/default/hedgewars/uConsts.pas#l62 uConsts.pas]
    91 `--raw-quality value` is determined by combining the values of the flags you wish to enable. Up-to-date variables (in hexadecimal) are online here: [https://hg.hedgewars.org/hedgewars/file/default/hedgewars/uConsts.pas#l62 uConsts.pas]
    92 
    92 
    93   * {{{qLowRes        = 1}}}
    93   * {{{qLowRes        = 1}}}
    94   * {{{rqBlurryLand   = 2}}}
    94   * {{{rqBlurryLand   = 2}}}