Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×
Sign in to follow this  
deadhand

Domination on dedicated server

Recommended Posts

Hello,

I have the server files setup and the config files done i just need to know what folders i put the mission files in and how to setup the server.cfg to run the domination server.

I have a steam version installed on the serer. Please let me know if anymore information is needed.

SYSTEM:

HP DL140

2x XEON 2.4GHz

3GB RAM

SERVER 2003 (x86)

-Deadhand

Share this post


Link to post
Share on other sites

The PBO file goes in the .\MPMissions folder of your ArmA2 or OA installation directory, depending on which version of Domination you'll be running. Your server.cfg's missions section should look something like this if you want Domination to be the only mission available (in this example I'm using one of the OA Domination missions):

class Missions
{
class DomiOA
{
	template="co30_Domination_2_54A2_West_R_OA.Takistan";
	difficulty="regular";
};
};

template= should be followed by the file name of the mission without the PBO extension. More basic information regarding this section is available in the BIS wiki here.

Share this post


Link to post
Share on other sites
Sign in to follow this  

×