Jump to content
Sign in to follow this  
socjoe

Coop Mission Cycle?

Recommended Posts

I'm been some searching and seen few people here have some problems with this, as I am too (Total Noob) Setting up a coop server.

// MISSIONS CYCLE (see below)
class Missions 
{
class MPCoop
{
	template="MP_COOP_MarinaDefense.Stratis.pbo";
	difficulty="Regular";
};
};
{
class MPCoop
{
	template="BATTLEFIELD-INF-COOP.Stratis.pbo";
	difficulty="Regular";
};
};
{
class MPCoop
{
	template="co20_ofp-sky-hawx-day-1.stratis.pbo";
	difficulty="Regular";
};
};

Here's what I'm lost, I started the server but server isn't showing up. I know for sure I did something wrong

Share this post


Link to post
Share on other sites
I'm been some searching and seen few people here have some problems with this, as I am too (Total Noob) Setting up a coop server.

// MISSIONS CYCLE (see below)
class Missions 
{
class MPCoop
{
	template="MP_COOP_MarinaDefense.Stratis.pbo";
	difficulty="Regular";
};
};
{
class MPCoop
{
	template="BATTLEFIELD-INF-COOP.Stratis.pbo";
	difficulty="Regular";
};
};
{
class MPCoop
{
	template="co20_ofp-sky-hawx-day-1.stratis.pbo";
	difficulty="Regular";
};
};

Here's what I'm lost, I started the server but server isn't showing up. I know for sure I did something wrong

class names cant be samw

Share this post


Link to post
Share on other sites

Ah ok

class Coop_mission1

Class Coop_Mission2

and so on?

Or like

Class Coop_AttackRogain

Class Coop_DefendRogain

??

Share this post


Link to post
Share on other sites

// MISSIONS CYCLE (see below)

class Missions

{

class MPCoop1

{

template="MP_COOP_MarinaDefense.Stratis.pbo";

difficulty="Regular";

};

};

{

class MPCoop2

{

template="BATTLEFIELD-INF-COOP.Stratis.pbo";

difficulty="Regular";

};

};

{

class MPCoop3

{

template="co20_ofp-sky-hawx-day-1.stratis.pbo";

difficulty="Regular";

};

};

Think of it as names, You cant have 3 steam profiles created with the exact same login name.

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  

×