Here is an example CFG
// Example default.cfg
servername "Server Name Here" // Server Name
rconpassword Password // Set Server Password
maxplayers 18 // Set the maximum number of players allowed in the server
motd "This is a default message!" // Display a message to players when they connect to your server
// Set your ports, replace xx with any two numbers, ports must be unique for each server you run on a machine. Delete the "270xx" to leave the ports at their default values.
authport 270xx
gameport 270xx
lobbyport 270xx
updateport 270xx
// Jungle = map name, DM = game type, tl = time limit, and sl = score limit.
addmap Jungle DM tl=15 sl=20 // MUST be used to create map rotation before using the "host" command
// Set species ratios: Given in this config, for each 1 Preador there can be 2 Marines, For each 1 Predator there can be 3 aliens and so forth.
predatorratio 1 // Any Value 1-4, relative to other species
marineratio 2 // Any Value 1-4, relative to other species
alienratio 3
// Set auto-balancing and friendly fire. 0 = False, 1 = True
speciesbalancing 1 // Enable or Disable auto-balancing for species
teambalancing 1 // Enable or Disable auto-team balancing
friendlyfire 0 // Enable or Disable Friendly Fire
autostartonallready 1 // Auto-Start matches when all players are ready, 0 = False, 1 = True
autostarttime 120 // Lobby Auto-Start Timer (In Seconds)
host // Start Hosting the Server, server will not show up in any list without this command!
//End configuration
Hope this helps
Buzz
----------------
