socjoe 10 Posted March 2, 2015 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
jetfox 1 Posted March 2, 2015 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
socjoe 10 Posted March 2, 2015 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
jetfox 1 Posted March 2, 2015 // 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