瀏覽代碼

Removed comments not supported

Daniel Gibbs 10 年之前
父節點
當前提交
414443c199
共有 4 個文件被更改,包括 3 次插入49 次删除
  1. 0 7
      Teeworlds/cfg/ctf.cfg
  2. 0 7
      Teeworlds/cfg/dm.cfg
  3. 0 7
      Teeworlds/cfg/duel.cfg
  4. 3 28
      Teeworlds/cfg/lgsm-default.cfg

+ 0 - 7
Teeworlds/cfg/ctf.cfg

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

+ 0 - 7
Teeworlds/cfg/dm.cfg

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

+ 0 - 7
Teeworlds/cfg/duel.cfg

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

+ 3 - 28
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
 sv_max_clients 12
-
-// Server Port
 sv_port 8303
 sv_port 8303
-
-// Register with masterservers
 sv_register 1
 sv_register 1
-
-// 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
 addvote exec dm.cfg
 addvote exec dm.cfg
 addvote exec ctf.cfg
 addvote exec ctf.cfg