Jump to content
Sign in to follow this  
vNet

Fix for "server stuck by creating"

Recommended Posts

Hello folks,

i've tried to create a simple server with the server.cfg from the wiki here. I've search for the problem that the server stuck by creating a mission.

I believe the problem is that in the map-cycle there is only ONE mission, but you need 2 missions so that the server can cycle.

// MISSIONS CYCLE (see below)
class Missions
{
         class Arma3
        {
             template="MP_COOP_m07.Stratis";
             difficulty="Regular";
         };
         class Arma3_2
        {
             template="MP_COOP_m02.Stratis";
             difficulty="Regular";
         };          
};

this worked for me now.

Hope others can solv the problem like me with this options.

Regards.

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  

×