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 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237
|
\documentclass[a4paper,10pt]{article}
\usepackage{palatino}
\usepackage{mathpazo} % optional [sc] fuer real small caps
\usepackage[left=3cm,top=3cm,right=3cm,bottom=2cm,nohead,nofoot]{geometry}
\usepackage{graphicx}
\newcommand{\key}[1]{{{\texttt{\textbf{#1}}}}} % this does nasty things to underscores
\newcommand{\sex}[1]{{{\textbf{#1}}}} % \sec already defined
\newcommand{\crawl}{\textsc{Crawl}}
\newcommand{\dungeon}{\textsc{Dungeon}}
\newcommand{\spacecolumn}{\begin{minipage}[t]{2cm}\phantom{xxxx}\end{minipage}}
\newcommand{\para}{\vspace{1.5ex}}
\setlength{\parindent}{0em}
\newcommand{\mc}[1]{\multicolumn{2}{l}{#1}}
\newcounter{abccounter}
\newenvironment{abcliste}{\begin{list}{(\alph{abccounter})}
{\usecounter{abccounter}
\setlength{\topsep}{0ex}
\setlength{\partopsep}{0ex}
\setlength{\listparindent}{0ex}
\setlength{\itemsep}{0ex}
\setlength{\parsep}{0ex}
\setlength{\leftmargin}{2em}
\setlength{\labelwidth}{2em}
\setlength{\parskip}{0ex}
}
}{\end{list}}
\pagestyle{empty}
\begin{document}
\begin{center}\textbf{\LARGE
\dungeon\ \crawl: Very short introduction}
\end{center}
Crawl is a large and very random game of subterranean exploration in a fantasy
world of magic and frequent violence. Your quest is to travel into the depths
of the Dungeon (which is different each time you play) and retrieve the Orb of
Zot.
\para
Crawl is a game of the 'roguelike' type, one of the descendants of Rogue. Its
graphics are simple but highly informative, designed to be understood at a
glance, and control is exercised largely through one-keystroke commands.
\para\para
\sex{Starting Out} \para
After starting the program you will be greeted with a message asking for your
name. Don't spend too much time over this, as your first character will
\emph{not} last very long (sorry, but it's true).
\para
Next you are given menus of species and character classes from which to
choose. A dwarf, orc, ogre, or troll Fighter is a good bet. Elves are quite
fragile, humans are pretty average at everything, and the weirder species are
mostly too tricky for beginning players. Finally, you may be given a choice of
weapons. I suggest an axe (axes are fun).
\para
\begin{minipage}{10cm}
Now you are in the game. The game screen has three parts: \\
The \textbf{Map} takes up the upper left part of the screen. In its very
centre is the \key{@} sign which represents You. The coloured parts of the map
is the area you can see, while places that you have visited before but cannot
currently see are shown in grey. \\
The \textbf{Message box} is the large part of the screen below the map. It
describes all events as they happen. \\
The \textbf{Stats area} contains information about your character.
\end{minipage}
\begin{minipage}{1cm}
\phantom{xx}
\end{minipage}
\begin{minipage}{4cm}
\includegraphics[scale=0.4]{screen}
\end{minipage}
\para\para
\sex{Exploring} \para
Try walking around, using either the numeric keypad (try numlock off and on)
or the \key{hjklyubn} keys. To move in a given direction until you reach
something interesting or see a hostile creature, press \key{Shift-direction}.
If you want to know what a certain character on the screen represents, use the
\key{x} (examine) command to get a short description. Climb staircases with
the \key{<} (up) and \key{>} (down) commands. Doors are opened simply by
moving into them. Sometimes doors are hidden, and must be searched out by
standing next to walls and resting (a number of commands do the same thing:
\key{5} or \key{Shift-numpad-5} rest/search for a while, whereas \key{s} and
\key{.} (period) do so for just a single turn).
The Dungeon gets more dangerous (but more interesting!) as you go down. If you
get lost, you can access a map of the whole level you are on with the \key{X}
command, which uses the whole screen.
\para\para
\sex{Items} \para
After walking around for a while, you will no doubt come across some items
lying around (you may come across some monsters as well; for help in dealing
with them skip to the Monsters section). This table lists the most basic item
types that appear and typical commands to use them:
\para
\begin{tabular}{cll}
\sex{Symbol} & \sex{Item type (typical commands)} & \sex{Comments} \\
\key{)} & Weapons (\key{w}ield) & Move into monsters to attack them.\\
\key{(} & Missiles (\key{f}ire and \key{F}ire) & Wield a bow to fire arrows. Press \key{f?} for help.\\
\key{[} & Armour (\key{W}ear and \key{T}ake off) & Can be cursed, like weapons and jewellery. \\
\key{\$} & Gold & There are shops down below. \\
\key{?} & Scrolls (\key{r}ead) & Scrolls mostly affect your environment.\\
\key{!} & Potions (\key{q}uaff) & Potions affect you, in good or bad ways. \\
\key{=} & Rings (\key{P}ut on and \key{R}emove) & Rings can be helpful as well as malignant. \\
\key{"} & Amulets (\key{P}ut on and \key{R}emove) & Amulets can be even subtler than rings. \\
\key{/} & Wands (e\key{V}oke) & Identify these by shooting at monsters. \\
\key{+} & Books (\key{r}ead, \key{M}emorise and \key{z}ap) & Press \key{z?} for information on spells.\\
\key{\char`\\} & Staves and rods (\key{w}ield and e\key{v}oke) \hspace{0.2em}
& Rods carry spells but they are very rare.
%\key{\}} & Miscellaneous items (e\key{v}oke) & These will turn up only later. \\
\end{tabular}
\para
Some vital commands are given next. For a full list of commands, press \key{??}.
Don't be scared by the abundance of commands, you will only need a handful at
the beginning.
\para
\begin{minipage}[t]{7cm}
\sex{Most basic commands for new players} \\
\key{i} lists inventory \\
\key{d} drops items \\
\key{g} or \key{,} pick up items from the ground \\
\key{gg} or \key{,,} for pickup menu \\
\key{x} examines a seen monster (has help on \key{?}) \\
\key{X} looks at the whole level (has help on \key{?}) \\
\key{Ctrl-X} lists items and monsters around you \\
\key{>} goes deeper one level (\key{<} goes up) \\
\key{S} saves the game \\
\key{?} prints the help screen
\end{minipage}
%
\spacecolumn
%
\begin{minipage}[t]{7cm}
\sex{Somewhat advanced commands} \\
\key{a} use an ability \\
\key{p} prays (press \key{\^} for god information) \\
\key{Ctrl-P} shows previous messages \\
\key{Ctrl-F} searches for items dungeon-wide \\
\key{Ctrl-G} or \key{G} automated travel \\
\key{o} provides automated exploration \\
\key{\#} dumps character to the file \texttt{name.txt} \\
\key{=} reassigns inventory or spell letters \\
\key{m} checks your current skills \\
\key{Ctrl-D} saves macros and key mappings
\end{minipage}
\para
You will often want to get information on a particular item. If it is on the
ground, use the \key{x} command. If it is in your inventory, press \key{i},
followed by the item's slot key.
\para\para
\sex{Monsters} \para
You will also run into monsters (most of which are represented by letters of
the alphabet). You can attack a monster by trying to move into the square it
is occupying.
When you are wounded, you lose Health (displayed near the top of the stats
list); these return gradually over time through the natural process of
healing. If you lose all of your Health, you die.
To survive, you will need to develop a few basic tactics: \\
\begin{minipage}{7cm}
\begin{abcliste}
\item[$\bullet$]
Never fight more than one monster at a time if you can help it. Back
into a corridor so that they fight you one-on-one.
\item[$\bullet$]
If you are badly wounded, you can run away from monsters to buy some time.
Try losing them in corridors, or as a very last resort find a place where
you can run around in circles to heal while the monster chases you.
\end{abcliste}
\end{minipage}
\spacecolumn
\begin{minipage}{7cm}
\begin{abcliste}
\item[$\bullet$]
Remember to use projectiles before engaging monsters in close combat.
\item[$\bullet$]
Rest between encounters. Pressing \key{Shift-numpad-5} or \key{5} make
you rest for a while (you will stop resting when fully healed).
\item[$\bullet$]
Learn when to run away from things you can't handle --- this is important!
Often, it is wise to skip a dangerous level.
\end{abcliste}
\end{minipage}
\para\para
\sex{Death} \para
Before long, you'll probably end up dead.
Death in Crawl is permanent; you cannot just reload a saved game and start again
where you left off. The \key{S} (save) command exists only to let you leave a game
part-way through and come back to it later.
\para
Well, that's it for the quick-start guide. This should help you through your
first few games, but Crawl is extremely (some would say excessively) complex
and cannot be adequately described in so short a document. So when you feel
ready to start playing with magic, skills, and religions, browse the manual.
\para
Happy Crawling!
\end{document}
|