From: Rudolf Polzer Date: Wed, 14 Jul 2010 14:36:54 +0000 (+0200) Subject: improve mapinfo documentation X-Git-Tag: xonotic-v0.1.0preview~373 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=106111952f4e664956f8c74023ebffa05579e2e7 improve mapinfo documentation --- diff --git a/Docs/mapping.txt b/Docs/mapping.txt index abbf6469..c46d6996 100644 --- a/Docs/mapping.txt +++ b/Docs/mapping.txt @@ -107,20 +107,22 @@ have weapon entities placed. There's much more power in a mapinfo file. See Appendix A for more details. -Gametype | Syntax | Notes -----------------+-------------------------------------------------------------------------------------+------------------------------------------------------- -Deathmatch | type dm | -Team Deathmatch | type tdm | 2, 3, or 4 teams -Domination | type dom | teams are set by the map's entities -CTF | type ctf | pointlimit if g_ctf_win_mode is 2, otherwise caplimit -Runematch | type rune | -LMS | type lms | -Arena | type arena | -Key Hunt | type kh | 2, 3, or 4 teams -Assault | type as | never uses points -Onslaught | type ons | never uses points -Race | type rc | g_race_teams: teamlaplimit is used instead of laplimit -CTS | type cts | never uses points +Gametype | Syntax | Notes +----------------+---------------------------------------------------------------------------------------------------+------------------------------------------------------- +Deathmatch | type dm | +Team Deathmatch | type tdm | 2, 3, or 4 teams +Domination | type dom | teams are set by the map's entities +CTF | type ctf | pointlimit if g_ctf_win_mode is 2, otherwise caplimit +Runematch | type rune | +LMS | type lms | +Arena | type arena | +Key Hunt | type kh | 2, 3, or 4 teams +Assault | type as | never uses points +Onslaught | type ons | never uses points +Race | type rc | g_race_teams: teamlaplimit is used instead of laplimit +CTS | type cts | never uses points +CA | type dm | +Nexball | type dm | ===============