From 5759a54b326a31dfacf3470ec8fc14b16fe6112e Mon Sep 17 00:00:00 2001 From: historic_bruno Date: Sun, 17 Apr 2011 20:58:14 +0000 Subject: [PATCH] Removes few remnants of rmgen from the binaries directory. Updates readme.txt with new command line options. This was SVN commit r9281. --- binaries/system/RebuildRandomMaps.bat | 2 - binaries/system/readme.txt | 70 ++++++++++++++++----------- 2 files changed, 43 insertions(+), 29 deletions(-) delete mode 100644 binaries/system/RebuildRandomMaps.bat diff --git a/binaries/system/RebuildRandomMaps.bat b/binaries/system/RebuildRandomMaps.bat deleted file mode 100644 index c01909c98d..0000000000 --- a/binaries/system/RebuildRandomMaps.bat +++ /dev/null @@ -1,2 +0,0 @@ -rmgen cantabrian_highlands cantabrian_generated -rmgen neareastern_badlands neareastern_generated \ No newline at end of file diff --git a/binaries/system/readme.txt b/binaries/system/readme.txt index 82be04ff45..8a9a5abd7c 100644 --- a/binaries/system/readme.txt +++ b/binaries/system/readme.txt @@ -1,33 +1,49 @@ 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 ? --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 +-autostart load a map instead of showing main menu (see below) +-buildarchive unused? +-conf:KEY=VALUE set a config value (overrides the contents of system.cfg) +-entgraph unused? +-g=F set the gamma correction to 'F' (default 1.0) +-listfiles unused? +-mod NAME start the game using NAME mod +-nosound disable audio +-onlyPublicFiles force game to use only the public (default) mod +-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 Windows-specific: --wQpcTscSafe allow timing via QueryPerformanceCounter despite the fact - that it's using TSC and it may be unsafe. has no effect if - a better timer (i.e. the HPET) is available. - should only be specified if: - - you are sure your system does not engage in - thermal throttling (including STPCLK) OR - - an "RDTSC patch" is installed - this flag is also useful if all other alternatives are worse - than a potentially risky or slightly broken TSC-based QPC. +-wQpcTscSafe allow timing via QueryPerformanceCounter despite the fact + that it's using TSC and it may be unsafe. has no effect if + a better timer (i.e. the HPET) is available. + should only be specified if: + - you are sure your system does not engage in + thermal throttling (including STPCLK) OR + - an "RDTSC patch" is installed + this flag is also useful if all other alternatives are worse + than a potentially risky or slightly broken TSC-based QPC. --wNoMahaf prevent any physical memory mapping or direct port I/O. - this disables all ACPI-related code and thus some of the - timer backends. specify this if problems are observed with - one of the abovementioned subsystems. +-wNoMahaf prevent any physical memory mapping or direct port I/O. + this disables all ACPI-related code and thus some of the + timer backends. specify this if problems are observed with + one of the abovementioned subsystems. + + +Autostart options: +-autostart=NAME map name for scenario, or rms name for random map +-autostart-playername=NAME multiplayer player name +-autostart-host multiplayer host mode +-autostart-players=NUMBER number of players +-autostart-client multiplayer client mode +-autostart-ip=IP multiplayer connect to given IP +Random maps only: +-autostart-random random map +-autostart-random=SEED random map with seed value (default 0, use -1 for random) +-autostart-size=TILES random map size in tiles (default 192)