server.cfg 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. // ****************************************************************************
  2. // *
  3. // TeeWorlds - server.cfg *
  4. // Version 271015 *
  5. // *
  6. // ****************************************************************************
  7. // ............................. Basic Settings ............................. //
  8. // Hostname for server.
  9. sv_name <hostname>
  10. // Maximum players
  11. sv_max_clients 12
  12. // Server Port
  13. sv_port 8303
  14. // Rcon Password
  15. sv_rcon_password <rconpassword>
  16. // Register with masterservers
  17. sv_register 1
  18. // Enable spam filter
  19. sv_spamprotection 0
  20. // Vote map
  21. sv_vote_map 1
  22. // Warmup time between rounds
  23. sv_warmup 10
  24. addvote restart 10
  25. addvote exec dm.cfg
  26. addvote exec ctf.cfg
  27. addvote exec duel.cfg
  28. addvote exec tdm.cfg
  29. addvote "change_map ctf1"
  30. addvote "change_map ctf2"
  31. addvote "change_map ctf3"
  32. addvote "change_map ctf4"
  33. addvote "change_map ctf5"
  34. addvote "change_map dm1"
  35. addvote "change_map dm2"
  36. addvote "change_map dm6"
  37. addvote "change_map dm7"
  38. addvote "change_map dm8"
  39. addvote "change_map dm9"