From 5fa0c6cfe42e1c3ea182a09f1c73a0f9a436f67c Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Thu, 30 Nov 2023 21:08:11 +0000 Subject: [PATCH] remove comments --- q4/server.cfg | 31 ++++++++++++++++++++----------- 1 file changed, 20 insertions(+), 11 deletions(-) diff --git a/q4/server.cfg b/q4/server.cfg index 9a88d54..e092019 100644 --- a/q4/server.cfg +++ b/q4/server.cfg @@ -1,14 +1,22 @@ -//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. +// General Server Settings +// 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 +// Game Settings seta si_gameType "DM" // Sets the type of game. Options are DM, Team DM, CTF, Arena CTF, or Tourney. seta si_autobalance "1" // 1=on 0=off - when enabled this will autobalance player to each team. seta si_shuffle "0" // 1=on 0=off - Shuffles the teams after each round. Only applicable to team games (TeamDM,CTF, ArenaCTF). Set to 1 to enable, 0 to disable. @@ -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 \ No newline at end of file +// start the server +spawnServer \ No newline at end of file