Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

openarena-server(6) [debian man page]

OPENARENA-SERVER(6)						   Games Manual 					       OPENARENA-SERVER(6)

NAME
openarena-server - OpenArena dedicated server SYNOPSIS
openarena-server [-h|--help] [-q|--quiet] [+set option value]... DESCRIPTION
openarena-server is the dedicated server for the first-person shooter OpenArena. OPTIONS
The wrapper script used for OpenArena in Debian accepts these options: -h, --help Display a short help summary -q, --quiet Disable all output Any console command can also be prefixed with + and used as a command-line option (run the server in a terminal to use the console). The +set command is generally the most useful to use on the command line. Options that can be set with +set (note that this is not a full list!) include: capturelimit <value> dedicated <bool> fraglimit <value> fs_basepath <string> fs_game <value> g_allowVote <bool> g_banIPs <IP address> g_doWarmup <bool> g_friendlyFire <bool> g_gametype <bool> g_gravity <value> g_inactivity <value> g_maxGameClients <value> g_motd <string> g_needpass <bool> g_password <string> g_quadfactor <value> g_weaponrespawn <value> net_ip <IP adress> net_port <value> net_qport <value> nextmap <string> sv_allowDownload <bool> sv_floodProtect <bool> sv_fps <value> sv_hostname <string> sv_maxclients <value> sv_maxPing <value> (Measurd in milliseconds) sv_minPing <value> (Measurd in milliseconds) sv_pure <bool> timelimit <value> (Measured in minutes) ENVIRONMENT
The wrapper script used to launch OpenArena allows it to be debugged by setting environment variables. OPENARENA_DEBUGGER=command A debugger or other prefix to prepend to the OpenArena command line, such as strace; overridden by OPENARENA_BACKTRACE OPENARENA_BACKTRACE=1 Use gdb(1) to get a backtrace if OpenArena crashes (the gdb package must be installed for this to work) SEE ALSO
openarena(6), ioquake3-server(6), /usr/share/doc/openarena AUTHOR
OpenArena was written by the OpenArena Team. The engine used is a modified ioQuake3, originally created by id Software and now maintained by the ioQuake3 community. This manual page was written by Bruno "Fuddl" Kleinert <fuddl@debian.org> and Simon McVittie <smcv@debian.org>, for the Debian project (but may be used by others). 2010-10-15 OPENARENA-SERVER(6)

Check Out this Related Man Page

HARUDOC(3)								 1								HARUDOC(3)

The HaruDoc class

INTRODUCTION
Haru PDF Document Class. CLASS SYNOPSIS
HaruDoc HaruDoc Methods o object HaruDoc::addPage (void ) o bool HaruDoc::addPageLabel (int $first_page, int $style, int $first_num, [string $prefix = ""]) o HaruDoc::__construct (void ) o object HaruDoc::createOutline (string $title, [object $parent_outline], [object $encoder]) o object HaruDoc::getCurrentEncoder (void ) o object HaruDoc::getCurrentPage (void ) o object HaruDoc::getEncoder (string $encoding) o object HaruDoc::getFont (string $fontname, [string $encoding]) o string HaruDoc::getInfoAttr (int $type) o int HaruDoc::getPageLayout (void ) o int HaruDoc::getPageMode (void ) o int HaruDoc::getStreamSize (void ) o object HaruDoc::insertPage (object $page) o object HaruDoc::loadJPEG (string $filename) o object HaruDoc::loadPNG (string $filename, [bool $deferred = false]) o object HaruDoc::loadRaw (string $filename, int $width, int $height, int $color_space) o string HaruDoc::loadTTC (string $fontfile, int $index, [bool $embed = false]) o string HaruDoc::loadTTF (string $fontfile, [bool $embed = false]) o string HaruDoc::loadType1 (string $afmfile, [string $pfmfile]) o bool HaruDoc::output (void ) o string HaruDoc::readFromStream (int $bytes) o bool HaruDoc::resetError (void ) o bool HaruDoc::resetStream (void ) o bool HaruDoc::save (string $file) o bool HaruDoc::saveToStream (void ) o bool HaruDoc::setCompressionMode (int $mode) o bool HaruDoc::setCurrentEncoder (string $encoding) o bool HaruDoc::setEncryptionMode (int $mode, [int $key_len = 5]) o bool HaruDoc::setInfoAttr (int $type, string $info) o bool HaruDoc::setInfoDateAttr (int $type, int $year, int $month, int $day, int $hour, int $min, int $sec, string $ind, int $off_hour, int $off_min) o bool HaruDoc::setOpenAction (object $destination) o bool HaruDoc::setPageLayout (int $layout) o bool HaruDoc::setPageMode (int $mode) o bool HaruDoc::setPagesConfiguration (int $page_per_pages) o bool HaruDoc::setPassword (string $owner_password, string $user_password) o bool HaruDoc::setPermission (int $permission) o bool HaruDoc::useCNSEncodings (void ) o bool HaruDoc::useCNSFonts (void ) o bool HaruDoc::useCNTEncodings (void ) o bool HaruDoc::useCNTFonts (void ) o bool HaruDoc::useJPEncodings (void ) o bool HaruDoc::useJPFonts (void ) o bool HaruDoc::useKREncodings (void ) o bool HaruDoc::useKRFonts (void ) PREDEFINED CONSTANTS
PHP Documentation Group HARUDOC(3)
Man Page