Browse Source

Removed comments as not supported.

pull/2/head
Daniel Gibbs 10 years ago
parent
commit
3ceadfa84c
  1. 7
      TeeWorlds/ctf.cfg
  2. 7
      TeeWorlds/dm.cfg
  3. 7
      TeeWorlds/duel.cfg
  4. 27
      TeeWorlds/server.cfg

7
TeeWorlds/ctf.cfg

@ -1,10 +1,3 @@
// ****************************************************************************
// *
// TeeWorlds - ctf.cfg *
// Version 281015 *
// *
// ****************************************************************************
sv_gametype ctf sv_gametype ctf
sv_powerups 1 sv_powerups 1
sv_scorelimit 500 sv_scorelimit 500

7
TeeWorlds/dm.cfg

@ -1,10 +1,3 @@
// ****************************************************************************
// *
// TeeWorlds - dm.cfg *
// Version 281015 *
// *
// ****************************************************************************
sv_gametype dm sv_gametype dm
sv_powerups 1 sv_powerups 1
sv_scorelimit 20 sv_scorelimit 20

7
TeeWorlds/duel.cfg

@ -1,10 +1,3 @@
// ****************************************************************************
// *
// TeeWorlds - duel.cfg *
// Version 281015 *
// *
// ****************************************************************************
sv_gametype tdm sv_gametype tdm
sv_powerups 0 sv_powerups 0
sv_scorelimit 10 sv_scorelimit 10

27
TeeWorlds/server.cfg

@ -1,37 +1,12 @@
// ****************************************************************************
// *
// TeeWorlds - server.cfg *
// Version 281015 *
// *
// ****************************************************************************
// Hostname for server.
sv_name <hostname> sv_name <hostname>
s
// RCON - remote console password.
sv_rcon_password <rconpassword> sv_rcon_password <rconpassword>
password <password>
// Server password - for private servers.
password
// Maximum players
sv_max_clients 12 sv_max_clients 12
// Server Port
sv_port 8303 sv_port 8303
// Register with masterservers
sv_register 1 sv_register 1
// Enable spam filter
sv_spamprotection 0 sv_spamprotection 0
// Vote map
sv_vote_map 1 sv_vote_map 1
// Warmup time between rounds
sv_warmup 10 sv_warmup 10
addvote restart 10 addvote restart 10
addvote exec dm.cfg addvote exec dm.cfg
addvote exec ctf.cfg addvote exec ctf.cfg

Loading…
Cancel
Save