]> de.git.xonotic.org Git - xonotic/xonotic.wiki.git/blobdiff - Domination.md
Update Compiling: add libtool dependency
[xonotic/xonotic.wiki.git] / Domination.md
index 466838b5ac7cf382a6f90f106ce30303253b06ae..f5341ae6468013aeb7fa16969fc1e4100b3e75a6 100644 (file)
@@ -4,7 +4,33 @@ Domination (DOM)
 Object of the Game
 ------------------
 
-In domination, the goal is to capture and hold all control points on the map. Domination is similar to [[Onslaught]] but capturing a control point is easier in Domination, and in Domination points are given for holding a control point, and there is no generator. Rarely are maps made exclusively for Domination, generally an existing [[Capture\_the\_Flag|CTF]] or [[Team\_Deathmatch|TDM]] map receives Domination features.
+In **Domination**, 2-4 teams try to dominate the map by capturing and keeping control points on the map and fragging the enemy teams. Each control point that a team has captured will generate points over time.
+
+Scoring
+-------
+
+| Action | Score |
+|:-|-:|
+| Kill an opponent | +1 |
+| Own a control point for a few seconds | +1 |
+| Kill yourself | -1 |
+| Kill team mate | -1 |
+
+As of 0.8.2, owning a control point gives your team 1 point every 5 seconds by default. The frequency at which points are awarded can be changed by a [CVar](CVar) (`g_domination_point_rate`).
+
+The first team to reach the score limit (default: 50) will win the match.
+
+Control points
+--------------
+Each map has its own number of control points. Many official maps have 3 control points, while some other maps have more.
+
+All control points start neutral and are owned by nobody. To capture a control point, simply walk into it. It will now start to generate points. But beware: Your enemies can capture your control point just as easily, all it takes is just a touch.
+
+Round-based Domination
+----------------------
+Round-based Domination is a variant of Domination. In round-based Domination, the goal is to capture all control points to win a round. The first team to win a given number of rounds will win the match. If no team manages to win a round for a long time, the round will end in a draw and new round will start.
+
+Round-based Domination can be activated with a cvar (`g_domination_roundbased`).
 
 Map Entities
 ------------
@@ -59,12 +85,4 @@ The key here is the “message” field, which allows you to set the message sho
 Helpful Hints and Tips
 ----------------------
 
--   <Insert Hints Here>
-
-List of Demos and Videos
-------------------------
-
--   Demo: <Insert Demo or Video Here>
--   Players: <Insert Player Names Here>
--   Key Points: <Insert key points in match here>
-
+-   _(Insert Hints Here)_
\ No newline at end of file