Jump to content

Recommended Posts

Hello!

I would like to play the S.O.G Prairie Fire coop campaign together with my friends on our dedicated server and not on public servers or a self-hosted game. With the Apex coop campaign you only have to enter the missions in the server.cfg.

 

Here is an example:

class Missions
{
	class TestMission01
	{
		template = MP_Marksmen_01.Altis;
		difficulty = "veteran";
		class Params {};
	};
	class TestMission02
	{
		template = MP_End_Game_01.Altis;
		difficulty = "veteran";
		class Params {};
	};
	class TestMission03
	{
		template = MP_End_Game_02.Altis;
		difficulty = "veteran";
		class Params {};
	};
	class TestMission04
	{
		template = MP_End_Game_03.Altis;
		difficulty = "veteran";
		class Params {};
	};
};

another example:

class MPMissions
{
	class Apex
	{
		briefingName = $STR_A3_CoopCampaignName;

		class EXP_m01
		{
			briefingName = $STR_A3_exp_m01_missionname;
			directory = "a3\missions_f_exp\campaign\missions\exp_m01.tanoa";
		};

		class EXP_m02
		{
			briefingName = $STR_A3_exp_m02_missionname;
			directory = "a3\missions_f_exp\campaign\missions\exp_m02.tanoa";
		};

		class EXP_m03
		{
			briefingName = $STR_A3_exp_m03_missionname;
			directory = "a3\missions_f_exp\campaign\missions\exp_m03.tanoa";
		};
	};
};

But how do I do it now with the S.O.G missions? Can someone send me a template for the server.cfg?

 

I am looking forward to help!

 

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

×