Jump to content

Home

Example of server?


SlikWili

Recommended Posts

This is Mine

 

//Server Settings

set sv_hostname "[MONG]FFA"

set sv_maxclients 9

set sv_zone FFA

set sv_timeout 15

seta g_motd "Good Sportsmanship is Apreciated"

 

seta net_port 28071

seta port 28071

seta sv_master1 "masterjk2.ravensoft.com:28071"

 

//Conditions

set rconpassword "********"

set timelimit 15

set fraglimit 30

set logfile 1

 

//Gameplay Options

set g_maxForceRank: 4

set g_privateDuel: 1

set g_gametype 0

set g_forcerespawn 0

set g_weaponrespawn 15

seta sv_pure 1

seta sv_allowdownload 1

seta g_allowvote 1

seta g_autoMapCycle 1

seta sv_privatePassword "********"

seta sv_privateClients 1

seta sv_floodProtect 1

set g_saberLock: 1

 

//Enable IP banning

set g_filterban "1"

seta g_banIPs ""

 

// Map Rotation

set d1 "map ffa_bespin ; set nextmap vstr d2"

set d2 "map ffa_deathstar ; set nextmap vstr d3"

set d3 "map ffa_imperial ; set nextmap vstr d4"

set d4 "map ffa_ns_hideout ; set nextmap vstr d5"

set d5 "map ffa_ns_streets ; set nextmap vstr d6"

set d6 "map ffa_raven ; set nextmap vstr d7"

set d7 "map ffa_yavin ; set nextmap vstr d1"

 

vstr d1

 

 

There are also a bunch in the server FAQ thread

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...