Browse Source

Removed comments not supported

pull/509/head
Daniel Gibbs 10 years ago
parent
commit
414443c199
  1. 7
      Teeworlds/cfg/ctf.cfg
  2. 7
      Teeworlds/cfg/dm.cfg
  3. 7
      Teeworlds/cfg/duel.cfg
  4. 31
      Teeworlds/cfg/lgsm-default.cfg

7
Teeworlds/cfg/ctf.cfg

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

7
Teeworlds/cfg/dm.cfg

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

7
Teeworlds/cfg/duel.cfg

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

31
Teeworlds/cfg/lgsm-default.cfg

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

Loading…
Cancel
Save