r5351 - trunk/Docs

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Dec 29 13:05:28 EST 2008


Author: div0
Date: 2008-12-29 13:05:28 -0500 (Mon, 29 Dec 2008)
New Revision: 5351

Modified:
   trunk/Docs/mapping.txt
Log:
Add info about the mapinfo "type" lines


Modified: trunk/Docs/mapping.txt
===================================================================
--- trunk/Docs/mapping.txt	2008-12-29 15:58:10 UTC (rev 5350)
+++ trunk/Docs/mapping.txt	2008-12-29 18:05:28 UTC (rev 5351)
@@ -107,9 +107,19 @@
 
 There's much more power in a mapinfo file. See Appendix A for more details.
 
-By the way: the Domination and Keyhunt types allow a third number to specify
-the number of teams; the CTF type allows a third number to specify a capture
-limit (if g_ctf_win_mode is 0 or 1).
+Gametype        | Syntax                                             | Notes
+----------------+----------------------------------------------------+-------------------------------------------------------
+Deathmatch      | type dm    <fraglimit>  <timelimit>                |
+Team Deathmatch | type tdm   <fraglimit>  <timelimit> <teams>        | 2, 3, or 4 teams
+Domination      | type dom   <pointlimit> <timelimit>                | teams are set by the map's entities
+CTF             | type ctf   <pointlimit> <timelimit> <caplimit>     | pointlimit if g_ctf_win_mode is 2, otherwise caplimit
+Runematch       | type rune  <pointlimit> <timelimit>                |
+LMS             | type lms   <lives>      <timelimit>                |
+Arena           | type arena <fraglimit>  <timelimit>                |
+Key Hunt        | type kh    <pointlimit> <timelimit> <teams>        | 2, 3, or 4 teams
+Assault         | type as                 <timelimit>                | never uses points
+Onslaught       | type ons                <timelimit>                | never uses points
+Race            | type race  <laplimit>   <timelimit> <teamlaplimit> | g_race_teams: teamlaplimit is used instead of laplimit
 
 
 ===============




More information about the nexuiz-commits mailing list