From acc43cbdbe8ad98143de95846f0d5ae0d256540b Mon Sep 17 00:00:00 2001 From: QuickCentralHosting <46080934+QuickCentralHosting@users.noreply.github.com> Date: Thu, 13 Jun 2019 23:33:15 -0700 Subject: [PATCH] Update Server.cfg - Add Mission Selection This adds the ability for players to select the mission their server boots up to and adds the ability to cycle missions. --- arma/arma3/egg-arma3-config/server.cfg | 28 ++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/arma/arma3/egg-arma3-config/server.cfg b/arma/arma3/egg-arma3-config/server.cfg index daf2d213..2615bf70 100644 --- a/arma/arma3/egg-arma3-config/server.cfg +++ b/arma/arma3/egg-arma3-config/server.cfg @@ -34,6 +34,34 @@ logFile = "arma3server.log"; // Minimum Required Client Build //requiredBuild = 95691 +class Missions +{ + class Mission1 + { + template = ; + difficulty = "Regular"; + class Params {}; + }; + class Mission2 + { + template = ; + difficulty = "Regular"; + class Params {}; + }; + class Mission3 + { + template = ; + difficulty = "Regular"; + class Params {}; + }; + class Mission4 + { + template = ; + difficulty = "Regular"; + class Params {}; + }; +}; + // Message of the Day (MOTD) motd[] = { "Welcome to My Arma 3 Server",