SOLVED, I'M STUPID. Had the wrong number after the mission file... :(
I'm having this issue with my server not being joinable, 'waiting for host'.
LOG:
17:37:35 Dedicated host created.
17:37:37 Host identity created.
17:37:37 Game Port: 2302, Steam Query Port: 2303
17:40:01 noahp78 uses modified data file
17:40:01 Player noahp78 connecting.17:43:32 Player noahp78 disconnected.
17:40:02 Player noahp78 connected (id=76561198065063009).
Config.cfg
steamport = 2300;
steamqueryport = 2301;
hostName = "PepsiMLG";
password = "";
passwordAdmin = "nope";
maxPlayers = 50;
logFile = "server_log.txt";
voteThreshold = 2;
voteMissionPlayers = 3;
reportingIP = "arma2oapc.master.gamespy.com";
timeStampFormat = "short";
motd[] = {"http://pepsiml.ga","Good Luck, Have fun!"};
motdInterval = 0;
vonCodecQuality = 11;
disableVoN = 0;
kickduplicate = 1;
verifySignatures = 2;
persistent = 1;
BattlEye = 0;
doubleIdDetected = "";
onUserConnected = "";
onUserDisconnected = "";
onUnsignedData = "kick (_this select 0)";
onHackedData = "kick (_this select 0)";
onDifferentData = "";
regularCheck = "";
requiredBuild = 103718;
requiredSecureId = 2;
class Missions
{
class Mission1
{
template = "DayZ_Epoch_11.Chernarus";
difficulty="regular";
};
};
I used the tutorial stickied here.