Jump to content
  • 0

Dayz Overpoch show up as Arma 2


fobi3s

Question

Hello i set up an overpoch server and was able to have it running great. it just 1 issue im haven is that it register on gametrack as a normal Arma 2 server instead of Dayz Mod. I also notice that i can only connect through remote access and the expansion field do not have any keywords to identify it as a "Dayz Epoch or Dayz Overwatch" just EMPTY. thanks for your help.
 

Start.bat

@echo off


start "arma2" /min "Expansion\beta\arma2oaserver.exe" -port=2302 "-config=instance-1-Overpoch\config.cfg" "-cfg=instance-1-Overpoch\basic.cfg" "-profiles=instance-1-Overpoch" -name=instance-1-Overpoch "-mod=@DayZOverwatch;@DayZ_Epoch1051;@DayZ_Overpoch_Server;"

 

server.cfg

hostName = "TEST SERVER";


password = "";
passwordAdmin = "";
maxPlayers = 75;
logFile = "server_log.txt";
voteThreshold = 2;
voteMissionPlayers = 3;
reportingIP = "arma2oapc.master.gamespy.com";
timeStampFormat = "short";
motd[] = {"TEST MESSAGE 1","TEST MESSAGE 2!"};
motdInterval = 0;
vonCodecQuality = 11;
disableVoN = 0;
kickduplicate = 1;
verifySignatures = 2;
persistent = 1;
BattlEye = 1;
doubleIdDetected = "";
onUserConnected = "";
onUserDisconnected = "";
onUnsignedData = "kick (_this select 0)";
onHackedData =     "kick (_this select 0)";
onDifferentData = "";
regularCheck = "";
requiredBuild = 103718;
requiredSecureId = 2;
steamport = 2300;
steamqueryport = 2301;

class Missions
{
    class Mission1
    {
        template = "DayZ_Overpoch_1.Chernarus";
        difficulty="Veteran";
    };

};

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Try setting 

hostName = "TEST SERVER";

to something like

hostName = "TEST SERVER DayZ Overpoch 1.0.5.1";

Not sure if it will work but it's worth a shot. your start.bat and the rest seem fine afaik.

unrelated but would also recommend setting

requiredBuild = 103718;

to the actual latest build

requiredBuild = 125548;
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...