aboutsummaryrefslogtreecommitdiff
path: root/doc/05.tex
diff options
context:
space:
mode:
authorHannes Niederhausen2004-01-20 18:51:32 +0000
committerHannes Niederhausen2004-01-20 18:51:32 +0000
commit941f99dc38366a2bb53c438c43979642d983c3eb (patch)
tree485e876422b209ae0ff54a92388e1b470af3e1e3 /doc/05.tex
parentf05654662ce6f0ef40bc378ec0032d77e50a5db8 (diff)
downloadscummvm-rg350-941f99dc38366a2bb53c438c43979642d983c3eb.tar.gz
scummvm-rg350-941f99dc38366a2bb53c438c43979642d983c3eb.tar.bz2
scummvm-rg350-941f99dc38366a2bb53c438c43979642d983c3eb.zip
Added latex-files. To make the readme.ps type 'latex readme.tex&&dvips readme.dvi -o readme.ps' If someone wants a Makefile, please post it to the scmmvm-devel-list.
svn-id: r12560
Diffstat (limited to 'doc/05.tex')
-rw-r--r--doc/05.tex38
1 files changed, 38 insertions, 0 deletions
diff --git a/doc/05.tex b/doc/05.tex
new file mode 100644
index 0000000000..09cb1bfe47
--- /dev/null
+++ b/doc/05.tex
@@ -0,0 +1,38 @@
+
+%%% Local Variables:
+%%% mode: latex
+%%% TeX-master: "readme"
+%%% End:
+
+
+\section{Running ScummVM}
+
+Before you run the engine, you need to put the game's datafiles 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 datafiles.\\
+\quad \\
+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.\\
+\quad \\
+ScummVM can be launched directly by running the executable. In this case,
+the in-built launcher will activate. From this, you can add games (click
+'Add Game'), or launch games which have already been configured.\\
+\quad \\
+ScummVM can also be launched into a game directly using Command Line
+arguments - see the next section.
+
+%next section
+\input {05_01.tex}
+%next section
+\input {05_02.tex}
+%next section
+\input {05_03.tex}
+%next section
+\input {05_04.tex}
+%next section
+\input {05_05.tex}
+