Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×
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
Sign in to follow this  

×