equal
deleted
inserted
replaced
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 * _Mac OS X_: {{{~/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: [http://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}}} |
95 * {{{rqNoBackground = 4}}} |
95 * {{{rqNoBackground = 4}}} |
96 * {{{rqSimpleRope = 8}}} |
96 * {{{rqSimpleRope = 8}}} |
106 E.g., to have blurry land and simple rope, you would use the number 10 (2+8). |
106 E.g., to have blurry land and simple rope, you would use the number 10 (2+8). |
107 |
107 |
108 There are some internal commands, such as `--internal`, `--port [int]`, that are not meant for command-line usage. |
108 There are some internal commands, such as `--internal`, `--port [int]`, that are not meant for command-line usage. |
109 |
109 |
110 If you want to get your hands dirty and see how the engine interprets commands, you can check out the source code: |
110 If you want to get your hands dirty and see how the engine interprets commands, you can check out the source code: |
111 [http://hg.hedgewars.org/hedgewars/file/default/hedgewars/ArgParsers.inc ArgParsers.inc] |
111 [https://hg.hedgewars.org/hedgewars/file/default/hedgewars/ArgParsers.inc ArgParsers.inc] |
112 |
112 |
113 == Server == |
113 == Server == |
114 |
114 |
115 The server can be configured to run on non standard port or to run as separate process. |
115 The server can be configured to run on non standard port or to run as separate process. |
116 |
116 |