home · contact · privacy
TCE: Add basic worldconf, default to it.
authorChristian Heller <c.heller@plomlompom.de>
Sun, 6 Mar 2016 23:35:55 +0000 (00:35 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Sun, 6 Mar 2016 23:35:55 +0000 (00:35 +0100)
confserver/TheCrawlingEater [new file with mode: 0644]
server/utils.py

diff --git a/confserver/TheCrawlingEater b/confserver/TheCrawlingEater
new file mode 100644 (file)
index 0000000..a9b5e95
--- /dev/null
@@ -0,0 +1,18 @@
+MAP_LENGTH 64
+PLAYER_TYPE 0
+
+TA_ID 1
+TA_NAME wait
+
+TT_ID 0
+TT_START_NUMBER 1
+TT_LIFEPOINTS 30
+TT_SYMBOL @
+TT_NAME HUMAN
+
+TT_ID 5
+TT_SYMBOL %
+TT_NAME SKELETON
+
+TT_ID 0
+TT_CORPSE_ID 5
index c8f1c380bafba5cab203895d81d6a189c1dae34c..c80c1d0288933b85f71c1aab915c73a16a6651d7 100644 (file)
@@ -103,7 +103,7 @@ def parse_command_line_arguments():
     parser.add_argument('-l', nargs="?", const="save", dest='savefile',
                         action="store")
     parser.add_argument('-w', type=str,
-                        default="confserver/PleaseTheIslandGod",
+                        default="confserver/TheCrawlingEater",
                         dest='worldconf', action='store')
     parser.add_argument('-v', dest='verbose', action='store_true')
     opts, unknown = parser.parse_known_args()