.\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH ALIEN-ARENA-SERVER 6 "June 14, 2007" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME alien-arena-server \- wrapper script to run an Alien Arena dedicated server. .SH SYNOPSIS .B alien-arena-server [OPTIONS] [PARAMETERS]... .br Available options. .br [\-h|\-\-help] [\-q|\-\-quiet] [\-s|\-\-service] [\-k|\-\-kill] [\-Q|\-\-query] [\-r|\-\-rcon] .br .SH DESCRIPTION This manual page documents briefly the .B alien-arena-server command. .PP .\" TeX users may be more comfortable with the \fB\fP and .\" \fI\fP escape sequences to invode bold face and italics, .\" respectively. \fBalien-arena-server\fP is a wrapper script used for running and maintaining Alien Arena dedicated servers. It calls other scripts ('launch-server', 'kill-runaway-crded', 'svstat', and 'rcon') depending on which option is chosen. It also calls the 'crded' binary itself if \-q, \-\-quiet, or no option is used. .SH OPTIONS These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. .TP .B \-h, \-\-help Show summary of options. .TP .B \-q, \-\-quiet Disable console output. Only used when calling the 'crded' binary itself. .TP .B \-s , \-\-service Calls 'launch-server', which is a shell script designed to emulate running crded as a persisant service under linux using a server configuration file . .br .br /usr/share/games/alien-arena/arena/server.cfg is a suitable that is already installed with the alien-arena-data package. can be specified as a path inside the .alien-arena directory which is a directory inside your home directory <$HOME/.alien-arena>. can also be specified by its full path in this system. .TP .B \-k, \-\-kill Calls 'kill-runaway-crded', which is a shell script to kill all dedicated server processes. Useful when a server session was started with \-s or \-\-service option. .TP .B \-Q, \-\-query Calls 'svstat' which is a ruby script that will query local servers and produce some nice output for server admins. .TP .B \-r password , \-\-rcon password Calls 'rcon' which is a ruby script that sends rcon commands to servers. is the IP address and port number of the server. "password" is the password on the server. is any rcon commands to pass to the server. .SH PARAMETERS [PARAMETERS] could be any parameter that can be passed to the script that will be called or the binary 'crded'. For example, when using the \-s or \-\-service option, is a parameter. Below is a list of the available parameters for each option. .TP .B \-s, \-\-service [PARAMETERS] \- Any acceptable server configuration file such as /usr/share/games/alien-arena/arena/server.cfg. .TP .B \-r, \-\-rcon [PARAMETERS] password \- is the IP address and port number of the server. "password" is the password on the server. is any rcon commands to pass to the server. .TP When calling the 'crded' binary itself, any series of console codes can be passed to it. Alien Arena uses Quake 2 based console codes. A listing of these codes can be found . Most of the codes described at this webpage will work for Alien Arena. .SH AUTHOR See the copyright for contributers to Alien Arena. .SH COPYRIGHT This manual page was written by Andres Mejia , for the Debian project (but may be used by others).