From b2430e114c0c5f122e35f57574c759c1744043e1 Mon Sep 17 00:00:00 2001 From: obla Date: Wed, 14 Jun 2017 12:05:50 +1000 Subject: [PATCH] Added Ultiduo to README --- README.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 09290b7..72b0eb6 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## ozfortress seasonal league The following formats are used in the ozfortress seasonal league and have an associated configuration file in the ozfortress configs. -#### 5 Control Points +### 5 Control Points Standard 5 Control Points (5CP) maps are played to 30 minutes with a 5 point difference mercy rule. The following configuration represents this format: ``` mp_windifference 5 @@ -14,7 +14,7 @@ mp_winlimit 0 ``` Load this configuration using `rcon exec ozfortress_6v6_5cp` or simply `rcon ozf` on ozfortress servers. -#### King of the Hill +### King of the Hill King of the Hill (KOTH) maps are played first to 3 with no time limit. The following configuration represents this format: ``` mp_windifference 0 @@ -23,7 +23,7 @@ mp_winlimit 3 ``` Load this configuration using `rcon exec ozfortress_6v6_koth` or simply `rcon ozfkoth` on ozfortress servers. -#### Golden Cap +### Golden Cap In formats where ties are not allowed, a golden cap may be used to determine the winner of a 5CP match tied at 30 minutes. Golden Cap rounds are played till the first capture of the last point with no time limit. The following configuration represents this format: ``` @@ -32,3 +32,16 @@ mp_timelimit 0 mp_winlimit 1 ``` Load this configuration using `rcon exec ozfortress_golden_cap` or simply `rcon golden` on ozfortress servers. + +## Other + +The following formats are also included in the ozfortress server configurations but does not have a respective active competition. + +### Ultiduo +Ultiduo maps are played with a Soldier and Medic pair on each team. There is no timelimit or winlimit as this format is mostly used for training. + +``` +mp_timelimit 0 +mp_winlimit 1 +``` +Load this configuration using `rcon exec ultiduo` or simply `rcon ultiduo` on ozfortress servers.