alexlawson
OpenDayZ Rockstar!
Ok I get this when I try and join my ligor epoch server.
PRETEND @DayzOverwatch Is @dayz Lingor
Here are my Configs.
Server Launch bat:
Config.cfg
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
PRETEND @DayzOverwatch Is @dayz Lingor


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
RTP: http://pastebin.com/Rf8kEun9
Last edited: