#!/opt/bin/perl ############################################################################# # prepend private library directory for (grep !ref, @INC) { my $path = "$_/Deliantra/Client/private"; if (-d $path) { unshift @INC, $path; last; } } ############################################################################# # load and run the main program require DC::Main; DC::Main::run (); 1; # this file is require'd in the binary client package =head1 NAME deliantra - A Deliantra MORPG game client =head1 SYNOPSIS deliantra [--profile name] [host [user [password]]] deliantra --help =head1 USAGE The deliantra client utilises OpenGL for all UI elements and the game. It is supposed to be used in fullscreen mode and interactively. =head1 DEBUGGING DELIANTRA_DEBUG - environment variable 1 draw borders around widgets 2 add low-level widget info to tooltips 4 show fps 8 suppress tooltips 16 show bandwidth downstream =head1 AUTHOR Marc Lehmann , Robin Redeker