mirror of
https://github.com/Oldcustard/ozfort-server-configs
synced 2025-06-26 07:14:24 +10:00
33 lines
1.2 KiB
Markdown
33 lines
1.2 KiB
Markdown
# ozfortress server configurations
|
|
|
|
##ozfortress seasonal league
|
|
The following formats are used in the ozfortress seasonal league and have an associated configuration file in the ozfortress configs.
|
|
|
|
#### 5CP
|
|
Standard 5CP maps are played to 30 minutes with a 5 point difference mercy rule. The following configuration represents this format:
|
|
```
|
|
mp_windifference 5
|
|
mp_timelimit 30
|
|
mp_winlimit 0
|
|
```
|
|
Load this configuration using `rcon exec ozfortress_6v6_5cp` or simply `rcon ozf` on ozfortress servers.
|
|
|
|
#### KOTH
|
|
KOTH maps are played first to 3 with no time limit. The following configuration represents this format:
|
|
```
|
|
mp_windifference 0
|
|
mp_timelimit 0
|
|
mp_winlimit 3
|
|
```
|
|
Load this configuration using `rcon exec ozfortress_6v6_koth` or simply `rcon koth` on ozfortress servers.
|
|
|
|
#### 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:
|
|
|
|
```
|
|
mp_windifference 0
|
|
mp_timelimit 0
|
|
mp_winlimit 1
|
|
```
|
|
Load this configuration using `rcon exec ozfortress_golden_cap` or simply `rcon golden` on ozfortress servers.
|