Jump to content

DZE_modularConfig


khalcifer

Recommended Posts

Spoiler

DZE_modularConfig = [
    ["MetalFloor_DZ", ["metal_floor_kit",1]],
    ["StorageShed_DZ", ["storage_shed_kit",1]],
    ["CinderWallHalf_DZ", ["half_cinder_wall_kit",1]],
    ["CinderWall_DZ", ["full_cinder_wall_kit",1]],
    ["CinderWallSmallDoorway_DZ", ["cinder_door_kit",1]],
    ["CinderWallDoorSmall_DZ", [["cinder_door_kit",1],["ItemPole",1],["ItemTankTrap",1]]],
    ["CinderWallDoorway_DZ", ["cinder_garage_kit",1]],
    ["CinderWallDoor_DZ", [["cinder_garage_kit",1],["ItemPole",3],["ItemTankTrap",3]]],
    ["WoodFloor_DZ", ["ItemWoodFloor",1]],
    ["WoodFloorHalf_DZ", ["ItemWoodFloorHalf",1]],    
    ["WoodFloorQuarter_DZ", ["ItemWoodFloorQuarter",1]],    
    ["WoodLargeWall_DZ", ["ItemWoodWallLg",1]],    
    ["Land_DZE_WoodDoor", ["ItemWoodWallWithDoor",1]],
    ["Land_DZE_WoodDoorLocked", [["ItemWoodWallWithDoor",1],["ItemComboLock",1]]],
    ["Land_DZE_LargeWoodDoor", ["ItemWoodWallWithDoorLg",1]],
    ["Land_DZE_LargeWoodDoorLocked", [["ItemWoodWallWithDoorLg",1],["ItemComboLock",1]]],
    ["Land_DZE_GarageWoodDoor", ["ItemWoodWallGarageDoor",1]],
    ["Land_DZE_GarageWoodDoorLocked", [["ItemWoodWallGarageDoor",1],["ItemComboLock",1]]],
    ["WoodLargeWallDoor_DZ", ["ItemWoodWallDoorLg",1]],    
    ["WoodLargeWallWin_DZ", ["ItemWoodWallWindowLg",1]],    
    ["WoodSmallWallWin_DZ", ["ItemWoodWallWindow",1]],    
    ["WoodSmallWall_DZ", ["ItemWoodWall",1]],        
    ["WoodSmallWallThird_DZ", ["ItemWoodWallThird",1]],
    ["WoodSmallWallDoor_DZ", ["ItemWoodWallDoor",1]],
    ["WoodStairs_DZ", ["ItemWoodStairsSupport",1]],    
    ["WoodLadder_DZ", ["ItemWoodLadder",1]],
    ["WoodStairsRails_DZ", [["ItemWoodStairsSupport",1],["PartWoodLumber",2]]],
    ["WoodRamp_DZ", ["wood_ramp_kit",1]],
    ["OutHouse_DZ", ["outhouse_kit",1]],
    ["WoodShack_DZ", ["wood_shack_kit",1]],
    ["Wooden_shed_DZ", ["wooden_shed_kit",1]],    
    ["WoodStairsSans_DZ", ["ItemWoodStairs",1]]    
];

I have it in configVariables.sqf and no refund materials.

Link to comment
Share on other sites

1 hour ago, kingpapawawa said:

you are missing some []'s
example  ["MetalFloor_DZ", ["metal_floor_kit",1]],
should be  ["MetalFloor_DZ", [["metal_floor_kit",1]]],

were you have multiple items its correct..
 ["CinderWallDoorSmall_DZ", [["cinder_door_kit",1],["ItemPole",1],["ItemTankTrap",1]]],

Thx now working:)

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