.\" Hey, EMACS: -*- nroff -*- .TH QUAKE2 6 "2013-09-25" .SH NAME quake2 \- classic first person shooter .SH SYNOPSIS .B quake2 .RI [ WRAPPER-OPTIONS ] .RI [ ENGINE-OPTIONS ] .RI [ ENGINE-COMMANDS ] ... .br .SH DESCRIPTION This manual page documents briefly the .B quake2 command. .PP \fBQuake II\fP is a popular first-person shooter game, released in 1997 by iD Software. This wrapper script will launch the Quake II engine. The game data needs to be installed independently using the 'game-data-packager' program, and by default it will be looked for at \fI/usr/share/games/quake2\fR and \fI/usr/share/games/quake2-demo\fR. .PP This wrapper script accepts a few GNU-style options. Any further arguments are passed to the engine unmodified. Consult the engine documentation for full details, but most engines support a syntax where you can give console commands by prefixing with a plus sign. .SH OPTIONS These options are accepted for \fBWRAPPER-OPTIONS\fR in the synopsis. .TP .B \-h, \-\-help Show summary of options. .TP .B \-v, \-\-version Show version of program. .TP .B \-\-engine=\fBENGINE\fR Select a non-default Quake II engine binary .TP .B \-\-demo Use the demo data, even if you have both the demo and the full version installed .SH EXAMPLES Play the demo in cooperative mode: .B quake2 --demo +map demo1 +set coop 1 .TP Connect to a server for multiplayer: .B quake2 +connect quake2.example.com .TP Run the client as a temporary dedicated server (see the \fBquake2-server\fR package for more server infrastructure): .B quake2 +set dedicated 1 +set deathmatch 1 +map q2dm1 .SH SEE ALSO .BR quake2-server (6), .BR game-data-packager (6). .SH AUTHOR This manual page, and the quake2 wrapper script, were written by Simon McVittie , for the Debian project (and may be used by others). They are based on the Quake packaging by David Banks and Simon McVittie.