flip77 10 Posted September 20, 2013 Hi there. I hope you can help me and understand me. Unfortunately, my English is not so good. :-) I have set a arma3 server and I have a problem with the "standard" mission. I want to change this. / / MISSIONS CYCLE class Missions { ************ arma3 {class <- How do I find out what I need to register at which mission? template = MP_COOP_m01.Stratis; <- Where do I find the various mission the "code" I have here? As I said, I hope you understand me and you can help me. Thx a lot Share this post Link to post Share on other sites
terox 316 Posted September 20, 2013 (edited) thats the name of the mission in your mpmissions folder on the server (However your example mission name is a BIS made mission, it will be in one of the addons somewhere) Edited September 22, 2013 by Terox Share this post Link to post Share on other sites
flip77 10 Posted September 21, 2013 Hello. In my folder MPMission nothing in it :-( Share this post Link to post Share on other sites
fred41 42 Posted September 21, 2013 ... just copy the mission you want to host in that MPMission folder and insert the name of this mission in the "template = NameOfMission.NameOfMap;" parameter. Hello.In my folder MPMission nothing in it :-( Share this post Link to post Share on other sites
paradoxparadoxon 1 Posted September 23, 2013 class Missions { class yourMission_Name //[b]Without special characters and Map[/b] (_ is okay) { template="your_Mission_Name.altis"; difficulty="Regular"; }; }; Place the Mission in MPMissions folder in the installation directory Share this post Link to post Share on other sites