summaryrefslogtreecommitdiff
path: root/manual/plugins/doom.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/plugins/doom.tex')
-rw-r--r--manual/plugins/doom.tex57
1 files changed, 57 insertions, 0 deletions
diff --git a/manual/plugins/doom.tex b/manual/plugins/doom.tex
new file mode 100644
index 0000000000..998be63233
--- /dev/null
+++ b/manual/plugins/doom.tex
@@ -0,0 +1,57 @@
1% $Id$ %
2\subsection{Doom}
3\screenshot{plugins/images/ss-doom}{Doom}{}
4This is the famous Doom game.
5
6\subsubsection{Getting started}
7For the game to run you need \fname{.wad} game files located in
8\fname{/games/doom/} on your player. Create the directory and save the
9following files there:
10\begin{description}
11\item[rockdoom.wad] The Rockbox \fname{.wad}, based on \fname{prboom.wad}
12from prboom-2.2.6
13\item[Your wad files] Copy all Doom wads you wish to play into that directory.
14\end{description}
15The needed files can be found at
16\url{http://www.rockbox.org/twiki/bin/view/Main/PluginDoom}
17
18To play addon wads create the \fname{addons} directory within doom.
19Place wad files in this directory. Currently doom only supports 10 addons
20in the directory.
21
22\subsubsection{Playing the game}
23After installation of the \fname{wad} files is complete you can start the
24game.
25\fixme{more description is needed}
26
27\begin{table}
28\begin{btnmap}{}{}
29\opt{h1xx,h300}{\ButtonUp}
30\opt{ipod4g,ipodcolor,ipodvideo}{\ButtonMenu}
31& Move Forward \\
32\opt{h1xx,h300}{\ButtonDown}
33\opt{ipod4g,ipodcolor,ipodvideo}{na}
34& Down \\
35\opt{h1xx,h300}{\ButtonLeft}
36\opt{ipod4g,ipodcolor,ipodvideo}{\fixme{tbd}}
37& Turn Left \\
38\opt{h1xx,h300}{\ButtonRight}
39\opt{ipod4g,ipodcolor,ipodvideo}{\fixme{tbd}}
40& Turn Right \\
41\opt{h1xx,h300}{\ButtonRec}
42\opt{ipod4g,ipodcolor,ipodvideo}{\ButtonPlay}
43& Shoot \\
44\opt{h1xx,h300}{\ButtonMode}
45\opt{ipod4g,ipodcolor,ipodvideo}{\ButtonMenu}
46& Open \\
47\opt{h1xx,h300}{\ButtonOff}
48\opt{ipod4g,ipodcolor,ipodvideo}{\fixme{Hold switch}}
49& Escape \\
50\opt{h1xx,h300}{\ButtonSelect}
51\opt{ipod4g,ipodcolor,ipodvideo}{\fixme{tbd}}
52& Enter \\
53\opt{h1xx,h300}{\ButtonOn}
54\opt{ipod4g,ipodcolor,ipodvideo}{\ButtonSelect}
55& Change Weapon \\
56\end{btnmap}
57\end{table} \ No newline at end of file