Jump to content
Sign in to follow this  
wexcide

Default MP Mission

Recommended Posts

Is it possible to have A3 resort to a default mission if the server is restarted?

I would like our units map to default upon someone joining the server after it restarts.

Share this post


Link to post
Share on other sites

Yes, it is possible... you need to sert a class in your server.cfg.

You can find an example HERE

It´s basically this:

class Missions

{

class COOP_HikeInTheHills

{

template="MPE1_HikeInTheHills.Takistan";// omit the .pbo suffix

difficulty="regular";// difficulty: recruit, regular, veteran or mercenary (see CfgDifficulties in the main game config)

};

};

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  

×