Edited wiki page CommandLineOptions through web user interface.
--- a/CommandLineOptions.wiki Sat Dec 15 21:01:28 2012 +0000
+++ b/CommandLineOptions.wiki Sat Dec 15 23:18:47 2012 +0000
@@ -22,8 +22,6 @@
== Standard Use ==
{{{$ hwengine [path to hedgewars folder] <path to data folder> <path to replay file>}}}
-The hedgewars folder is optional, but may be useful if you have more than one installation.
-
The data folder is where you installed the game, or where you configured it at compile time.
By default it is contained in the following directory:
@@ -36,6 +34,7 @@
== Advanced Use ==
It is possible to specify settings by adding additional arguments:
+ * {{{--user-dir [path to hedgewars folder]}}} - Sets the path to game folder
* {{{--locale [path to language file]}}} - Sets the game language
* {{{--width [size]}}} - Starts the game with the given width (in pixels)
* {{{--height [size]}}} - Starts the game with the given height (in pixels)
@@ -64,9 +63,7 @@
* {{{--set-multimedia [screen height] [screen width] [color dept] [volume] [enable music] [enable sounds] [language file] [full screen]}}}
* {{{--set-everything [screen height] [screen width] [color dept] [volume] [enable music] [enable sounds] [language file] [full screen] [show FPS] [alternate damage] [timer value] [reduced quality]}}}
-== Very Advanced Use (l33t only) ==
-If you want to get your hands dirty and see how the engine interprets commands, you can check out the source code.
-[http://code.google.com/p/hedgewars/source/browse/hedgewars/ArgParsers.inc ArgParsers.inc]
+== Advanced Quality Options ==
--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]
@@ -101,4 +98,7 @@
$ hwengine anywhere/replay.hwd
$ hwengine installpath/hedgewars/Data anywhere/replay.hwd --set-video 1024 768
$ hwengine installpath/hedgewars/Data anywhere/replay.hwd --nosound 1
-}}}
\ No newline at end of file
+}}}
+
+If you want to get your hands dirty and see how the engine interprets commands, you can check out the source code.
+[http://code.google.com/p/hedgewars/source/browse/hedgewars/ArgParsers.inc ArgParsers.inc]
\ No newline at end of file