Jump to content
  • 0

DayZ Overpoch Unlisted Server!


Adam1911

Question

Im at wits end trying to work out why no one can see the server with ingame on the server list. Type in Overpoch and all servers show up but mine. I will add my server config and what not here so you can see how i have it set up and all. Also its run on a dedicated server. Not a hosted companie

 

(Server port : 2302) just so you know

 

Config.cfg

steamPort = 2300;
steamQueryPort = 2301;
hostname = "Host name Here!";
password = "";
passwordAdmin = "password";
logFile = "";
 
reportingIP = "arma2oapc.master.gamespy.com";
 
motd[] = {
};
motdInterval = 3;
 
maxPlayers = 50;
kickduplicate = 1;
requiredBuild = 125548;
verifySignatures = 2;
requiredSecureId = 2;
 
voteMissionPlayers = 3;
voteThreshold = 1.5;
 
disableVoN = 0;
vonCodecQuality = 30;
persistent = 1;
timeStampFormat = "none";
BattlEye = 1;
 
doubleIdDetected = "";
onUserConnected = "";
onUserDisconnected = "";
onHackedData = "";
onDifferentData = "";
onUnsignedData = "";
regularCheck = "";
 
class Missions
{
class Mission_1
{
template = "DayZ_Epoch_11.Chernarus";
difficulty = "regular";
};
 
 
};

 
Basic.cfg

MaxMsgSend=128;
MaxSizeGuaranteed=512;
MaxSizeNonguaranteed=256;
MinBandwidth=131072;
MaxBandwidth=2097152000;
MinErrorToSend=0.001;
MinErrorToSendNear=0.0099999998;
MaxCustomFileSize=1310720;
class sockets
{
maxPacketSize=1400;
};
adapter=-1;
3D_Performance=1;
Resolution_W=0;
Resolution_H=0;
Resolution_Bpp=32;
terrainGrid=25;
viewDistance=2000;
Windowed=0;

 

Server Stat bat

@echo off
start "arma2oaserver_2302" "C:\Servers\ArmA 2\DayZ Overpoch\arma2oaserver_2302.exe" -port=2302 -config=default\config.cfg -cfg=default\basic.cfg -profiles=default -name=default -mod=@DayzOverwatch;@DayZ_Epoch;@DayZ_Epoch_Server
@exit

 

All dll files are unblocked and all ports have been added. 

 

If you need any more info please let me know. Thanks

 

Just to add. Its not a new server its an old server and it was working fine before the gamespy shutdown. 

Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0

You need to give it a hostname, if that is definately your config.cfg in the OP then you have:

 

hostname = "Host name Here!";

 

 

You should try something like this for example:

 

hostname = "Adam1911's DayZ Overpoch 1.0.5.1"

 

Since Overpoch isn't a complete @mod, but a hashing together of two mods (@DayzOverwatch & @DayZ_Epoch)  then it won't pick up Overpoch unless its in the server name.

 

And you might wanna change these two lines from:

 

onHackedData = "";
onUnsignedData = "";

 

to:

 

onUnsignedData = "kick (_this select 0)";
onHackedData =     "kick (_this select 0)";

 

Also, change the passwordAdmin = "" as that's the rcon password to your server. :rolleyes: :D

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