Mission error when connecting using it on my server

Greetings,

So for some reasons I am getting this weird error when connecting to my DayZ server which has a custom map together with @rMod:

http:// tny.cz /4aacfcf3
It errors for everyone trying to connect, so it's obviously not client side.

Anyone knows what the cause of this could be?

Sorry, can't post links as I've not been here more than ten days yet.
 
You need to open the mission.sqm file and add rmod to the mission file so that "This mission requires content that has been deleted, rmod" message goes away.

Code:
    addOns[]=
    {
        "chernarus",
        "ca_modules_animals",
        "dayz_code",
        "dayz_weapons",
        "dayz_equip",
        "dayz_vehicles",
        "ca_modules_functions",
        "rmod"
    };

There is a example in my servers mission file here:
https://docs.google.com/file/d/0By9zTEuk5q1ETGlNejItXzdCMnM/edit

For those errors your seeing in the log file it looks like your mods are conflicting and something isn't loading properly. its possible something is corrupted, i would first download rmod again, actually i would first download it to my pc then copy it up to the server again.Its possible that rmod is loading in the wrong order(ie before dayz) i dont have the dayzcc so it might be part of the issue.

Also have you checked the rpt logs on both the clients and the pc
 
Back
Top