5. Quake III ArenaQuake III is the latest game in the Quake series, designed as a multiplayer deathmatch game. 5.1. System requirementsAs always, the system requirements vary depending on the number of players on your server.
5.2. InstallingFirst download the latest Q3A Linux point release. As of this version of the HOWTO it's v1.32b, but that may have changed when you read this. Run the installer:
The default installation directory is /usr/local/games/quake3. Copy the *.pk3 files from the Q3A CD-ROM to the baseq3 directory.
Go to the Q3 directory and test the dedicated server, ./q3ded. 5.3. ConfiguringNow it's time to write some config files. They contain all the variables the server will use (maps to be played, gametype, etc..). All cfg's must be in the baseq3 directory. The file q3config.cfg is always executed. I recommend that you have different cfg's for different gametypes, for example ctf.cfg, ffa.cfg, and so on. You can use q3config.cfg for general settings, and then another cfg on top of it. Run ./linuxq3ded +exec configfile.cfg to start the dedicated server and execute the specified config file. This is what my FFA (Free For All) config file looks like:
Start the server with ./q3ded +exec configfile.cfg. You can execute cfg's directly from the server console with the command exec configfile.cfg. If you want to run the server in the background, immune to hangups, start using nohup ./q3ded +exec ffa.cfg &. 5.4. Q3CTF (Capture The Flag)CTF is built into Q3A (Q3CTF). Four CTF maps are included with Q3A, but you will want to download Dave 'Zoid' Kirsch's (the author of CTF for Q1/Q2/Q3) excellent Q3WCTF maps - ftp://ftp.sunet.se/pubi/pc/games/idgames2/planetquake/mappacks/q3wctf.zip (7.8 MB). Here's a CTF cfg which includes all CTF maps in the mapcycle. Paste it in a new file, ctf.cfg, in the baseq3 directory:
Start with ./q3ded +exec ctf.cfg. 5.5. Rocket Arena 3Rocket Arena 3 is the popular Quake3 version of Rocket Arena. You need the following files:
Create a directory for RA3 and extract the files:
Edit server.cfg to your liking. Start the server with the following command:
Use +set dedicated 1 to run a private server or +set dedicated 2 to run a public. For more info on RA3 configuration options, read readsrv.txt in your arena directory. 5.6. AllianceAlliance is a popular CTF/DM mod. It offers three different game styles:
All the above game styles can be played as CTF, FFA, Team DM or Tourney. Note that the mod was made with CTF in mind. Anyway, you need the following files:
Extract the files:
Now start the server running your desired gametype. Alliance:
Combat:
Instagib:
Edit maplist.cfg to change the map rotation. Two large Alliance map packs can be downloaded from its homepage. Linux HOWTO full list |
|
This document, LDP HOWTO-INDEX, is copyrighted (c) 1995 - 2002 by Tim Bynum, Guylhem Aznar, Joshua Drake and Greg Ferguson. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is available at http://www.gnu.org/copyleft/fdl.html. If you have questions, please contact the LDP.
Web Design Copyright © 1999-2003. Chrisranjana Software Solutions Pvt Ltd. syndicate rss feed |