1<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
2
3  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
4  <!ENTITY dhfirstname "<firstname>Andrey</firstname>">
5  <!ENTITY dhsurname   "<surname>Nazarov</surname>">
6  <!-- Please adjust the date whenever revising the manpage. -->
7  <!ENTITY dhdate      "<date>January  2, 2007</date>">
8  <!ENTITY dhsection   "<manvolnum>6</manvolnum>">
9  <!ENTITY dhemail     "<email>&lt;skuller32@gmail.com&gt;</email>">
10  <!ENTITY dhusername  "Andrey Nazarov">
11  <!ENTITY dhucpackage "<refentrytitle>Q2PRO</refentrytitle>">
12  <!ENTITY dhpackage   "Q2PRO">
13
14  <!ENTITY debian      "<productname>Debian</productname>">
15  <!ENTITY gnu         "<acronym>GNU</acronym>">
16  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
17]>
18
19<refentry>
20  <refentryinfo>
21    <address>
22      &dhemail;
23    </address>
24    <author>
25      &dhfirstname;
26      &dhsurname;
27    </author>
28    <copyright>
29      <year>2003-2007</year>
30      <holder>&dhusername;</holder>
31    </copyright>
32    &dhdate;
33  </refentryinfo>
34  <refmeta>
35    &dhucpackage;
36
37    &dhsection;
38  </refmeta>
39  <refnamediv>
40    <refname>&dhpackage;</refname>
41
42    <refpurpose>enhanced Quake II client and server</refpurpose>
43  </refnamediv>
44  <refsynopsisdiv>
45    <cmdsynopsis>
46      <command>q2pro</command>
47      <arg><option>+command <replaceable>arguments</replaceable></option></arg>
48    </cmdsynopsis>
49    <cmdsynopsis>
50      <command>q2proded</command>
51      <arg><option>+command <replaceable>arguments</replaceable></option></arg>
52    </cmdsynopsis>
53  </refsynopsisdiv>
54  <refsect1>
55    <title>DESCRIPTION</title>
56
57    <para>This manual page documents briefly the
58      <command>q2pro</command> and <command>q2proded</command> programs.</para>
59
60    <para>
61 &dhpackage; is a Quake2 engine modification. Client and server sides are both
62 compatible with original Quake2 v3.20 network architecture, as well as with
63 modern R1Q2 network architecture. &dhpackage; is designed to be secure, fast
64 and doesn't provide any graphical enhancements that are contrary to the classic
65 Quake2 look and feel. It provides some features yet unique to Quake2, notably
66 server side Multi View Demos. &dhpackage; has it's own software and OpenGL
67 refresh libraries and runs under Win32 and GNU/Linux natively.</para>
68
69  </refsect1>
70  <refsect1>
71    <title>OPTIONS</title>
72
73    <para>There are a lot of possible commands and variables, which are
74    registered dynamically as various subsystems are loaded. The following
75    are the most basic ones.</para>
76
77    <variablelist>
78      <varlistentry>
79        <term><option>+set vid_ref soft</option></term>
80        <listitem>
81          <para>Load the software-only refresh library.</para>
82        </listitem>
83      </varlistentry>
84      <varlistentry>
85        <term><option>+set vid_ref newgl</option></term>
86        <listitem>
87          <para>Load the OpenGL refresh library.</para>
88        </listitem>
89      </varlistentry>
90      <varlistentry>
91        <term><option>+set dedicated 1</option></term>
92        <listitem>
93          <para>Start the dedicated server with no graphical client loaded.
94          <command>q2proded</command> implies this, as it has no client
95          code linked in.</para>
96        </listitem>
97      </varlistentry>
98      <varlistentry>
99        <term><option>+set deathmatch 1</option></term>
100        <listitem>
101          <para>Enable deathmatch mode (no monsters, etc).</para>
102        </listitem>
103      </varlistentry>
104      <varlistentry>
105        <term><option>+exec config.cfg</option></term>
106        <listitem>
107          <para>Execute the specified configuration file, which is essentially
108          a text file with commands separated by newlines or semicolons.</para>
109        </listitem>
110      </varlistentry>
111      <varlistentry>
112        <term><option>+map q2dm1</option></term>
113        <listitem>
114          <para>Spawn the listen or dedicated server on the given map.</para>
115        </listitem>
116      </varlistentry>
117      <varlistentry>
118        <term><option>-v</option>
119          <option>--version</option>
120        </term>
121        <listitem>
122          <para>Show version of program and exit.</para>
123        </listitem>
124      </varlistentry>
125    </variablelist>
126    <para>Any <option>+set</option> commands given on the command line
127    override the values of variables given in config files.</para>
128  </refsect1>
129  <refsect1>
130    <title>AUTHOR</title>
131
132    <para>Quake II was written by ID Software, Inc.
133    &dhpackage; was written by &dhusername; &dhemail; using
134    original Quake II source tree as codebase.</para>
135    <para>This manual page was written by &dhusername; &dhemail; for
136      the &debian; system (but may be used by others).  Permission is
137      granted to copy, distribute and/or modify this document under
138      the terms of the &gnu; General Public License, Version 2 any
139	  later version published by the Free Software Foundation.
140    </para>
141	<para>
142	  On Debian systems, the complete text of the GNU General Public
143	  License can be found in /usr/share/common-licenses/GPL.
144	</para>
145
146  </refsect1>
147</refentry>
148
149<!-- Keep this comment at the end of the file
150Local variables:
151mode: sgml
152sgml-omittag:t
153sgml-shorttag:t
154sgml-minimize-attributes:nil
155sgml-always-quote-attributes:t
156sgml-indent-step:2
157sgml-indent-data:t
158sgml-parent-document:nil
159sgml-default-dtd-file:nil
160sgml-exposed-tags:nil
161sgml-local-catalogs:nil
162sgml-local-ecat-files:nil
163End:
164-->
165
166
167