Jump to content

Commander and gametracker issues


N340

Recommended Posts

Ok I know all about the 125548 and issues with commander and so forth. Last night all was fine when I went to bed. Gametracker was still showing my server stats, Commander still showed everything. Wake up and now commander shows my server as greyed out and 10k ping and gametracker says offline but you can still join the server and play as normal. This is irritating me. I had updated to the steam beta a week ago and all has been fine till this morning. 

 

Anyone know a way of getting it back to normal again?

Link to comment
Share on other sites

If you updated to the new patch, you should also have added the steamqueryport to your config.cfg. To activate gametracker again, simply go to the server, click "Claim Server" and it will say that it's not responding, please query and ask for a port. You will then enter the steamqueryport and it will show up again.

 

As for dayzcommander, do the same thing. Add old ip + old port and then old ip+ steamqueryport and it should show up. Works for me on my server and on my home computer.

Link to comment
Share on other sites

This is what my config file looks like. It should be working as far as I know

hostName = "Double Tap Gaming Overpoch #1 Sauerland - |GEM CURRENCY|MASTER KEY|SMEAR GUTS|DRUG RUNNING|ADULT ADMINS|EXTRA CRAFTING|SELF BB|2HRDAY/2HRNIGHT|CUSTOM LOOT|MISSIONS|MANY MODS| - (ADD -mod=@DayzOverwatch;@Dayz_Epoch TO COMMANDER SETTINGS, Upgrade Arma 2 to 125548) 1.0.5.1";
password = "";
passwordAdmin = "blahblahblah hahaha";
maxPlayers = 50;
logFile = "server_log.txt";
voteThreshold = 2;
voteMissionPlayers = 3;
steamQueryPort = 2303;
steamPort = 2304;
reportingIP = "arma2oapc.master.gamespy.com";
timeStampFormat = "short";
motd[] = {"DayZ Epoch","Have fun!"};
motdInterval = 0;
vonCodecQuality = 11;
disableVoN = 0;
kickduplicate = 1;
verifySignatures = 0;
persistent = 1;
BattlEye = 1;
doubleIdDetected = "";
onUserConnected = "";
onUserDisconnected = "";
onUnsignedData = "kick (_this select 0)";
onHackedData = 	"kick (_this select 0)";
onDifferentData = "";
regularCheck = "";
requiredBuild = 103718;

class Missions
{
    class Mission1
    {
    	template = "DayZ_Epoch_25.sauerland";
    	difficulty="veteran";
    };

};
Link to comment
Share on other sites

Do you run the server on port 2305? If so, then the ports are good. Most posts here say that the steamqueryport needs to be your server port -1. and the steamport can be whatever at the moment. 

Also, do you have those forwarded?

 

Another thing

requiredBuild = 103718;

Should be

requiredBuild = 125548;
Link to comment
Share on other sites

Nope still not working. Ports are open, firewall is off, dedicated server and I have tried about 20 different query ports. Nothing works. People can still join and play but server just show the IP and port, no description and always the 10k ping. Gametracker is same issue. I start the server, go to gametracker and put in the query port and still does not find it. 

Link to comment
Share on other sites

it doesnt specifically need to be exactly +1 or -1 it just needs to be a unique port number not used for anything else on a single ip address. the reason people say +1 or -1 is to have some sort of convention.

doing +1 is bad as arma already uses port+1 and port+3 for various stuff such as VON etc, the best advice you'll ever get is to use -2 for steamport and -1 for steamqueryport

 

so lets say the port you use is 2302

then steamport = 2300 (-2)

and steamqueryport = 2301 (-1)

 

easy as pie and i hope i cleared up some confusion about port assignment

and as always it is advised to keep a good track record of all ports you are using for anything so

you are at all times aware of what ports you already used up for something.

Link to comment
Share on other sites

I have tried about 50 ports for both, No firewall or anything and I rent a dedi box. Its getting really frustrating and I am loosing player base daily. Honestly if someone KNOWS they can get this working I would give you the info to log into my dedi and check out the files.

 

My TS server is 74.91.122.179

 

The worst part is I do similar stuff for a living and this is causing me issues. LOL

Link to comment
Share on other sites

Ok someone tell me if this is correct or not. This is what my config looks like

steamPort = 4301;
steamQueryPort = 4302;
hostName = "Double Tap Overpoch #1 Sauerland 1.0.5.1/125548";
password = "";
passwordAdmin = "notnow";
maxPlayers = 50;
logFile = "server_log.txt";
voteThreshold = 2;
voteMissionPlayers = 3;
reportingIP = "arma2oapc.master.gamespy.com";
timeStampFormat = "short";
motd[] = {"DayZ Epoch","Have fun!"};
motdInterval = 0;
vonCodecQuality = 11;
disableVoN = 0;
kickduplicate = 1;
verifySignatures = 0;
persistent = 1;
BattlEye = 1;
doubleIdDetected = "";
onUserConnected = "";
onUserDisconnected = "";
onUnsignedData = "kick (_this select 0)";
onHackedData = 	"kick (_this select 0)";
onDifferentData = "";
regularCheck = "";
requiredBuild = 125548;

class Missions
{
    class Mission1
    {
    	template = "DayZ_Epoch_25.sauerland";
    	difficulty="veteran";
    };

};

Should this be showing under commander or is there something wrong?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...