Browse Source

More changes

pull/2/head
Daniel Gibbs 10 years ago
parent
commit
3a2358b5a0
  1. 2
      TeeWorlds/ServerSettings.txt
  2. 7
      TeeWorlds/ctf.cfg
  3. 7
      TeeWorlds/server.cfg

2
TeeWorlds/ServerSettings.txt

@ -2,7 +2,7 @@
// * // *
// TeeWorlds - Server Settings * // TeeWorlds - Server Settings *
// URL: https://www.teeworlds.com/?page=docs&wiki=server_settings * // URL: https://www.teeworlds.com/?page=docs&wiki=server_settings *
// Version 271015 * // Version 281015 *
// * // *
// **************************************************************************** // ****************************************************************************

7
TeeWorlds/ctf.cfg

@ -1,3 +1,10 @@
// ****************************************************************************
// *
// 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/server.cfg

@ -1,6 +1,6 @@
// **************************************************************************** // ****************************************************************************
// * // *
// TeeWorlds - server.cfg * // TeeWorlds - server.cfg *
// Version 271015 * // Version 271015 *
// * // *
// **************************************************************************** // ****************************************************************************
@ -22,10 +22,13 @@ sv_rcon_password <rconpassword>
// Register with masterservers // Register with masterservers
sv_register 1 sv_register 1
//Enable spam filter // 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

Loading…
Cancel
Save