Jump to content
Sign in to follow this  
flip77

Need Help | Server.cfg

Recommended Posts

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

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 by Terox

Share this post


Link to post
Share on other sites

... 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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×