|
|
@@ -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
|