1
0
Fork 0
forked from len0rd/rockbox

Initial attempt for doom plugin. Still incomplete.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9499 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2006-04-04 19:12:02 +00:00
parent d3fea146e1
commit 69b2cfe207
4 changed files with 59 additions and 0 deletions

57
manual/plugins/doom.tex Normal file
View file

@ -0,0 +1,57 @@
% $Id$ %
\subsection{Doom}
\screenshot{plugins/images/ss-doom}{Doom}{}
This is the famous Doom game.
\subsubsection{Getting started}
For the game to run you need \fname{.wad} game files located in
\fname{/games/doom/} on your player. Create the directory and save the
following files there:
\begin{description}
\item[rockdoom.wad] The Rockbox \fname{.wad}, based on \fname{prboom.wad}
from prboom-2.2.6
\item[Your wad files] Copy all Doom wads you wish to play into that directory.
\end{description}
The needed files can be found at
\url{http://www.rockbox.org/twiki/bin/view/Main/PluginDoom}
To play addon wads create the \fname{addons} directory within doom.
Place wad files in this directory. Currently doom only supports 10 addons
in the directory.
\subsubsection{Playing the game}
After installation of the \fname{wad} files is complete you can start the
game.
\fixme{more description is needed}
\begin{table}
\begin{btnmap}{}{}
\opt{h1xx,h300}{\ButtonUp}
\opt{ipod4g,ipodcolor,ipodvideo}{\ButtonMenu}
& Move Forward \\
\opt{h1xx,h300}{\ButtonDown}
\opt{ipod4g,ipodcolor,ipodvideo}{na}
& Down \\
\opt{h1xx,h300}{\ButtonLeft}
\opt{ipod4g,ipodcolor,ipodvideo}{\fixme{tbd}}
& Turn Left \\
\opt{h1xx,h300}{\ButtonRight}
\opt{ipod4g,ipodcolor,ipodvideo}{\fixme{tbd}}
& Turn Right \\
\opt{h1xx,h300}{\ButtonRec}
\opt{ipod4g,ipodcolor,ipodvideo}{\ButtonPlay}
& Shoot \\
\opt{h1xx,h300}{\ButtonMode}
\opt{ipod4g,ipodcolor,ipodvideo}{\ButtonMenu}
& Open \\
\opt{h1xx,h300}{\ButtonOff}
\opt{ipod4g,ipodcolor,ipodvideo}{\fixme{Hold switch}}
& Escape \\
\opt{h1xx,h300}{\ButtonSelect}
\opt{ipod4g,ipodcolor,ipodvideo}{\fixme{tbd}}
& Enter \\
\opt{h1xx,h300}{\ButtonOn}
\opt{ipod4g,ipodcolor,ipodvideo}{\ButtonSelect}
& Change Weapon \\
\end{btnmap}
\end{table}

Binary file not shown.

Binary file not shown.

View file

@ -27,6 +27,8 @@ will carry on playing whilst plugins are being run.
\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/chessbox.tex}} \opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/chessbox.tex}}
\opt{h1xx,h300,ipodcolor,ipodnano,ipodvideo}{\input{plugins/doom.tex}}
\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/flipit.tex}} \opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/flipit.tex}}
\opt{player}{\input{plugins/jackpot.tex}} \opt{player}{\input{plugins/jackpot.tex}}