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

Comparing deliantra/Deliantra-Client/resources/pod/intro.pod (file contents):
Revision 1.1 by root, Tue May 23 23:14:46 2006 UTC vs.
Revision 1.2 by root, Thu May 25 01:26:54 2006 UTC

1=head1 Pclient is a Crossfire+ and Crossfire game client. 1=head1 Pclient - a Crossfire+ and Crossfire game client.
2 2
3=head2 Features 3=head2 What's Crossfire+ - Basic Game Concepts
4 4
5=over 4 5# blurb
6 6
7=item Fullscreen Map 7=head2 User Interface Basics
8 8
9PClient can uses a fullscreen map, which greatly enhances how much of the 9# very short description of all ui elements
10game world you can see.
11 10
12=item Persistent Map Cache (Crossfire+ only) 11=head2 How To Get Started
13 12
14PClient can persistently cache all map data it received from the 13# TODO: on first login, create character etc.
15server. This not only allows it to display an overview map, but also
16ensures that once-explored areas will be available the next time you want
17to explore more.
18 14
19=item Hardware acceleration
20
21Unlike most Crossfire clients, PClient take advantage of OpenGL hardware
22acceleration. Most modern graphics cards have difficulties with 2D
23acceleration, while 3D graphics is accelerated well.
24
25=item No arbitrary limits
26
27Unlike other Crossfire clients, pclient does not suffer from arbitrary
28limits (like a fixed amount of face numbers). There are still limits, but
29they are not arbitrarily low :)
30
31=back
32
33=head1 Usage
34
35=head2 The Map
36
37The map is always displayed in the background, behind all other windows and UI elements.
38
39#TODO# middle-click scrolls
40#
41# keys:
42#
43# a apply
44# keypad moves, kp_5 applies ranged attack to self
45
46Starting to type enters the I<completion mode>. In that mode, you can type
47abbreviations or commands and have them executed as soon as they match a
48valid command. This is best explained by a few examples:
49
50Typing B<climb> will display a list of commands with I<climb> in their
51name, such as I<ready_skill climbing> and I<use_skill climbing>.
52
53You can abbreviate commands by typing only the first character of every
54word (or even characters within the word - the client will try to make
55a good guess, as long as the characters are in order). For example,
56typing I<iwor> will likely select I<invoke word of recall>, while I<ccfo>
57will select I<cast create food>. Likewise, I<rscli> will likely select
58I<ready_skill climbing> and I<usl> will give you I<use_skill levitation>.
59
60You can enter space and other text as arguemnt to the command. For
61example, C<cfoo waybread> will expand to C<cast create food waybread>.
62
63=head2 The map overview
64
65#TODO#
66
67=head2 The Status area in the lower right corner
68
69#TODO#
70
71=head2 The I<Statistics>/I<Stats> window
72
73#TODO#
74
75=head1 FAQ
76
77=over 4
78
79=item The client is very sluggish and slow, what can I do about this?
80
81Most likely, you don't have accelerated OpenGL support. Try to find a
82newer driver, or a driver from your hardware vendor, that features OpenGL
83support.
84
85If this is not an option, the following Setup options reduce the load and
86will likely make the client playable with software rendering (it will
87still be slow, though):
88
89=over 4
90
91=item B<Video Mode> should be set as low as possible (e.g. 640x480)
92
93=item Enable B<Fast & Ugly> mode
94
95=item Disable B<Fog of War>
96
97=item Increase B<Map Scale>
98
99=back
100
101=back
102

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines