Summary
This mod (Match Time Limit - MTL) limits match time. After a time set by the admin, the match ends.
Description
This mod is dependent on "Match Start Delay" (MSD), but can run independently.
There are five phases:
1. MSD timer active – the MATCH DURATION is displayed
2. When the MSD timer expires, a countdown begins. MATCH COUNTDOWN is displayed for the set time by admin
3. In the middle, counter is hidden. By pressing Hint key player can show counter which will be hidden again after 5s
4 When comes set time to the end of match (default 15 minutes), MATCH ENDS IN countdown is displayed which is divided by 3 different colors
5. When the countdown reaches 00:00, the match ends. The faction with the most capture points wins. If BLUEFOR and OPFOR have an equal number of points, INDFOR wins.
Notes:
- If the MSD timer is set to 0, Phase 1 will be skipped
- If the MTL timer is set to 0, the match will proceed normally, without modifications
- You can display the match countdown at any time, if it is hidden, by pressing the Hint key (Controls-Common-Hint).
You can set three attributes:
- The duration of the match in seconds, counted down from the end of the MSD timer (default 0)
- After how many seconds MATCH COUNTDOWN should be hidden (default 60s)
- How many seconds before end of match should be shown MATCH ENDS IN (default 900s).
You can do this in the World Editor, in the GameMode entity, under "Match Time Limit" or in the server config.json file, for example:
"missionHeader": {
"m_MTL_Settings": {
"m_fMatchDuration": 3600,
"m_fCountdownStart": 60,
"m_fCountdownWarn": 900
}
}
This mod depends from "Match Start Delay" and at its core it was created for the ArmaFrags.com PVP tournament community.
Supported by the "GM Spectate Tournament" mod.
* If you have any comments or suggestions, tag me @Cichy on the official Arma Discord.License
Arma Public License Share Alike (APL-SA)