]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
Remove references to Runematch in mapping.txt
authorterencehill <piuntn@gmail.com>
Thu, 31 Oct 2013 11:37:07 +0000 (12:37 +0100)
committerterencehill <piuntn@gmail.com>
Thu, 31 Oct 2013 11:37:07 +0000 (12:37 +0100)
Docs/mapping.txt

index 5292504a30b0d0119a11fd42d3c87ee11f3cf30a..98dac9a0cdaebdd0c7bd8cfe0fc8e95b7d66a4a1 100644 (file)
@@ -19,11 +19,9 @@ III      Domination
 \r
 IV       CTF\r
 \r
-V        Rune Match\r
+V        Race/CTS\r
 \r
-VI       Race/CTS\r
-\r
-VII      Nexball\r
+VI       Nexball\r
 \r
 Appendix A - Advanced mapinfo\r
 \r
@@ -60,7 +58,7 @@ As an example, let's say I make a map called "wazat1.bsp". As long as I'm
 fantasizing, I might as well say this map is so well done I'm actually willing\r
 to release it for friends, neighbors, fellow forum visitors and other people\r
 who like me to judge me by. Let's also assume that I want domination,\r
-deathmatch/team deathmatch and runematch to all be playable on my map.\r
+deathmatch/team deathmatch to all be playable on my map.\r
 \r
 This is very easy. First, I start the game and exit it again so the game writes\r
 data/data/wazat1.mapinfo for me. The file may look like:\r
@@ -74,17 +72,15 @@ data/data/wazat1.mapinfo for me. The file may look like:
        cdtrack 5\r
     gametype dm // defaults: timelimit=20 pointlimit=30 leadlimit=0\r
     gametype dom // defaults: timelimit=20 pointlimit=200 teams=2 leadlimit=0\r
-    gametype rune // defaults: timelimit=20 pointlimit=200 leadlimit=0\r
     gametype lms // defaults: timelimit=20 lives=9 leadlimit=0\r
     gametype arena // defaults: timelimit=20 pointlimit=10 leadlimit=0\r
 \r
 As I see, the menu autodetected that my map may be suitable for deathmatch,\r
-domination, runematch, last man standing and arena. But I want the map to be\r
-played in domination, deathmatch, team deathmatch, runematch only, and I also\r
-want different timelimits/fraglimits, so I will change the "gametype" lines to:\r
+domination, last man standing and arena. But I want the map to be played in\r
+domination, deathmatch, team deathmatch only, and I also want different\r
+timelimits/fraglimits, so I will change the "gametype" lines to:\r
 \r
     gametype dom pointlimit=100 timelimit=15\r
-    gametype rune pointlimit=1000 timelimit=25\r
     gametype dm pointlimit=40 timelimit=15\r
     gametype tdm pointlimit=50 timelimit=0 teams=2\r
 \r
@@ -113,7 +109,6 @@ Deathmatch      | gametype dm [timelimit=...] [pointlimit=...] [leadlimit=...]
 Team Deathmatch | gametype tdm [timelimit=...] [pointlimit=...] [teams=...] [leadlimit=...]                                | 2, 3, or 4 teams\r
 Domination      | gametype dom [timelimit=...] [pointlimit=...] [teams=...] [leadlimit=...]                                | 2, 3, or 4 teams, only if map has no dom_team ents\r
 CTF             | gametype ctf [timelimit=...] [caplimit=...] [leadlimit=...]                                              |\r
-Runematch       | gametype rune [timelimit=...] [pointlimit=...] [leadlimit=...]                                           |\r
 LMS             | gametype lms [timelimit=...] [lives=...] [leadlimit=...]                                                 |\r
 Arena           | gametype arena [timelimit=...] [pointlinit=...] [leadlimit=...]                                          |\r
 Key Hunt        | gametype kh [timelimit=...] [pointlimit=...] [teams=...] [leadlimit=...]                                 | 2, 3, or 4 teams\r
@@ -298,27 +293,9 @@ detect it for supporting CTF. To force the map to get re-detected after you add
 such entities, delete the data/data/mapname.mapinfo file - or simply edit it to\r
 add the "gametype ctf" line.\r
 \r
-==============\r
-=V. Runematch=\r
-==============\r
-\r
-Runematch needs only one type of entity to work: rune spawn points. You will\r
-need at least one for each rune (5 minimum at the time of this writing), though\r
-you should probably have more than that in the map. Just give the points a\r
-classname and origin.\r
-\r
-Rune Spawnpoints\r
-----------------\r
-classname  runematch_spawn_point\r
-\r
-If your map contains the required entities for Runematch, the menu will automatically\r
-detect it for supporting Runematch. To force the map to get re-detected after you add\r
-such entities, delete the data/data/mapname.mapinfo file - or simply edit it to\r
-add the "gametype rune" line.\r
-\r
-==============\r
-=VI. Race/CTS=\r
-==============\r
+=============\r
+=V. Race/CTS=\r
+=============\r
 \r
 Making a race map is not hard: you need some special spawnpoints, and some checkpoints.\r
 \r