Jump to content
Sign in to follow this  
exevankeko

How to Create Dedicated Server with the mission CTF 16 END GAME KABALA.pbo

Recommended Posts

Where do I find the mission of CTF 16 END GAME KABALA.pbo ?

I want to create a dedicated server with this mission.

Anyone know where to find it ?

or I can do to choose this mission and create dedicated server?

Share this post


Link to post
Share on other sites

You have to add the mission to your mission cycle in your server.cfg.

Like this:

class Missions
{
class EndGame
{
	template = "MP_Marksmen_01.Altis"; // omit the .pbo suffix
	difficulty = "regular"; // difficulty: recruit, regular, veteran or mercenary (see CfgDifficulties in the main game config)
};
};

More info here: https://community.bistudio.com/wiki/server.cfg

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  

×