aboutsummaryrefslogtreecommitdiff
path: root/doc/running.tex
blob: b424d508902882b3ca90c5726beb183e5915be77 (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
\section{Running ScummVM}

Before you run the engine, you need to put the game's data files in a
directory. The filenames must not be in mixed case on *nix systems
(for example, these are valid names: "monkey2.000", "MONKEY2.000", while
this is a bad one: "Monkey2.000"). If you use a game with speech, the file
monster.sou must reside in the same directory as the data files.

Please note that by default, ScummVM will save games in the directory
it is executed from, so you should refrain from running it from more than
one location. Further information, including how to specify a specific save
directory to avoid this issue, are in section 6.0.

ScummVM can be launched directly by running the executable. In this case,
the built-in launcher will activate. From this, you can add games (click
'Add Game'), or launch games which have already been configured.

ScummVM can also be launched into a game directly using Command Line
arguments -- see the next section.


\input {running-options.tex}
\input {running-language.tex}
\input {running-graphics-filters.tex}
\input {running-hotkeys.tex}


%%% Local Variables: 
%%% mode: latex
%%% TeX-master: "readme.tex"
%%% End: