I have transferred the files pertaining to the CDLC S.O.G. Prairie Fire. I am trying to set up a Mike Force server for my friends and I. How do I set up the general setting to enable S.O.G. Prairie Fire. My current additional mods line looks like this "vn; " with nothing in additional server mods.
I also followed Mike Force's instruction on their steam workshop page. How do I get my server to run that mission on startup?
My server.cfg looks like this
-------------------------------------
// INGAME SETTINGS
disableVoN = 0; // If set to 1, Voice over Net will not be available
vonCodecQuality = 5; // Quality from 1 to 10
persistent = 0; // If 1, missions still run on even after the last player disconnected.
regularcheck="";
// MISSIONS CYCLE
class Missions {
class ARMA3 {
template = MP_COOP_m01.Stratis;
difficulty = "Regular";
};
};
----------------------------------
Should I change the missions cycle to something else???