For the server you need to have all the files for the client installed as well as some configuration files.

Primary installation files can be downloaded from the Downloads page.
Server.CFG Main Server Configuration Configuration Details
Description.TXT Sets Display Name in Mod Listing Configuration Details
Maps.CFG Map Rotation List Configuration Details
Vote.LST Map Voting List Configuration Details

 

Recommended server startup parameters: 

Quake3.exe +set fs_game bsctf +set dedicated 2 +set net_port 27960 +set net_ip x.x.x.x +set com_hunkmegs 96 +exec server.cfg


SERVER.CFG - Configuration Details

Variable Default Value Description
sets Admin   Your name/handle
sets Clan   Clan or team running server
set Email servers@bsctf.com Server operator's e-mail address
sets Location   City/State/Country server is located in
seta sv_hostname BSCTF Server The display name of your server
seta bots_client   Date of client release
seta bots_server   Date of server release
seta sv_pure 1 Prevents cheating (1=ON 0=OFF)
seta rconpassword   Remote Console (RCON) password
seta sv_PrivatePassword   Allows access to server when full
seta sv_PrivateClients 1 Number of private clients allowed
seta bots_quadrallies 1 Enable Quad-Rallies (1=ON 0=OFF)
seta bots_fairteams 1 Points cannot be scored if # of players uneven (1=ON 0=OFF)
seta g_ref_password   Referee password for matches
seta matchmode_on    
seta matchmode_off    
seta g_password   Password required to play on server
seta g_needpass 0 Enable password requirement to play on server (1=ON 0=OFF)
seta sv_maxclients 24 Maximum number of players server will support
seta g_motd www.bsctf.com Line on startup screen of games primarily used to give website.
seta g_quadfactor 3 You betcha
seta g_FriendlyFire 0 Enable team damage (1=ON 0=OFF)
seta g_gametype 4 4=CTF
seta timelimit 40 Map duration
seta capturelimit 60 Number of team points allowed before changing map
seta RedTeamName Men  
seta BlueTeamName Women  
seta g_TeamAutoJoin 0 Force player to join next team (1=ON 0=OFF)
seta g_TeamForceBalace 1 Do not allow players to join team with most players (1=ON 0=OFF)
seta g_ForceRespawn 0 Player allowed to lay dead viewing area (1=ON 0=OFF)

- | Back to Top | -


DESCRIPTION.TXT - Configuration Details

This is merely a single line that is the long name or description of the mod.  In our case, this line is as follows:

Battle of the Sexes CTF

- | Back to Top | -


MAPS.CFG - Configuration Details

Sets the order in which maps will rotate on the server.  

The file is laid out as follows:

set d1 "map outback ; set nextmap vstr d2"  Sets variable to launch map and set what map is next
set d2 "map cherub ; set nextmap vstr d3"
set d3 "map crypt ; set nextmap vstr d4"
set d4 "map botsbowl; set nextmap vstr d1"

vstr d1  Initial Map Launched at Server Startup

- | Back to Top | -


VOTE.LST - Configuration Details

Listing of the maps to be offered as options in the vote for map menu.  

The file is laid out as follows:

botsbowl              Filename of map
BotSBowl 2001  Name of map shown in menu
/                            Seperator
outback
Outback
/

- | Back to Top | -