Jump to content

Query Port now forced to 27016?


Donnovan

Recommended Posts

  • 2 weeks later...
On 12/16/2015 at 10:41 PM, Donnovan said:

Arma 2 OA received a small update today, and now Query Port is fix on 27016.

Can anyone confirm?

I needed to update my server Query Port on Game Tracker and my server is not appearing in DayZ Launcher anymore.

 

Did you get this fixed? My server is not showing up either.

Link to comment
Share on other sites

 

config.cfg

Quote

ip = "YOUR IP";
port = "2302";
SteamPort = "2305";
SteamQueryPort = "2303";
hostName = "[WIP]  DayZ Epoch Chernarus Server (1.0.5.1/131129)";
password = "";
passwordAdmin = "xx";
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 = 1;
kickduplicate = 1;
verifySignatures = 0;
persistent = 1;
BattlEye = 1;
doubleIdDetected = "";
onUserConnected = "";
onUserDisconnected = "";
onUnsignedData = "kick (_this select 0)";
onHackedData =     "kick (_this select 0)";
onDifferentData = "";
regularCheck = "";
requiredBuild = 131129;
requiredSecureId = 2;

class Missions
{
    class Mission1
    {
        template = "DayZ_Epoch_11.Chernarus";
        difficulty="veteran";
    };

};

 

Link to comment
Share on other sites

You mean like this :

Expansion\beta\arma2oaserver.exe -ip=xxx.xxx.xxx.xxx -port=2302 -beta=Expansion\beta;Expansion\beta\Expansion -name=defaultserver -profiles=defaultserver -cfg=defaultserver\basic.cfg -config=defaultserver\server.cfg -mod=expansion;expansion\beta;expansion\beta\expansion

It's just another way to startup the server .

Using this method since gamespy shutdown and works good.

epoch.bat

@echo off

:: Settings:

set ARMApath = C:\Server\ArmA2OA\instance_11_Chernarus
set instance = 11
set BECpath = C:\Server\ArmA2OA\instance_11_Chernarus\BEC
set port = 2302
set mod = @DayZ_Epoch106;@DayZ_Epoch_Server;
set dbport = 3306
set dbuser = xx
set dbpass = xx
set dbname = dayz_epoch
set worldid = 11

timeout 5
:initialize
cls
:: see if our settings are correct
echo ARMA main directory is: C:\Server\ArmA2OA
echo ARMA BEC directory is:  C:\Server\ArmA2OA\instance_11_Chernarus\BEC 
echo.
cd /d C:\Server\ArmA2OA
echo Switched to ArmA 2 main directory:
echo C:\Server\ArmA2OA\instance_11_Chernarus\arma2oaserver
echo.
echo Killing current running server ...
taskkill /IM arma2oaserver.exe
echo.

:start 
timeout 5
echo Starting server again ...1
@start instance_11_Chernarus\arma2oaserver.exe -beta=Expansion\beta;Expansion\beta\Expansion -mod=@DayZ_Epoch106;@DayZ_Epoch_Server; -name=instance_11_Chernarus -config=instance_11_Chernarus\config.cfg -cfg=instance_11_Chernarus\basic.cfg -profiles=instance_11_Chernarus -port=2302 -cpuCount=4 -maxMem=2048 -exThreads=7 -noCB -noPause -noSound -loadMissionToMemory -autoInit
echo.

:start_bec
timeout 25
echo starting BEC again...
cd /d C:\Server\ArmA2OA\instance_11_Chernarus\BEC
echo Switched to instance 11 BEC directory:
echo C:\Server\ArmA2OA\instance_11_Chernarus\BEC
start bec.exe -f Config.cfg
echo.
echo restart procedure completed
exit

 

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...