|
|
@ -1,12 +1,20 @@ |
|
|
|
// General Server Settings |
|
|
|
seta si_name "SERVERNAME" // sets the server name. |
|
|
|
seta net_serverRemoteConsolePassword "06og4" // sets the remote console password for the server. |
|
|
|
seta g_password "" // sets the server password. |
|
|
|
seta si_usePass "0" // denotes if the server is password protected. |
|
|
|
seta si_minPlayers "2" // the number of players required before the round starts. |
|
|
|
seta si_pure "1" // When this is enabled, the server will not allow any clients to connect if they have modified data files. |
|
|
|
seta serverInfo "" // shows the server info. |
|
|
|
seta si_maxPlayers "16" // the maximum players that can join the server. |
|
|
|
// sets the server name. |
|
|
|
seta si_name "SERVERNAME" |
|
|
|
// sets the remote console password for the server. |
|
|
|
seta net_serverRemoteConsolePassword "ADMINPASSWORD" |
|
|
|
// sets the server password. |
|
|
|
seta g_password "" |
|
|
|
// denotes if the server is password protected. |
|
|
|
seta si_usePass "0" |
|
|
|
// the number of players required before the round starts. |
|
|
|
seta si_minPlayers "2" |
|
|
|
// When this is enabled, the server will not allow any clients to connect if they have modified data files. |
|
|
|
seta si_pure "1" |
|
|
|
// Shows the server info. |
|
|
|
seta serverInfo "" |
|
|
|
// The maximum players that can join the server. |
|
|
|
seta si_maxPlayers "16" |
|
|
|
|
|
|
|
// Game Settings |
|
|
|
seta si_gameType "DM" // Sets the type of game. Options are DM, Team DM, CTF, Arena CTF, or Tourney. |
|
|
@ -48,4 +56,5 @@ seta g_mapCycle "mapcycle" // Sets the server's map cycling script. Defaults to |
|
|
|
//exec teamdm.cfg |
|
|
|
//exec tourney.cfg |
|
|
|
|
|
|
|
spawnServer // start the server |
|
|
|
// start the server |
|
|
|
spawnServer |