Jump to content
Sign in to follow this  
Fr3eMan

Players remain on waiting fo host Arma2 CO Server

Recommended Posts

All the user try to join our Arma2 CO server remain indefinitely waiting for host.

On server side I can see user connected and server read mission form bank but nothing more.

 

This is my configuration file:


HostName="";
Password="";
PasswordAdmin="";

// JOINING RULES
checkfiles[] = {};
maxPlayers=64;  
kickduplicate=1;
verifySignatures=2; 
equalModRequired=0;



// VOTING
voteMissionPlayers=0;        
voteThreshold=0.33;

// INGAME SETTINGS         
disableVoN=1;
vonCodecQuality=3;
persistent=1;
timeStampFormat = "short";
battlEye = 0;
allowedLoadFileExtensions[] = {"hpp","sqs","sqf","fsm","cpp","paa","txt","xml","inc","ext","sqm","ods","fxy","lip","csv","kb","bik","bikb","html","htm","biedi"};
allowedPreprocessFileExtensions[] = {"hpp","sqs","sqf","fsm","cpp","paa","txt","xml","inc","ext","sqm","ods","fxy","lip","csv","kb","bik","bikb","html","htm","biedi"};    

// SCRIPTING ISSUES
onUserConnected = ""; 
onUserDisconnected = "";    
doubleIdDetected = "";  



steamport=2315;
steamQueryPort=2316;

class Missions
{
	class COOP_ace_insurgency1_50
	{
		template = "ace_insurgency1_50.takistan"; 
        difficulty = "veteran"; 
	};

};


motd[]=
{

};
motdInterval=10;

Any suggestion?

Share this post


Link to post
Share on other sites

Verify your server is registered with Steam using this URL:

 

http://api.steampowered.com/ISteamApps/GetServersAtAddress/v0001?addr=EnterYourServerIpHere

 

ie:  http://api.steampowered.com/ISteamApps/GetServersAtAddress/v0001?addr=127.0.0.1

 

 

Also try commenting out these two lines:

allowedLoadFileExtensions[] =

allowedPreprocessFileExtensions[] =

 

 

 

Does the server console window keep spamming "mission read from bank" over and over?  If so the most likely cause is not having the required mods for the mission loaded on the server.

 

Failing that post your server's RPT file to pastebin and link back here.

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  

×