Small documentation updates.

master
cybersphinx 2011-05-17 23:18:00 +02:00
parent 9615263799
commit 2a71564d7d
3 changed files with 29 additions and 20 deletions

View File

@ -45,7 +45,8 @@ nobase_dist_doc_DATA = \
images/wss.png \
images/www.png \
Readme.en \
ScriptingManual.htm
ScriptingManual.htm \
docbook-xsl.css
EXTRA_DIST = \
quickstartguide.asciidoc \

View File

@ -656,7 +656,8 @@ Design
You need to design new units and VTOLs if you want to overpower your enemies
and get that sweet taste of victory. This aspect of the game is what makes
Warzone unique in its own way.
Warzone unique in its own way. Note that you need a Command Center to be able
to design units!
image:images/design.jpg[]

View File

@ -19,17 +19,23 @@ Warzone 2100 is a 3D science fiction real time strategy game.
OPTIONS
-------
Note: In contrast to older versions option parameters need a '=', space doesn't
work anymore.
*--cheat*::
Run in cheat mode.
*--datadir* 'DIR'::
Set default datadir to DIR.
*--datadir*='DIR'::
Set default datadir to 'DIR'.
*--debug* 'FLAGS'::
Show debug for FLAGS.
*--debug*='FLAG'::
Show debug for 'FLAG', use this several times for several flags. Useful
flags include 'wz', '3d', 'sound', 'video'. 'all' gives all of that and
much more.
*--debugfile* 'FILE'::
Log debug output in FILE.
*--debugfile*='FILE'::
Log debug output in 'FILE'.
*--fullscreen*::
Play in fullscreen mode.
@ -37,17 +43,17 @@ OPTIONS
*--help*::
Show help and exit.
*--mod* 'MOD'::
Enable global mod MOD.
*--mod*='MOD'::
Enable global mod 'MOD'.
*--mod_ca* 'MOD'::
Enable campaign only mod MOD.
*--mod_ca*='MOD'::
Enable campaign only mod 'MOD'.
*--mod_mp* 'MOD'::
Enable multiplay only mod MOD.
*--mod_mp*='MOD'::
Enable multiplay only mod 'MOD'.
*--savegame* 'NAME'::
Load a saved game NAME (needs to include the .gam extension).
*--savegame*='NAME'::
Load a saved game 'NAME' (needs to include the .gam extension).
*--window*::
Play in windowed mode.
@ -55,7 +61,7 @@ OPTIONS
*--version*::
Output version info and exit.
*--resolution* 'WIDTHxHEIGHT'::
*--resolution*='WIDTHxHEIGHT'::
Run at 'WIDTH' times 'HEIGHT' screen resolution. This needs to be a
resolution supported by your X server.
@ -71,14 +77,15 @@ change them.
EXAMPLES
--------
'warzone2100 --fullscreen --resolution 800x600'::
'warzone2100 --fullscreen --resolution=800x600'::
Run in full screen at 800x600 screen resolution.
'warzone2100 --window --resolution 800x600'::
'warzone2100 --window --resolution=800x600'::
Run in a window at 800x600 screen resolution.
'warzone2100'::
Run using the parameters specified last time.
Run the game, with the last used resolution, fullscreen/window, sound and
shadow settings.
AUTHORS
-------