Jump to content
  • 0

server not loading mission file, despite all is afaik correct in the config file


benji

Question

Hi

Please dont just link me another thread, ive probably looked at it already.

Im trying to load the namalsk mission file on my local hosted server, but even tho it is set in the config file, it just simply wont load for some reason.

I join the server and it just tells me to wait for host.

Nothing shows up in the server log saying anything about the mission file, just me connecting, and then leaving.

15_namalsk.cfg

Spoiler

hostName = "memers on namalsk (1.0.6.2/131129)";
password = "work";
passwordAdmin = "admin";
maxPlayers = 50;
steamport = 2304;
steamqueryport = 2303;

motd[] = {"DayZ Epoch","Have fun!"};
motdInterval = 0;

logFile = "server_log.txt";
voteThreshold = 2;
voteMissionPlayers = 999;
timeStampFormat = "short";

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 = 131129;
class Missions
{
    class Mission1
    {
        template = "DayZ_Epoch_15.namalsk.pbo";
        difficulty="regular";
    };

};
 

 

15_namaslk.bat

Spoiler

@echo off
cd E:\Games\Servers\arma 2\dayzserver
start "arma2" /min /high arma2oaserver.exe -port=2302 "-BEpath=E:\DZE_Server_Config\BattlEye" "-config=E:\DZE_Server_Config\15_namalsk.cfg" "-cfg=E:\DZE_Server_Config\basic.cfg" "-profiles=E:\DZE_Server_Config" -name=server "-mod=@DayZ_Epoch;@Namalsk;@DayZ_Epoch_Server;"
 

The mission file is where it should be E:\Games\Servers\arma 2\dayzserver\MPMissions\DayZ_Epoch_15.namalsk.pbo

I have no clue why its not working, please someone with knowledge on this sorta thing give me a hand

Thanks

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0
17 minutes ago, Mig said:

replace this line


template = "DayZ_Epoch_15.namalsk.pbo";

by this line:


template = "DayZ_Epoch_15.namalsk";

and try

youre a fucking legend mate, ive been pulling my hair out over this haha 

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