rockbox/manual/plugins/xrick.tex
Hairo R. Carela 01a4f3eec9 rgnano: Add manual code and missing AB reset mappings
Cleaned up manual changes, and for some reason i forgot to add ACTION_WPS_ABRESET
mappings before so here it is, needed for the manual wps section.

Change-Id: If7ab8b146e84f91bb51a3ed03fb872ef3bab4d1f
2025-08-01 22:32:19 -04:00

102 lines
3.6 KiB
TeX

\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}
\nopt{RG_NANO_PAD}{\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}