Browse Source

updated config

Daniel Gibbs 10 years ago
parent
commit
bce6f1d3a7
1 changed files with 8 additions and 7 deletions
  1. 8 7
      Teeworlds/cfg/lgsm-default.cfg

+ 8 - 7
Teeworlds/cfg/lgsm-default.cfg

@@ -1,14 +1,18 @@
 // ****************************************************************************
 // ****************************************************************************
 //                                                                            *
 //                                                                            *
 //     TeeWorlds - server.cfg                                                 *
 //     TeeWorlds - server.cfg                                                 *
-//     Version 271015                                                         *
+//     Version 281015                                                         *
 //                                                                            *
 //                                                                            *
 // ****************************************************************************
 // ****************************************************************************
 
 
-// ............................. Basic Settings ............................. //
-
 // Hostname for server.
 // Hostname for server.
-sv_name <hostname>
+sv_name hostname
+s
+// RCON - remote console password.
+sv_rcon_password rconpassword
+
+// Server password - for private servers.
+password 
 
 
 // Maximum players
 // Maximum players
 sv_max_clients 12
 sv_max_clients 12
@@ -16,9 +20,6 @@ sv_max_clients 12
 // Server Port
 // Server Port
 sv_port 8303
 sv_port 8303
 
 
-// Rcon Password
-sv_rcon_password <rconpassword>
-
 // Register with masterservers
 // Register with masterservers
 sv_register 1
 sv_register 1