summaryrefslogtreecommitdiff
path: root/manual/plugins/duke3d.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/plugins/duke3d.tex')
-rw-r--r--manual/plugins/duke3d.tex18
1 files changed, 15 insertions, 3 deletions
diff --git a/manual/plugins/duke3d.tex b/manual/plugins/duke3d.tex
index 9214a4b717..5660483d0c 100644
--- a/manual/plugins/duke3d.tex
+++ b/manual/plugins/duke3d.tex
@@ -1,12 +1,16 @@
1\subsection{Duke3D} 1\subsection{Duke3D}
2 2
3\screenshot{plugins/images/ss-duke3d}{``Hollywood Holocaust'', the
4 first level of Duke Nukem 3D}{fig:Duke3D}
5
3This is a port of Duke Nukem 3D, derived from Fabien Sanglard's 6This is a port of Duke Nukem 3D, derived from Fabien Sanglard's
4Chocolate Duke. 7Chocolate Duke.
5 8
6\subsubsection{Installation} 9\subsubsection{Installation}
7The \fname{.GRP} and \fname{.CON} files from an original installation of 10The \fname{.GRP} and \fname{.CON} files from an original installation
8 the game must be placed in the \fname{/.rockbox/duke3d/} on your 11of the game must be placed in the \fname{/.rockbox/duke3d/} on your
9 device. 12device. The shareware files work as well, and are available at
13\wikilink{PluginDuke3D}.
10 14
11\subsubsection{Music} 15\subsubsection{Music}
12In-game music will not work by default. For it to work, you must 16In-game music will not work by default. For it to work, you must
@@ -17,6 +21,9 @@ directory, along with the instrument files. You must edit the
17\fname{.cfg} file so that all the path names are absolute (i.e. in the 21\fname{.cfg} file so that all the path names are absolute (i.e. in the
18form \fname{/.rockbox/timidity/instruments/*.cfg}). 22form \fname{/.rockbox/timidity/instruments/*.cfg}).
19 23
24As above, there is a free patchset available from
25\wikilink{PluginDuke3D}.
26
20\subsubsection{Video} 27\subsubsection{Video}
21Rotation of the video output is possible by choosing the correct video 28Rotation of the video output is possible by choosing the correct video
22option in the in-game menu. If your device's display is normally 29option in the in-game menu. If your device's display is normally
@@ -36,3 +43,8 @@ Some devices will low memory or large GRP files will prevent the game
36from completely caching the GRP file in RAM, which could lead to disk 43from completely caching the GRP file in RAM, which could lead to disk
37reads during gameplay. This might cause the game to lag slightly when 44reads during gameplay. This might cause the game to lag slightly when
38it happens, which is normal. The game should resume in a second or so. 45it happens, which is normal. The game should resume in a second or so.
46
47On other devices, large GRP files will render the game completely
48unplayable. If this occurs, try using the smaller shareware GRP. If
49this still fails, then please see Appendix \ref{sec:feedback} for
50instructions to report a bug.