[Orxonox-commit 4705] r9376 - code/branches/release2012/data/gui/scripts

jo at orxonox.net jo at orxonox.net
Sat Sep 8 00:09:38 CEST 2012


Author: jo
Date: 2012-09-08 00:09:38 +0200 (Sat, 08 Sep 2012)
New Revision: 9376

Modified:
   code/branches/release2012/data/gui/scripts/MiscConfigMenu.lua
Log:
I added the new configValue from TeamDeathmatch to the Miscellaneous menu.

Modified: code/branches/release2012/data/gui/scripts/MiscConfigMenu.lua
===================================================================
--- code/branches/release2012/data/gui/scripts/MiscConfigMenu.lua	2012-09-07 15:06:14 UTC (rev 9375)
+++ code/branches/release2012/data/gui/scripts/MiscConfigMenu.lua	2012-09-07 22:09:38 UTC (rev 9376)
@@ -32,12 +32,14 @@
     table.insert(P.commandList, "Gametype numberOfBots_")
     table.insert(P.commandList, "UnderAttack gameTime_")
     table.insert(P.commandList, "TeamDeathmatch teams_")
+    table.insert(P.commandList, "TeamDeathmatch maxScore_")
     table.insert(P.commandList, "HumanPlayer nick_")
     table.insert(P.commandList, "ChatOverlay displayTime_")
     table.insert(P.commandList, "Core bDevMode_")
     table.insert(P.commandList, "HUDNavigation MarkerLimit_")
     table.insert(P.commandList, "HUDNavigation showDistance")
 
+
     P.nameList = {}
     table.insert(P.nameList, "Mouse sensitivity")
     table.insert(P.nameList, "Mouse acceleration")
@@ -54,12 +56,13 @@
     table.insert(P.nameList, "Number of Bots")
     table.insert(P.nameList, "UnderAttack: game time")
     table.insert(P.nameList, "TeamDeathmatch: Number of teams")
+    table.insert(P.nameList, "TeamDeathmatch: Score needed to end the game")
     table.insert(P.nameList, "Playername")
     table.insert(P.nameList, "Chat: display time")
     table.insert(P.nameList, "Developer's Mode")
     table.insert(P.nameList, "Marker Limit")
-    table.insert(P.nameList, "Show Distance next to cursor")
 
+
     P.linesList = {}
 
     --Calculate design parameters:




More information about the Orxonox-commit mailing list