1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
|
\subsection{xrick}
\screenshot{plugins/images/ss-xrick}{xrick}{img:xrick}
Xrick is a clone of the platform game \emph{'Rick Dangerous'}
(\url{http://en.wikipedia.org/wiki/Rick_Dangerous}),
originally written by 'BigOrno'
(\url{http://www.bigorno.net/xrick/}),
modified and ported to Rockbox by Pierluigi Vicinanza
(\url{https://github.com/pierluigi-vicinanza/xrick}).
Walk through the maps, avoid traps, kill the Bad Guys... and
try to stay alive long enough to accomplish your mission!
Rick can fire bullets, lay sticks of dynamite, walk, crawl,
climb, and also poke walls or Bad Guys with his stick.
Poking walls can trigger traps, open doors, etc. although
sometimes a dynamite stick or a bullet is needed.
Go figure.
\subsubsection{Getting started}
For the game to run you need the data files at \url{https://download.rockbox.org/useful/xrick-data.zip}. Extract the \fname{xrick-data.zip} archive into the top-level directory of your \dap.
\subsubsection{Controls}
By holding down \emph{Fire} and pressing \emph{Left} or \emph{Right},
you can poke a wall (or anything else) with your stick.
By holding down \emph{Fire} and pressing \emph{Down}, you can lay a stick of dynamite.
By holding down \emph{Fire} and pressing \emph{Up}, you can fire a bullet.
Throughout the game, use these buttons to control Rick:
\begin{btnmap}
%
\opt{iriverh300}{\ButtonUp/\ButtonRec}
\opt{fuzeplus}{\ButtonUp}
\opt{ipodvideo}{\ButtonMenu}
\nopt{iriverh300,fuzeplus,ipodvideo}{\PluginUp}
\opt{HAVEREMOTEKEYMAP}{& }
& Jump or Climb Up\\
%
\opt{fuzeplus}{\ButtonPlay & Jump Right or Climb Up and Right\\}
%
\opt{fuzeplus}{\ButtonBack & Jump Left or Climb Up and Left\\}
%
\opt{iriverh300}{\ButtonDown/\ButtonMode}
\opt{fuzeplus}{\ButtonDown}
\opt{ipodvideo}{\ButtonPlay}
\nopt{iriverh300,fuzeplus,ipodvideo}{\PluginDown}
\opt{HAVEREMOTEKEYMAP}{& }
& Crouch or Climb Down\\
%
\opt{fuzeplus}{\ButtonBottomRight & Crouch and Move Right or Climb Down and Right\\}
%
\opt{fuzeplus}{\ButtonBottomLeft & Crouch and Move Left or Climb Down and Left\\}
%
\opt{iriverh300,fuzeplus,ipodvideo}{\ButtonLeft}
\nopt{iriverh300,fuzeplus,ipodvideo}{\PluginLeft}
\opt{HAVEREMOTEKEYMAP}{& }
& Move Left\\
%
\opt{iriverh300,fuzeplus,ipodvideo}{\ButtonRight}
\nopt{iriverh300,fuzeplus,ipodvideo}{\PluginRight}
\opt{HAVEREMOTEKEYMAP}{& }
& Move Right\\
%
\opt{iriverh300}{\ButtonOn}
\opt{fuzeplus}{\ButtonVolDown}
\opt{ipodvideo}{\ButtonSelect}
\nopt{iriverh300,fuzeplus,ipodvideo}{\PluginSelect}
\opt{HAVEREMOTEKEYMAP}{& }
& Fire\\
%
\opt{iriverh300}{\ButtonSelect}
\opt{fuzeplus}{\ButtonVolUp}
\opt{ipodvideo}{\ButtonScrollBack}
\nopt{iriverh300,fuzeplus,ipodvideo}{\PluginCancel}
\opt{HAVEREMOTEKEYMAP}{& }
& Pause\\
%
\opt{iriverh300}{\ButtonOff}
\opt{fuzeplus}{\ButtonPower}
\opt{ipodvideo}{\ButtonScrollFwd}
\nopt{iriverh300,fuzeplus,ipodvideo}{\PluginExit}
\opt{hold_button}{/\ButtonHold}
\opt{HAVEREMOTEKEYMAP}{& }
& Menu\\
%
\end{btnmap}
\subsubsection{Menu}
\begin{description}
\item[Resume Game. ] Resume the game
\item[Restart Game. ] Restart the game
\item[Cheat Settings. ] This menu has the following options:
\emph{Enable Unlimited Lives/Ammo Mode. } Toggle trainer mode (always six bullets, six sticks, six Rick).\\
\emph{Enable Never Die Mode. } Toggle 'never die' mode (nothing can kill Rick). Use with care.
Although it lets you walk through Bad Guys unharmed, it can produce strange results.\\
\emph{Enable Expose Mode. } Toggle 'expose' mode (see all entities).%\\
\item[Quit. ] Quit the game
\end{description}
|