From: terencehill Date: Fri, 3 Feb 2012 17:48:12 +0000 (+0100) Subject: Update Gametypes list: fix Nexball (dm -> nb), update ctf syntax, add ft and ka X-Git-Tag: xonotic-v0.6.0~14^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=61da535df04303cf0dc5e56d35669c3fa1b314e5;p=xonotic%2Fxonotic.git Update Gametypes list: fix Nexball (dm -> nb), update ctf syntax, add ft and ka --- diff --git a/Docs/mapping.txt b/Docs/mapping.txt index 3024b4d9..6b20652f 100644 --- a/Docs/mapping.txt +++ b/Docs/mapping.txt @@ -112,7 +112,7 @@ Gametype | Syntax Deathmatch | gametype dm [timelimit=...] [pointlimit=...] [leadlimit=...] | Team Deathmatch | gametype tdm [timelimit=...] [pointlimit=...] [teams=...] [leadlimit=...] | 2, 3, or 4 teams Domination | gametype dom [timelimit=...] [pointlimit=...] [teams=...] [leadlimit=...] | 2, 3, or 4 teams, only if map has no dom_team ents -CTF | gametype ctf [timelimit=...] [pointlimit=...] [caplimit=...] [leadlimit=...] | pointlimit if g_ctf_win_mode is 2, otherwise caplimit +CTF | gametype ctf [timelimit=...] [caplimit=...] [leadlimit=...] | Runematch | gametype rune [timelimit=...] [pointlimit=...] [leadlimit=...] | LMS | gametype lms [timelimit=...] [lives=...] [leadlimit=...] | Arena | gametype arena [timelimit=...] [pointlinit=...] [leadlimit=...] | @@ -122,7 +122,9 @@ Onslaught | gametype ons [timelimit=...] Race | gametype rc [timelimit=...] [qualifying_timelimit=...] [laplimit=...] [teamlaplimit=...] [leadlimit=...] | g_race_teams: teamlaplimit is used instead of laplimit CTS | gametype cts [timelimit=...] [skill=...] | never uses points CA | gametype ca [timelimit=...] [pointlimit=...] [leadlimit=...] | -Nexball | gametype dm [timelimit=...] [pointlimit=...] [leadlimit=...] | +Nexball | gametype nb [timelimit=...] [pointlimit=...] [leadlimit=...] | +Freeze Tag | gametype ft [timelimit=...] [pointlimit=...] [teams=...] [leadlimit=...] | +Keepaway | gametype ka [timelimit=...] [pointlimit=...] | ===============