Dayz Epoch Lingor Server Error - Lingor Add-ons Not Accepted

alexlawson

OpenDayZ Rockstar!
Ok I get this when I try and join my ligor epoch server.

PRETEND @DayzOverwatch Is @dayz Lingor
819bca3a4780ba2abb1a2fbbde737b9a.png


0f3dcd0b75bd9f5575c709a8e2320705.png


Here are my Configs.

Server Launch bat:
Code:
@echo off
start "arma2" /min "arma2oaserver.exe" -port=2302 "-config=instance_7_Lingor\config.cfg" "-cfg=instance_7_Lingor\basic.cfg" "-profiles=instance_7_Lingor" -name=instance_7_Lingor "-mod=@DayZLingor;@DayZ_Epoch;@DayZ_Epoch_Server;"

Config.cfg
Code:
steamport = 2300;
steamqueryport = 2301;
hostName = "DayZ Epoch Lingor Server (1.0.5/125548)";
password = "";
passwordAdmin = "changeme";
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 = 2;
persistent = 1;
BattlEye = 1;
doubleIdDetected = "";
onUserConnected = "";
onUserDisconnected = "";
onUnsignedData = "kick (_this select 0)";
onHackedData =     "kick (_this select 0)";
onDifferentData = "";
regularCheck = "";
requiredBuild = 125548;
requiredSecureId = 2;

class Missions
{
    class Mission1
    {
        template = "DayZ_Epoch_7.Lingor";
        difficulty="veteran";
    };

};

So I have Lingor and Epoch Defined correctly so they should work but they don't :(, any help is appreciated.

RTP: http://pastebin.com/Rf8kEun9
 
Last edited:
You need to check in which add-ons folders these pbos are and find the right bikey for them and put it into your keys folder
 
Back
Top