Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×
Sign in to follow this  
WurschtBanane

How do i make a dedicated server run different missions automaticly?

Recommended Posts

This is how the Mission part in the server.cfg looks like:

 

// MISSIONS CYCLE
class Missions {
    class ARMA3 {
template = "Stratis_dogfight.Stratis";
difficulty = "Veteran";
    };
};
 
How do i make it load missions one by one when one is completed? Say one coop is done then the dogfight mission starts etc. and when the last mission is completed it starts from beginning again. Like in King of the Hill by Sa-Matra.
Im just sick of always changing the mission name in the cfg. Its also a public server which is why i am asking.
 
 
 
 
 
EDIT: QUESTION REASKED IN THE SERVERS SECTION. DELETE THIS ONE PLEASE!

Share this post


Link to post
Share on other sites
Sign in to follow this  

×