1 |
#!/opt/bin/perl |
2 |
|
3 |
use Deliantra::Client; |
4 |
|
5 |
use DC::Main; |
6 |
|
7 |
DC::Main::run; |
8 |
|
9 |
1; # this file is require'd in the binary client package |
10 |
|
11 |
=head1 NAME |
12 |
|
13 |
deliantra - A Deliantra MORPG game client |
14 |
|
15 |
=head1 SYNOPSIS |
16 |
|
17 |
deliantra [--profile name] [host [user [password]]] |
18 |
deliantra --help |
19 |
|
20 |
=head1 USAGE |
21 |
|
22 |
The deliantra client utilises OpenGL for all UI elements and the game. It |
23 |
is supposed to be used in fullscreen mode and interactively. |
24 |
|
25 |
=head1 DEBUGGING |
26 |
|
27 |
DELIANTRA_DEBUG - environment variable |
28 |
|
29 |
1 draw borders around widgets |
30 |
2 add low-level widget info to tooltips |
31 |
4 show fps |
32 |
8 suppress tooltips |
33 |
16 show bandwidth downstream |
34 |
|
35 |
=head1 AUTHOR |
36 |
|
37 |
Marc Lehmann <deliantra@schmorp.de>, Robin Redeker <elmex@ta-sa.org> |
38 |
|
39 |
|
40 |
|