MBG Buildings not working on Panthera???

N340

New Member
So I am running a few servers with infistar running as admin-tools.

On Cherno I can add in all the MBG buildings like killhouse.

But they are not in the spawn menu in Panthera. I have tried even adding them in through the database and they dont show up. Not sure what is going on but I would love to get them working if someone could help.

I have the mbg_killhouses.pbo in my @Dayz_Epoch\addons folder with the signature files (they were pre-installed for me, I have even tried re-adding them myself as well)

If I add

"mbg_killhouses" to the addons section in mission.sqm I get the error

You cannot play\edit the mission..... has been deleted.mbg_killhouses

But I know they are there in the addons folder. Yes I have commas before I added it in too. Here is a clipit of my code

Code:
version=11;
class Mission
{
    addOns[]=
    {
        "ibr_panthera2",
        "ca_modules_animals",
        "dayz_anim",
        "dayz_code",
        "dayz_communityassets",
        "dayz_weapons",
        "dayz_equip",
        "dayz_epoch",
        "dayz_vehicles",
        "cacharacters_pmc",
        "ca_modules_functions",
        "warfarebuildings",
        "ind_tank",
        "camisc_e",
        "glt_m300t",
        "pook_h13",
        "csj_gyroac",
        "map_eu",
        "jetskiyanahuiaddon",
        "mbg_killhouses"

    };
    addOnsAuto[]=
    {
        "dayz_weapons",
        "ca_modules_functions",
        "warfarebuildings",
        "ibr_panthera2",
        "mbg_killhouses"
 
Back
Top