0ad/binaries/system/readme.txt
Ykkrosh 8b7d1fcfb3 * Moved command-line options list from system.cfg into readme.txt. Updated the list to reflect reality. Removed -novbo option because you can use the .cfg file instead.
* Changed log files to trigger standards mode in Firefox (to be
consistent with other browsers), by making it valid HTML5. Changed the
font and some spacing.
 * Made CLogger default to ignoring messages if it hasn't been
initialised yet, instead of crashing.
 * Added leak reporting to the unit tests.
 * Renamed mods/_tests to mods/_test.xero, since it's only used by
Xeromyces and the other tests use mods/_test.otherstuff instead.
 * Fixed Atlas compilation on Windows.
 * Moved Atlas's DLL-loading code into a separate class, so it can be
shared.

This was SVN commit r4707.
2006-12-20 03:09:21 +00:00

18 lines
672 B
Plaintext
Executable File

COMMAND LINE OPTIONS:
-autostart=MAP load the file 'MAP' instead of showing the main menu
-buildarchive ?
-conf:KEY=VALUE set a config value (overrides the contents of system.cfg)
-entgraph ?
-fixedframe enable fixed frame timing; ?
-g=F set the gamma correction to 'F' (default 1.0)
-listfiles ?
-profile=NAME ?
-quickstart load faster (disables audio and some system info logging)
-shadows enable shadows
-vsync enable VSync, i.e. lock FPS to monitor refresh rate
-xres=N set screen X resolution to 'N'
-yres=N set screen Y resolution to 'N'
-editor launch the Atlas scenario editor
-actorviewer when combined with -editor, launch the Actor Viewer tool