diff options
author | Enrico Rolfi | 2002-03-09 00:08:50 +0000 |
---|---|---|
committer | Enrico Rolfi | 2002-03-09 00:08:50 +0000 |
commit | 55f0efa89457ba2c7c8572f2bea0d444b1c6d9ec (patch) | |
tree | c54cff8d1e697ee2f70e298b412357851a2415cc | |
parent | 8b0e3367b4175f8a7eaea3f77359b31820e61496 (diff) | |
download | scummvm-rg350-55f0efa89457ba2c7c8572f2bea0d444b1c6d9ec.tar.gz scummvm-rg350-55f0efa89457ba2c7c8572f2bea0d444b1c6d9ec.tar.bz2 scummvm-rg350-55f0efa89457ba2c7c8572f2bea0d444b1c6d9ec.zip |
Configuration file to simulate the command line parameters (to write the cmd line at every start is boring!)
svn-id: r3698
-rwxr-xr-x | macosclassic/configuration.macos | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/macosclassic/configuration.macos b/macosclassic/configuration.macos new file mode 100755 index 0000000000..7456dac515 --- /dev/null +++ b/macosclassic/configuration.macos @@ -0,0 +1,36 @@ +scummvm monkey + +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. + +Syntax: +scummvm [-b<num> -f] game + +scummvm - the program itself +b<num> - start in that room +f - fullscreen mode +game - game id + + +Game IDs: +indy3 - Indiana Jones and the Last Crusade (256 color version) +zak256 - Zak McKracken and the Alien Mindbenders (256 color version) +loom - Loom +monkeyEGA - Monkey Island 1 (EGA version) +loomcd - Loom (256 color CD version) +monkey - Monkey Island 1 +monkey2 - Monkey Island 2: LeChuck's revenge +atlantis - Indiana Jones 4 and the Fate of Atlantis +playfate - Indiana Jones 4 and the Fate of Atlantis (Demo) +tentacle - Day Of The Tenctacle +dottdemo - Day Of The Tenctacle (Demo) +samnmax - Sam & Max +snmdemo - Sam & Max (Demo) +ft - Full Throttle + +The game IDs must be in lowercase! + + +Examples: +scummvm -b10 -f monkey +scummvm -f monkey2 +scummvm playfate
\ No newline at end of file |