Jump to content
  • 0

Error message after adding buildings with editor


Stollenwerk

Question

Hey guys,

 

I added a lot of stuff so far with the editor.

After the last 2 patches new buildings are available, but adding them gets me this error message when joining the server:

 

You cannot play/edit this mission; it is dependent on downloadable content that has been deleted

mbg_killhouses

 

or even: mbg_buildings_3, mbg_killhouses, aif_arma1buildings, mbg_african_buildings etc.

 

What I'm supposed to do?

I wonder if I have to add e.a. "mbg_killhouses" to my mission.sqm like this:

 

version=11;
class Mission
{
    addOns[]=
    {
        "chernarus",
        "ca_modules_animals",
        "dayz_anim",
        "dayz_code",
        "dayz_communityassets",
        "dayz_weapons",
        "dayz_equip",
        "dayz_epoch",
        "dayz_vehicles",
        "cacharacters_pmc",
        "ca_modules_functions",
        "glt_m300t",
        "pook_h13",
        "csj_gyroac",
        "map_eu",
        "jetskiyanahuiaddon",

        "mbg_killhouses"
    };

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

in your mission.sqm file there is a list of add ons in the top

version=11;
class Mission
{
addOns[]=
{
"tavi",
"kh_dayztaviana",
"ca_modules_animals",
"dayz_anim",
"dayz_code",
"dayz_communityassets",
"dayz_weapons",
"dayz_equip",
"dayz_epoch",
"dayz_vehicles",
"cacharacters_pmc",
"ca_modules_functions",
"glt_m300t",
"osshdy",
"pook_h13",
"csj_gyroac",
"map_eu",
"jetskiyanahuiaddon",
"mbg_killhouses", <------ add this these, and the error msg will stop
"mbg_buildings_3",
"mbg_african_buildings",
"aif_arma1buildings",
"oz_is_objects",
"usec_rig_a"
};

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