Jump to content
  • 0

Adding addons to the mission.sqm to fix errors


Magz

Question

I spawned in a building I want to use and now I get the "you cannot play/edit this mission; it is dependent on downloadable content that has been deleted. mbg_buildings_3" error.

 

I've poked around and read that I have to add the addon from where the file comes from to the mission.sqm file and the error won't pop up anymore.  

 

mission.sqm file:

top part within addOns[]=  

add to the bottom of the list "addon name here"

 

My question is, how do I find the addon name where the mbg_buildings_3 come from? Or do I just add mbg_buildings_3 itself? 

 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

 

I spawned in a building I want to use and now I get the "you cannot play/edit this mission; it is dependent on downloadable content that has been deleted. mbg_buildings_3" error.

 

I've poked around and read that I have to add the addon from where the file comes from to the mission.sqm file and the error won't pop up anymore.  

 

mission.sqm file:

top part within addOns[]=  

add to the bottom of the list "addon name here"

 

My question is, how do I find the addon name where the mbg_buildings_3 come from? Or do I just add mbg_buildings_3 itself? 

 

 

Its from your : Steam\steamapps\common\arma 2 operation arrowhead\@DayZ_Epoch\addons\mbg_buildings_3.pbo

 

You could try mbg_buildings_3 like:

    addOns[]=
    {
        "chernarus",
        "ca_modules_animals",
        "dayz_anim",
        "dayz_code",
    "mbg_buildings_3",
....

but i thought since its inside dayz_epoch..you didnt have to add it manually there to use it.

 

I am not using it but here are mine if it will help:

	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",
		"csj_gyroac",
		"map_eu",
		"jetskiyanahuiaddon",
		"pook_h13",
		"camisc_e",
		"camisc3",
		"castructures_mil",
		"castructureshouse_a_hospital",
		"glt_bh_wreck_burned"
	};
	addOnsAuto[]=
	{
		"dayz_weapons",
		"ca_modules_functions",
		"map_eu",
		"dayz_code",
		"camisc_e",
		"camisc3",
		"castructures_mil",
		"castructureshouse_a_hospital",
		"chernarus"
	};
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...