diff options
author | Enrico Rolfi | 2002-03-09 13:42:22 +0000 |
---|---|---|
committer | Enrico Rolfi | 2002-03-09 13:42:22 +0000 |
commit | b0af52c66c7d44ae38d504b280f469126fc0a12c (patch) | |
tree | c78662b688ff68c3921f44c86d2b19d0df0016c1 /macosclassic | |
parent | 2f0a07f6b91e3ecd07cce1b6dd6bb1d1da610c1f (diff) | |
download | scummvm-rg350-b0af52c66c7d44ae38d504b280f469126fc0a12c.tar.gz scummvm-rg350-b0af52c66c7d44ae38d504b280f469126fc0a12c.tar.bz2 scummvm-rg350-b0af52c66c7d44ae38d504b280f469126fc0a12c.zip |
Added parameters specifications
svn-id: r3710
Diffstat (limited to 'macosclassic')
-rwxr-xr-x | macosclassic/configuration.macos | 26 |
1 files changed, 18 insertions, 8 deletions
diff --git a/macosclassic/configuration.macos b/macosclassic/configuration.macos index 7456dac515..c3c5cbcd79 100755 --- a/macosclassic/configuration.macos +++ b/macosclassic/configuration.macos @@ -1,15 +1,21 @@ -scummvm monkey +scummvm atlantis -This setup file is needed to configure the scummvm parameters on the Macintosh. The first line is the same as the command line in a shell-like environment. +This setup file is needed to configure the scummvm parameters on the Macintosh. This first line is the same as the command line in a shell-like environment. Syntax: scummvm [-b<num> -f] game -scummvm - the program itself -b<num> - start in that room -f - fullscreen mode -game - game id + scummvm - the program itself + -p<path> - path to where the game is installed + -b<num> - start in that room + -s<num> - set the scale factor, 1-3 (default is '2') + -m<num> - set the music volume, 0-100 (default is '60') + -t<num> - set music tempo (default is '2031616') + -f - fullscreen mode + -n - disable subtitles + game - the game ID +Note for the path: On the Macintosh you should use the semicolon instead of the slash to specify the gamepath. (i.e. -p:monkeyisland2: or -pSystem:Games:Indy3:) Game IDs: indy3 - Indiana Jones and the Last Crusade (256 color version) @@ -26,11 +32,15 @@ dottdemo - Day Of The Tenctacle (Demo) samnmax - Sam & Max snmdemo - Sam & Max (Demo) ft - Full Throttle +dig - The Dig The game IDs must be in lowercase! Examples: scummvm -b10 -f monkey -scummvm -f monkey2 -scummvm playfate
\ No newline at end of file +scummvm -p:lechuck: -f monkey2 +scummvm playfate + + +Please refer to readme.txt for other infos.
\ No newline at end of file |