From 1efd91d5154458b5030717150a60ffb87b5b6957 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Sat, 4 Oct 2003 04:58:49 +0000 Subject: update the update and consistently use number instead of int when describing config file options to be more user friendly svn-id: r10587 --- README | 86 +++++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 43 insertions(+), 43 deletions(-) diff --git a/README b/README index 8a0461fa60..0c2fd288b4 100644 --- a/README +++ b/README @@ -317,42 +317,42 @@ arguments - see the next section. ---- --------------------- scummvm [OPTIONS] [GAME] - [GAME] - Short name of game to load. For example, 'monkey' for + [GAME] - Short name of game to load. For example, 'monkey' for Monkey Island. This can be either a known gameid, or a pre-configured target. - -p - Path to where the game is installed. Default is CWD. - -x[num] - Save game slot to load (default: autosave) - -f - Full-screen mode. (-F forces window mode.) - -g - Select graphics scaler. See below. - -e - Select sound engine. See below. - -q - Select language. See below. - -c - Drive to play CD audio from. E.g., 0 is first drive. - -j[num] - Enable input with joystick (default: 0 - 1st joystick) - -m - Set the music volume, 0-255. Default is '192' - -o - Set the master volume, 0-255. Default is '192' - -s - Set the sfx volume, 0-255. Default is '192' - -t - Set music tempo. 50-200. Default is '100' (percent) - -n - Disable subtitles. Use with games that have voice. - -y - Set talk speed ('yak option'). Default is '60' - -l - Load alternate configuration file - -w[file] - Write configuration file - -v - Show version information and exit - -z - Display list of games - -b - Pass number to the boot script (boot param) - -d[num] - Set debug verbosity to - -u - Dump scripts if a directory called 'dumps' exists in - current directory - --platform= - Specify version of game (amiga,atari-st,macintosh) - --multi-midi - Enable combination Adlib and native MIDI - --native-mt32 - True Roland MT-32 (disable GM emulation) - --fullscreen - Full-screen mode (same as -f) - --aspect-ratio - Enable aspect ratio correction - --demo-mode - Start demo mode of Maniac Mansion (Classic version) - --floppy-intro - Use floppy version intro for Beneath a Steel Sky CD - -The meaning of long options can be inverted by prefixing them with "no-", e.g. ---no-aspect-ratio. This is useful if you want to override a setting in the + -p - Path to where the game is installed. Default is CWD. + -x[num] - Save game slot to load (default: autosave) + -f - Full-screen mode. (-F forces window mode.) + -g - Select graphics scaler. See below. + -e - Select sound engine. See below. + -q - Select language. See below. + -c - Drive to play CD audio from. E.g., 0 is first drive. + -j[num] - Enable input with joystick (default: 0 - 1st joystick) + -m - Set the music volume, 0-255. Default is '192' + -o - Set the master volume, 0-255. Default is '192' + -s - Set the sfx volume, 0-255. Default is '192' + -t - Set music tempo. 50-200. Default is '100' (percent) + -n - Disable subtitles. Use with games that have voice. + -y - Set talk speed ('yak option'). Default is '60' + -l - Load alternate configuration file + -w[file] - Write configuration file + -v - Show version information and exit + -z - Display list of games + -b - Pass number to the boot script (boot param) + -d - Set debug verbosity to + -u - Dump scripts if a directory called 'dumps' exists in + current directory + --platform= - Specify version of game (amiga,atari-st,macintosh) + --multi-midi - Enable combination Adlib and native MIDI + --native-mt32 - True Roland MT-32 (disable GM emulation) + --fullscreen - Full-screen mode (same as -f) + --aspect-ratio - Enable aspect ratio correction + --demo-mode - Start demo mode of Maniac Mansion (Classic version) + --floppy-intro - Use floppy version intro for Beneath a Steel Sky CD + +The meaning of most long options can be inverted by prefixing them with "no-", +e.g. --no-aspect-ratio. This is useful if you want to override a setting in the configuration file. The short game name ('game target') you see at the end of the command @@ -789,8 +789,8 @@ The following keywords are recognized: path string The path to where a game's data files are read_only bool If true, ScummVM will never try to overwrite the configuration file. - save_slot - savepath The path to where a game will store its + save_slot number The save game number to load on startup. + savepath string The path to where a game will store its savegames. versioninfo string The version of the ScummVM that created the configuration file. @@ -812,25 +812,25 @@ The following keywords are recognized: super2xsai, supereagle, advmame2x, advmame3x, hq2x, hq3x, tv2x, dotmatrix) - cdrom int Number of CD-ROM unit to use for audio. If + cdrom number Number of CD-ROM unit to use for audio. If negative, don't even try to access the CD-ROM. - joystick_num int Number of joystick device to use for input - master_volume int The master volume setting (0-255) + joystick_num number Number of joystick device to use for input + master_volume number The master volume setting (0-255) music_driver string The music engine to use. - music_volume int The music volume setting (0-255) + music_volume number The music volume setting (0-255) multi_midi bool If true, enable combination Adlib and native MIDI. native_mt32 bool If true, disable GM emulation and assume that there is a true Roland MT-32 available. - sfx_volume int The sfx volume setting (0-255) - tempo int The music tempo (50-200) (default: 100) + sfx_volume number The sfx volume setting (0-255) + tempo number The music tempo (50-200) (default: 100) demo_mode bool Start demo in Maniac Mansion (Classic version) floppy_intro bool Use floppy version of introduction in Beneath a Steel Sky (CD version) - bootparam int Pass this number to the boot script - debuglevel int Enable debug output. The higher number, the + boot_param number Pass this number to the boot script + debug_level number Enable debug output. The higher number, the more verbose output. 9.0 Compiling: -- cgit v1.2.3