aboutsummaryrefslogtreecommitdiff
path: root/scummvm.6
blob: e2aaa41494090ee48f96a773af804f96ff9b6e6f (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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
.\"                                      Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH SCUMMVM 6 "April 24, 2002"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh        disable hyphenation
.\" .hy        enable hyphenation
.\" .ad l      left justify
.\" .ad b      justify to both left and right margins
.\" .nf        disable filling
.\" .fi        enable filling
.\" .br        insert line break
.\" .sp <n>    insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
scummvm \- SCUMM graphic adventure game interpreter
.SH SYNOPSIS
.B scummvm
.RI [ options ] " game" ...
.SH DESCRIPTION
\fBscummvm\fP is an interpreter that will play graphic adventure games written
for LucasArts' SCUMM virtual machine. Some other adventure games using similar
engines may be supported - for example \fBSimon The Sorcerer\fP
.P
The following games have been reported to work:
.P
\fBLoom\fP (CD Talkie)
.br
\fBMonkey Island I\fP (CD version)
.br
\fBMonkey Island II\fP
.br
\fBIndiana Jones and the Fate of Atlantis\fP
.br
\fBDay of the Tentacle\fP
.br
\fBSam & Max Hit the Road\fP
.P
Please be aware that the engine may contains bugs and non-implemented features
that may make it impossible to finish the game. Check the website for the
latest compatability information.
.SH OPTIONS
The interpreter expects to find the game's data files in the current directory.
You may supply a different path using -p on the command line. The name of the
game is then supplied on the command line.
.P
.TP
.B simon1win or simon1dos
Simon the Sorcerer
.TP
.B loomcd
Loom CD Talkie
.TP
.B monkey or monkey1
Monkey Island I
.TP
.B monkey2
Monkey Island II
.TP
.B atlantis
Indiana Jones and the Fate of Atlantis
.TP
.B playfate
Indiana Jones and the Fate of Atlantis (demo)
.TP
.B tentacle
Day of the Tentacle
.TP
.B dottdemo
Day of the Tentacle (demo)
.TP
.B samnmax
Sam & Max Hit the Road
.TP
.B snmdemo
Sam & Max Hit the Road (demo)
.P
Additionally, the following options are supported.
.TP
.BI \-b <room>
Starts the game in the specified room. The default is 0.
.TP
.B \-f
Runs in full-screen mode.
.TP
.BI \-p <path>
Set a different path to search for game data
.TP
More options are available, see the readme.txt file for more information.
.TP
.SH RUNNING THE PROGRAM
While the game is running, the following keys can be used (in addition to any
keys used by the game):
.TP
.B F5
Access the in-game save/load/options dialog
.TP
.B Ctrl+0..9
Load a previously saved game state.
.TP
.B Shift+0..9
Save a game state.
.TP
.B Ctrl+Z
Quit the game.
.TP
.B Ctrl+F
Run in fast mode (process frames as fast as possible).
.TP
.B Ctrl+D
Starts the debugger.
.TP
.B Ctrl+S
Shows memory consumption.
.SH AUTHOR
This manual page was written by David Given <dg@cowlark.com>,
for the Debian GNU/Linux system (but may be used by others).
.P
\fBScummVM\fP was written by Ludvig Strigeus <strigeus@users.sourceforge.net>
and the ScummVM team. See
.B http://scummvm.sourceforge.net
for more information.