X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=Docs%2Fmapping.txt;h=c46d6996d78efbcb3942bb878b53161a4e03a709;hp=abbf6469a98d1b6215b9c382f4e75d6ff8b56843;hb=47a07537c4c92b353cb21b42b67909ec5488b257;hpb=5f46e908547dffbaba1661966633ec2eea4c6940 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 | ===============