Jump to content
  • 0

Mission.SQM Addons - MBG Killhouses


MjrEyesWater

Question

Hello,

Recently I wanted to begin utilizing the MBG Killhouses that were added to epoch, and adding them was a breeze, as always. However, to solve the issue of a server-wide message appearing that states "You cannot play/edit this mission" I was told that I needed to add some class-names underneath the "AddOns" portion of my mission.sqm

After doing that, I restarted my server - and nobody can get past "wait for host" these are the class names that I added:

"warehouse"
"mbg_killhouses"
"mbg_buildings_3"
"mbg_african_buildings"

And here is what my Mission.sqm looked like afterwords.

 

	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"
                "warehouse"
                "mbg_killhouses"
                "mbg_buildings_3"
                "mbg_african_buildings"
	};

What might I be doing wrong that would cause my server to hang at "Wait for host"

 

 

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

Try this. Guess what was missing :)

    	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",
    "warehouse",
    "mbg_killhouses",
    "mbg_buildings_3",
    "mbg_african_buildings"
    };
Link to comment
Share on other sites

  • 0

..your list still looks a little weird. Here is mine.

	addOns[]=
	{
		"chernarus",
		"ca_modules_animals",
		"dayz_anim",
		"dayz_code",
		"dayz_communityassets",
		"dayz_weapons",
		"mbg_buildings_3",
		"mbg_killhouses",
		"mbg_african_buildings",
		"aif_arma1buildings",
		"kpfswaysigns",
		"buildings3",
		"dayz_equip",
		"dayz_epoch",
		"dayz_vehicles",
		"cacharacters_pmc",
		"ca_modules_functions",
		"glt_m300t",
		"pook_h13",
		"csj_gyroac",
		"map_eu",
		"jetskiyanahuiaddon"
	};
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...