yannara 0 Posted October 16, 2023 I have Arma3 dedicated server on Windows, and typically when Escape mission fails, it goes to the mission lobby and then basically pleyers will loose custom parameters when starting another mission. I would like to have 2 escape missions going on cycle but here is the challenge: first mission is regular .pbo mission saved in MPmissions but another one is saved as add-on. Can I somehow combine those two? I found this, but I can't manage this challenge yet: Arma 3: Server Config File - Bohemia Interactive Community (bistudio.com) Share this post Link to post Share on other sites
yannara 0 Posted October 18, 2023 For some reason I don't see the cycling apply. After Escape has failed, the server returns to mission selection lobby. I also see custom difficulty is not applied. Any idea what I do wrong?// MISSIONS CYCLE class Missions { class Mission1 { template = "co10_escape_finland"; // Filename of pbo in MPMissions folder difficulty = "Custom"; // "Recruit", "Regular", "Veteran", "Custom" }; }; Share this post Link to post Share on other sites