aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTravis Howell2002-10-23 11:05:59 +0000
committerTravis Howell2002-10-23 11:05:59 +0000
commitd2fb928a9dc54a1e8904e4e2be0cb1cc5feec0af (patch)
treeed85228d497eacc3ef7443e449b7282e4d12f6f3 /README
parent319b37bd7b42af88c1f721855587c955243891e6 (diff)
downloadscummvm-rg350-d2fb928a9dc54a1e8904e4e2be0cb1cc5feec0af.tar.gz
scummvm-rg350-d2fb928a9dc54a1e8904e4e2be0cb1cc5feec0af.tar.bz2
scummvm-rg350-d2fb928a9dc54a1e8904e4e2be0cb1cc5feec0af.zip
Add new command lime switch to readme and correct default volumes.
Change volume limits in gui to 255 svn-id: r5281
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 3 insertions, 2 deletions
diff --git a/README b/README
index 4b30b1a063..24b6c70b01 100644
--- a/README
+++ b/README
@@ -246,8 +246,9 @@ Command Line Options:
-p<path> - Path to where the game is installed. Default is Cwd.
-b<num> - Start in room <num>.
-c<num> - Drive to play cd audio from. E.g., 0 is first drive.
- -s<num> - Set the sfx volume, 0-255. Default is '100'
- -m<num> - Set the music volume, 0-100. Default is '60'
+ -o<num> - Set the master volume, 0-255. Default is '192'
+ -s<num> - Set the sfx volume, 0-255. Default is '192'
+ -m<num> - Set the music volume, 0-255. Default is '192'
-t<num> - Set music tempo. Adlib default: 0x1F0000, Midi: 0x460000
-e<mode> - Select sound engine. See below.
-g<mode> - Select graphics scaler. See below.