Jump to content
Sign in to follow this  
weedkiller

oa server auto load domination map

Recommended Posts

can any one help??

trying to get our domi map to auto load when the server restarts, here is what i have put in the server.cfg at the bottom...

class Missions

{

class COOP_Domination

{

template = “1Para_Domination_2_BAF_54.Takistanâ€;

difficulty = “regularâ€;

};

i think it maybe the "class coop_domination" that is stopping it from starting.

Question is what should i be putting class as?

the template is what the map file is called letter for letter

---------- Post added at 12:37 PM ---------- Previous post was at 12:17 PM ----------

update.. if i put it in as

class Missions

{

class COOP_Takistan

{

template = “1Para_Domination_2_BAF_54.Takistanâ€;

difficulty = “regularâ€;

};

the server now loads but when you try to join it sits at waiting for host

HELP!!!

Share this post


Link to post
Share on other sites

Why the ""

This is what mine looks like - and it works:

class Mission

{

template=co30_Domination_2_29A2_West_AI_OA.Takistan;

};

};

Share this post


Link to post
Share on other sites

cool... thx ill try that and let u know if our server is of the dimshit origin lol

Share this post


Link to post
Share on other sites

Tried that and still doesnt auto load our domi file..

The name of the file is letter to letter the same as im putting in the config,

Any ideas what im doing wrong?

Share this post


Link to post
Share on other sites

It seems that you're missing a left brace with a semicolon to end the class Missions statement. I'll highlight it in the code. It should look like this ...

class Missions
{
 class COOP_Domination
 {
   template = "1Para_Domination_2_BAF_54.Takistan";
   difficulty = "regular";
 };
[color="DeepSkyBlue"][b]};[/b][/color]

The blue part is what you are missing I believe. Let me know if this works.

Share this post


Link to post
Share on other sites

Sure i am putting that in, ill try it when i get home an see.

Thx ill let you know

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  

×