aboutsummaryrefslogtreecommitdiff
path: root/macosclassic/configuration.macos
blob: c3c5cbcd79876a4b1d7110480a395fc88dbfba18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
scummvm atlantis

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
			-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)
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
dig - The Dig

The game IDs must be in lowercase!


Examples:
scummvm -b10 -f monkey
scummvm -p:lechuck: -f monkey2
scummvm playfate


Please refer to readme.txt for other infos.