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:
parent
d3fea146e1
commit
69b2cfe207
4 changed files with 59 additions and 0 deletions
57
manual/plugins/doom.tex
Normal file
57
manual/plugins/doom.tex
Normal 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}
|
BIN
manual/plugins/images/ss-doom-160x128x2.png
Normal file
BIN
manual/plugins/images/ss-doom-160x128x2.png
Normal file
Binary file not shown.
BIN
manual/plugins/images/ss-doom-220x176x16.png
Normal file
BIN
manual/plugins/images/ss-doom-220x176x16.png
Normal file
Binary file not shown.
|
@ -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}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue