CommandLineOptions.wiki
changeset 587 8105e95297e3
parent 293 2dc603c7d7e6
child 733 5e67a58c1361
equal deleted inserted replaced
586:c6cd16f6954a 587:8105e95297e3
    53 
    53 
    54   * _Windows_: {{{%USERPROFILE%\Hedgewars}}}
    54   * _Windows_: {{{%USERPROFILE%\Hedgewars}}}
    55   * _Linux_: {{{~/.hedgewars}}}
    55   * _Linux_: {{{~/.hedgewars}}}
    56   * _Mac OS X_: {{{~/Library/Application Support/Hedgewars}}}
    56   * _Mac OS X_: {{{~/Library/Application Support/Hedgewars}}}
    57 
    57 
    58 --raw-quality value is determined by combining the values of the flags you wish to enable. Up to date variables (in hex) are online. [http://code.google.com/p/hedgewars/source/browse/hedgewars/uConsts.pas#62 uConsts.pas]
    58 --raw-quality value is determined by combining the values of the flags you wish to enable. Up to date variables (in hex) are online. [http://hg.hedgewars.org/hedgewars/file/default/hedgewars/uConsts.pas#l62 uConsts.pas]
    59 
    59 
    60   * {{{qLowRes        = 1}}}
    60   * {{{qLowRes        = 1}}}
    61   * {{{rqBlurryLand   = 2}}}
    61   * {{{rqBlurryLand   = 2}}}
    62   * {{{rqNoBackground = 4}}}
    62   * {{{rqNoBackground = 4}}}
    63   * {{{rqSimpleRope   = 8}}}
    63   * {{{rqSimpleRope   = 8}}}
    73 Eg: to have blurry land and simple rope, you would use the number 10 (2+8)
    73 Eg: to have blurry land and simple rope, you would use the number 10 (2+8)
    74 
    74 
    75 There are some internal commands, such as --internal, --port [int], that are not meant for command line usage.
    75 There are some internal commands, such as --internal, --port [int], that are not meant for command line usage.
    76 
    76 
    77 If you want to get your hands dirty and see how the engine interprets commands, you can check out the source code.
    77 If you want to get your hands dirty and see how the engine interprets commands, you can check out the source code.
    78 [http://code.google.com/p/hedgewars/source/browse/hedgewars/ArgParsers.inc ArgParsers.inc]
    78 [http://hg.hedgewars.org/hedgewars/file/default/hedgewars/ArgParsers.inc ArgParsers.inc]
    79 
    79 
    80 ----
    80 ----
    81 
    81 
    82 = Frontend =
    82 = Frontend =
    83 
    83