reaply 10 Posted September 5, 2013 Hello, I am rather new the server scene for any Arma game. I have recently decided to host my own server for ARMA 3 due to the fact of so many configuration that other servers use. I want to add new MPMissions to the server. I have a configuration file to set everything up. The problem is, I don't understand the map cycles: // MISSIONS CYCLE (see below) class Missions { class Mission1 { template="co_xx_mymission.stratis"; difficulty="Regular"; }; }; How do I go about adding a custom map to the script? The structure is new to me, so it's rather confusing. Any time I google how to do this, I only get results for day and night cycles. Share this post Link to post Share on other sites
iconoclastdx 5 Posted September 5, 2013 AFAIK, simply replace "co_xx_mymission.stratis"; with the name of the .pbo file excluding the .pbo designation and including the quotations (eg. template="MP_COOP_M01.Stratis"; ) Then make sure that mission .pbo is in your ArmA3>MPMission folder. Share this post Link to post Share on other sites