Login  Register

Re: DayZ Epoch Singleplayer Server Setup

Posted by Eric the Viking on Jan 31, 2015; 8:29pm
URL: http://kodabar-dayz-daizy-single-player-forum.163.s1.nabble.com/DayZ-Epoch-Singleplayer-Server-Setup-tp17373p17745.html

It will say this if the server has stopped running / lost connection with it. Make sure you double clicked the batch file in the root of the server folder (there's a picture of it in the Trouble Shooting section above).

It should look like this...


 
And double check every step you made. The tiniest mistake can create the biggest of problems.

Check your server_log.txt file, mine reads:-

15:01:45 Host identity created.
15:02:17 Eric uses modified data file
15:02:17 Player Eric connecting.
15:02:17 Mission DayZ Epoch Chernarus read from directory.
15:02:19 Player Eric connected (id=12062537).
15:02:21 Roles assigned.
15:02:21 Reading mission ...
15:02:35 Mission read.
15:04:13 Game started.
15:32:10 Player Eric disconnected.

Also, check your config.cfg file with the server uses to start, here's mine:-

hostName = "DayZ Overpoch Chernarus Server (1.0.5.1/103718)";
password = "";
passwordAdmin = "changeme";
maxPlayers = 10;
logFile = "server_log.txt";
voteThreshold = 2;
voteMissionPlayers = 3;
reportingIP = "noreport";
timeStampFormat = "short";
motd[] = {"DayZ Epoch","Have fun!"};
motdInterval = 0;
vonCodecQuality = 11;
disableVoN = 0;
kickduplicate = 1;
verifySignatures = 0;
persistent = 1;
BattlEye = 0;
doubleIdDetected = "";
onUserConnected = "";
onUserDisconnected = "";
onUnsignedData = "kick (_this select 0)";
onHackedData = "kick (_this select 0)";
onDifferentData = "";
regularCheck = "";
requiredBuild = 103718;
requiredSecureId = 0;

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

};

I've never used a password, I mean, it's all SP on your PC so there's no need for one I feel.