ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/pod/tutorial.pod
(Generate patch)

Comparing deliantra/Deliantra-Client/pod/tutorial.pod (file contents):
Revision 1.2 by root, Sun Aug 13 21:49:51 2006 UTC vs.
Revision 1.7 by root, Sun Oct 14 15:33:31 2007 UTC

1=for image banner.png 1=head1 Deliantra Tutorial - An gentle introduction to the game client.
2 2
3=head1 CFPlus - a Crossfire+ and Crossfire game client.
4
5=head2 What's Crossfire+ - Basic Game Concepts 3=head2 What's Deliantra - Basic Game Concepts
6 4
7In the words of Frank Tore Johansen, the author of the original Crossfire 5#TODO: about.html
8game:
9 6
10"Crossfire is a multi-player graphical arcade and adventure game made for
11the X Windows systems environment. It has certain flavours from other
12games, especially gauntletand the rogue-like games. Any number of players
13can move around in their own window, finding and using items and battling
14monsters. They can choose to cooperate or compete in the same world."
15
16In the years of development that have followed, Crossfire has grown to
17encompass hundreds of monsters, thousands of maps to explore, an elaborate
18magic system, over 15 character types, a system of skills, and many, many
19artifacts and treasures.
20
21Crossfire+ is freely distributed under the General Public License (GPL) 7Crossfire TRT is freely distributed under the General (Affero)
22and the code may be obtained from L<http://crossfire.schmorp.de/>. 8Public License (GPL) and the code may be obtained from
9L<http://crossfire.schmorp.de/>.
23 10
24=head1 Getting Started 11=head1 Getting Started
25 12
26First of all, don't be daunted by the apparent complexity of Crossfire - 13First of all, don't be daunted by the apparent complexity of Crossfire -
27in reality, Crossfire is quite easy to play and character generation is 14in reality, Crossfire is quite easy to play and character generation is
34 21
35=head2 Start Playing 22=head2 Start Playing
36 23
37When starting the client you will see a window in the middle of the screen: 24When starting the client you will see a window in the middle of the screen:
38 25
39=for image sc_login.png 26=for image sc_login.jpg
40 27
41There are several settings there: 28There are several settings there:
42 29
43=over 4 30=over 4
44 31
49the hostname. 36the hostname.
50 37
51Below the entry there is a button I<Server List>. If you click on it you 38Below the entry there is a button I<Server List>. If you click on it you
52will get a server list: 39will get a server list:
53 40
54=for image sc_login_srvlist.png 41=for image sc_login_srvlist.jpg
55 42
56You can choose from the aviable servers there. 43You can choose from the aviable servers there.
57(B<Note:> At the time of this writing (2006-07-23) only I<cf.schmorp.de> supports 44(B<Note:> At the time of this writing (2006-07-23) only I<cf.schmorp.de> supports
58all features that are offered by CFPlus). 45all features that are offered by CFPlus).
59 46
175For now go to the north into the newbies house. Read all signs there and follow their 162For now go to the north into the newbies house. Read all signs there and follow their
176instructions. 163instructions.
177 164
178If you see NPC's there, click on them and you will enter the NPC dialouge: 165If you see NPC's there, click on them and you will enter the NPC dialouge:
179 166
180=for image sc_newbiew_npc_dialog.png 167=for image sc_newbiew_npc_dialog.jpg
181 168
182The buttons on the right are options of what you can say to the NPC. You can also 169The buttons on the right are options of what you can say to the NPC. You can also
183click on the links in the text to ask the NPC about that. 170click on the links in the text to ask the NPC about that.
184 171
185Another note about entering commands: 172Another note about entering commands:
188 175
189=over 4 176=over 4
190 177
191=item B<Chat Box> 178=item B<Chat Box>
192 179
193=for image sc_chatbox.png 180=for image sc_chatbox.jpg
194 181
195If you plan longer chat sessions you maybe prefer this. 182If you plan longer chat sessions you maybe prefer this.
196 183
197=item B<Command Completer> 184=item B<Command Completer>
198 185
276=item B<Skill list> 263=item B<Skill list>
277 264
278If you press I<F3> or open the playerbook via the I<Playerbook> button on the top 265If you press I<F3> or open the playerbook via the I<Playerbook> button on the top
279of the window and select the I<Skills> tab, you will see this: 266of the window and select the I<Skills> tab, you will see this:
280 267
281=for image sc_skill_list.png 268=for image sc_skill_list.jpg
282 269
283It displays all the skills you have and displays the experience points and level you gained in each. 270It displays all the skills you have and displays the experience points and level you gained in each.
284 271
285=item B<Statistics> 272=item B<Statistics>
286 273
287If you want to see what stats and resistancies you currently have, go to the I<Statistics> tab in the 274If you want to see what stats and resistancies you currently have, go to the I<Statistics> tab in the
288I<Playerbook> (for example by pressing I<F2>). 275I<Playerbook> (for example by pressing I<F2>).
289 276
290=for image sc_statistics.png 277=for image sc_statistics.jpg
291 278
292Resistancies protect you from a certain type of attack. 279Resistancies protect you from a certain type of attack.
293 280
294=item B<Spellbook> 281=item B<Spellbook>
295 282
298 285
299You wont see there any spell if you just started, but if you learn a spell, it will show up there. 286You wont see there any spell if you just started, but if you learn a spell, it will show up there.
300 287
301If you have learned some spells it should look like this: 288If you have learned some spells it should look like this:
302 289
303=for image sc_spellbook.png 290=for image sc_spellbook.jpg
304 291
305=back 292=back
306 293
307=head2 After playing 294=head2 After playing
308 295

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines