Jump to content
Sign in to follow this  
yannara

Escape how to cycle on dedicated

Recommended Posts

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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×