Jump to content
Sign in to follow this  
sensityy

Server not showing in browser

Recommended Posts

Hello, I have created a new arma 3 server, but my problem is that it isnt showing in the server browser?

// GLOBAL SETTINGS
hostname = "test server";			
password = "";						
passwordAdmin = "changeme";				
reportingIP = "arma3pc.master.gamespy.com";	
logFile = "server_console.log";
verifySignatures     	= 2;				

// WELCOME MESSAGE ("message of the day")
// It can be several lines, separated by comma
// Empty messages "" will not be displayed at all but are only for increasing the interval

motd[] = {
"Message from website #1",
"Message from website #2",
"Message from website #3",
"Message from website #4",
};
motdInterval = 5; // Time interval (in seconds) between each message

// JOINING RULES
maxPlayers		= 50;		// Maximum amount of players. Civilians and watchers, beholder, bystanders and so on also count as player.

// VOTING
voteMissionPlayers	= 1;        	// Tells the server how many people must connect so that it displays the mission selection screen.
voteThreshold		= 0.33;     	// 33% or more players need to vote for something, for example an admin or a new map, to become effective
//voteMissionPlayers	= 0;

// INGAME SETTINGS
disableVoN		= 0;        	// If set to 1, Voice over Net will not be available
vonCodecQuality         = 8;        	// Quality from 1 to 10
persistent		= 1;        	// If 1, missions still run on even after the last player disconnected.

// MOD ISSUES
kickDuplicate = 1;
equalModRequired = 0;
requiredSecureId = 2;
timeStampFormat = "short";

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

// SIGNATURE VERIFICATION
onUnsignedData = "kick (_this select 0)";		// unsigned data detected
onHackedData = 	"kick (_this select 0)";	//"ban (_this select 0)";			// tampering of the signature detected
onDifferentData = "";

// STEAM SETTINGS
steamPort = 8966;
steamQueryPort = 27216;


// MISSIONS CYCLE (see below) We've already added wasteland for you.
class Missions 
{
class mission1
{
	template="Altis_Life_RPG.Altis";
	difficulty="Regular";
};
};

Not sure what I should do to make it work^^

Best Regards sensityy

Share this post


Link to post
Share on other sites

check ports are forwarded, see tutorial in sticky section of this forum

Share this post


Link to post
Share on other sites
check ports are forwarded, see tutorial in sticky section of this forum

I have no ports blocked, and I have followed the tutorial on how to set the server up.

---------- Post added at 07:54 ---------- Previous post was at 07:12 ----------

I have now fixed the server browsing. But isnt it possible to make my mission load faster, cause now it stops at 35kb/s and around 75kb/s. So I would like to just make it go through instead of stopping.

Share this post


Link to post
Share on other sites

Hello,

I got the same problem, also i cannot connect to my own server hosted on a dedicated root server. Everyone else seems like is able to connect except for me.

Is there any workaround?

regards,

Share this post


Link to post
Share on other sites
check ports are forwarded, see tutorial in sticky section of this forum

Hey, do you know why my mission stops downloading when its reaches a certain amount of kb?

Share this post


Link to post
Share on other sites
Hey, do you know why my mission stops downloading when its reaches a certain amount of kb?

Crystal ball says, maybe its your mission

Compare by trying another mission, will give you the answer

Share this post


Link to post
Share on other sites

If you are referring to the mission download stopping right after the start of download.... pause for a bit... then it continues to download - this is normal behaviour and cannot be 'fixed'. The server seems to 'read' the mission first then once it is ready it allows the download to continue. I have no idea if this is the actual cause just guessing from observed behaviour.

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  

×