# Loaf Housing

For Loaf Housing there are a couple of steps.

1. Copy & paste this to the "shared/config.lua" file at the bottom of the "ShellPacks section. If you have the bundle keep as is, if you have individuals just change "false" to "true" for whichever ones you have:

```lua
-- DC Customz shells
        ["DC Customz Bundle"] = true, -- purchase here: https://dc-customs.tebex.io/category/shells
        ["DC Customz Bundle V2"] = true, -- purchase here: https://dc-customs.tebex.io/category/shells
        ["DC Apartment 1"] = false, -- purchase here: https://dc-customs.tebex.io/category/shells
        ["DC Apartment 2"] = false, -- purchase here: https://dc-customs.tebex.io/category/shells
        ["DC Apartment 3"] = false, -- purchase here: https://dc-customs.tebex.io/category/shells
        ["DC Apartment 4"] = false, -- purchase here: https://dc-customs.tebex.io/category/shells
        ["DC House 1"] = false, -- purchase here: https://dc-customs.tebex.io/category/shells
        ["DC House 2"] = false, -- purchase here: https://dc-customs.tebex.io/category/shells
        ["DC House 3"] = false, -- purchase here: https://dc-customs.tebex.io/category/shells
        ["DC House 4"] = false, -- purchase here: https://dc-customs.tebex.io/category/shells
        ["DC House 5"] = false, -- purchase here: https://dc-customs.tebex.io/category/shells
        ["DC House 6"] = false, -- purchase here: https://dc-customs.tebex.io/category/shells
        ["DC House 7"] = false, -- purchase here: https://dc-customs.tebex.io/category/shells
        ["DC House 8"] = false, -- purchase here: https://dc-customs.tebex.io/category/shells
        ["DC Trap 1"] = false, -- purchase here: https://dc-customs.tebex.io/category/shells
        ["DC Trap 2"] = false, -- purchase here: https://dc-customs.tebex.io/category/shells
        ["DC Trap 3"] = false, -- purchase here: https://dc-customs.tebex.io/category/shells
        ["DC Hotel 1"] = false, -- purchase here: https://dc-customs.tebex.io/category/shells
        ["DC TownHouse 1"] = false, -- purchase here: https://dc-customs.tebex.io/category/shells
        ["DC TownHouse 2"] = false, -- purchase here: https://dc-customs.tebex.io/category/shells
        -- V2 Shells
        ["DC Apartment 5"] = false, -- purchase here: https://dc-customs.tebex.io/category/shells
        ["DC Apartment 6"] = false, -- purchase here: https://dc-customs.tebex.io/category/shells
        ["DC House 9"]  = false, -- purchase here: https://dc-customs.tebex.io/category/shells
        ["DC House 10"] = false, -- purchase here: https://dc-customs.tebex.io/category/shells
        ["DC House 11"] = false, -- purchase here: https://dc-customs.tebex.io/category/shells
        ["DC House 12"] = false, -- purchase here: https://dc-customs.tebex.io/category/shells
        ["DC House 13"] = false, -- purchase here: https://dc-customs.tebex.io/category/shells
        ["DC TownHouse 3"] = false, -- purchase here: https://dc-customs.tebex.io/category/shells
        ["DC TownHouse 4"] = false, -- purchase here: https://dc-customs.tebex.io/category/shells
        ["DC Trap 4"] = false, -- purchase here: https://dc-customs.tebex.io/category/shells

```

2. Add this into the "shared/shells.lua" file under the "Categories" section towards the bottom:

```lua
["dccustomz_apartment"] = {
        type = "apartment",
        price = {20000, 800000},
        lockpick = 3,
        label = "DC Customz Apartments"
    },
    ["dccustomz_house"] = {
        type = "house",
        price = {20000, 800000},
        lockpick = 3,
        label = "DC Customz Houses"
    },
```

3. Finally, if you have the bundle add this under the "local packs =" section:

```lua
-- DC Customz Bundle
    ["DC Customz Bundle"] = {
        ["DC Apartment 1"] = {
            object = `bk_apartmentone`,
            category = "dccustomz_apartment",
            doorOffset = vector3(1.540771, -2.907349, -1.363182),
            doorHeading = 0.0
        },
        ["DC Apartment 2"] = {
            object = `bk_apartmenttwo`,
            category = "dccustomz_apartment",
            doorOffset = vector3(-7.216675, -0.770630, -1.364571),
            doorHeading = 270.0
        },
        ["DC Apartment 3"] = {
            object = `dc_apartmentthree`,
            category = "dccustomz_apartment",
            doorOffset = vector3(1.931152, -5.933044, -1.355030),
            doorHeading = 0.0
        },
        ["DC Apartment 4"] = {
            object = `dc_apartmentfour`,
            category = "dccustomz_apartment",
            doorOffset = vector3(-1.951172, -6.115295, -1.439957),
            doorHeading = 4.787943
        },
        ["DC House 1"] = {
            object = `bk_houseone`,
            category = "dccustomz_house",
            doorOffset = vector3(3.395996, -3.424683, -2.146027),
            doorHeading = 0.0
        },
        ["DC House 2"] = {
            object = `dc_housetwoshell`,
            category = "dccustomz_house",
            doorOffset = vector3(0.893555, -6.557922, -2.797283),
            doorHeading = 0.0
        },
        ["DC House 3"] = {
            object = `dc_housethree`,
            category = "dccustomz_house",
            doorOffset = vector3(-8.373047, -2.479431, -1.497375),
            doorHeading = 0.0
        },
        ["DC House 4"] = {
            object = `dc_housefour`,
            category = "dccustomz_house",
            doorOffset = vector3(8.334991, 4.599335, -2.882324),
            doorHeading = 90.0
        },
        ["DC House 5"] = {
            object = `dc_housefive`,
            category = "dccustomz_house",
            doorOffset = vector3(5.621460, -2.730499, -1.123283),
            doorHeading = 0.0
        },
        ["DC House 6"] = {
            object = `dc_housesix`,
            category = "dccustomz_house",
            doorOffset = vector3(-4.257080, 13.136597, -2.848206),
            doorHeading = 180.0
        },
        ["DC House 7"] = {
            object = `dc_houseseven`,
            category = "dccustomz_house",
            doorOffset = vector3(0.608521, 1.784790, -1.451202),
            doorHeading = 180.0
        },
        ["DC House 8"] = {
            object = `dc_houseeight`,
            category = "dccustomz_house",
            doorOffset = vector3(-3.575073, -11.641693, -2.987724),
            doorHeading = 356.258514
        },
        ["DC Townhouse 1"] = {
            object = `dc_townhouseone`,
            category = "dccustomz_house",
            doorOffset = vector3(3.735229, -5.845581, -2.967209),
            doorHeading = 359.632172
        },
        ["DC Townhouse 2"] = {
            object = `dc_townhousetwo`,
            category = "dccustomz_house",
            doorOffset = vector3(3.735229, -5.845581, -2.967209),
            doorHeading = 359.632172
        },
        ["DC Trap 1"] = {
            object = `dc_trapshellone`,
            category = "dccustomz_apartment",
            doorOffset = vector3(0.246094, 3.146912, -1.238735),
            doorHeading = 90.0
        },
        ["DC Trap 2"] = {
            object = `dc_trapshelltwo`,
            category = "dccustomz_apartment",
            doorOffset = vector3(1.418213, 3.788696, -1.265732),
            doorHeading = 90.0
        },
        ["DC Trap 3"] = {
            object = `dc_trapshellthree`,
            category = "dccustomz_apartment",
            doorOffset = vector3(-0.000122, -6.097412, -1.837967),
            doorHeading = 0.0
        },
        ["DC Hotel 1"] = {
            object = `dchotel_shell`,
            category = "dccustomz_apartment",
            doorOffset = vector3(0.040527, 4.387962, -1.403328),
            doorHeading = 90.0
        }
    },
    
    -- V2 Shells Bundle
    
    -- DC Customz Bundle V2
["DC Customz Bundle V2"] = {

    ["DC Apartment 5"] = {
        object = `dc_apartmentfive`,
        category = "dccustomz_apartment",
        doorOffset = vector3(-11.482056, -4.864532, -1.480484),
        doorHeading = 270.572388
    },

    ["DC Apartment 6"] = {
        object = `dc_apartment6`,
        category = "dccustomz_apartment",
        doorOffset = vector3(-5.203125, -6.291626, -1.437103),
        doorHeading = 1.156160
    },

    ["DC House 9"] = {
        object = `dc_house9`,
        category = "dccustomz_house",
        doorOffset = vector3(-2.332397, -9.773560, -1.932312),
        doorHeading = 358.852783
    },

    ["DC House 10"] = {
        object = `dc_house10`,
        category = "dccustomz_house",
        doorOffset = vector3(0.374023, -8.438263, -3.178162),
        doorHeading = 3.563963
    },

    ["DC House 11"] = {
        object = `dc_house11`,
        category = "dccustomz_house",
        doorOffset = vector3(-8.923706, 8.605286, -3.910919),
        doorHeading = 182.345215
    },

    ["DC House 12"] = {
        object = `dc_house12`,
        category = "dccustomz_house",
        doorOffset = vector3(9.462402, 2.004028, -3.070862),
        doorHeading = 89.983475
    },

    ["DC House 13"] = {
        object = `dc_house13`,
        category = "dccustomz_house",
        doorOffset = vector3(5.316284, -5.873444, -1.862457),
        doorHeading = 358.826202
    },

    ["DC Townhouse 3"] = {
        object = `dc_townhouse3`,
        category = "dccustomz_house",
        doorOffset = vector3(6.077881, -3.391266, -3.015289),
        doorHeading = 90.767708
    },

    ["DC Townhouse 4"] = {
        object = `dc_townhouse4`,
        category = "dccustomz_house",
        doorOffset = vector3(6.083008, -3.342346, -3.015274),
        doorHeading = 91.319550
    },

    ["DC Trap 4"] = {
        object = `dc_trap4`,
        category = "dccustomz_apartment",
        doorOffset = vector3(-0.183960, 4.541443, -1.290146),
        doorHeading = 179.701096
    },

},

```

Or this if you are using individual shells:

```lua
-- DC Customz Shells
    ["DC Apartment 1"] = {
        ["DC Apartment 1"] = {
            object = `bk_apartmentone`,
            category = "dccustomz_apartment",
            doorOffset = vector3(1.540771, -2.907349, 1.363182),
            doorHeading = 0.0
        }
    },
    ["DC Apartment 2"] = {
        ["DC Apartment 2"] = {
            object = `bk_apartmenttwo`,
            category = "dccustomz_apartment",
            doorOffset = vector3(-7.216675, -0.770630, 1.364571),
            doorHeading = 270.0
        }
    },
    ["DC Apartment 3"] = {
        ["DC Apartment 3"] = {
            object = `dc_apartmentthree`,
            category = "dccustomz_apartment",
            doorOffset = vector3(1.931152, -5.933044, 1.355030),
            doorHeading = 0.0
        }
    },
    ["DC Apartment 4"] = {
        ["DC Apartment 4"] = {
            object = `dc_apartmentfour`,
            category = "dccustomz_apartment",
            doorOffset = vector3(-1.951172, -6.115295, -1.439957),
            doorHeading = 4.787943
        }
    },
    ["DC House 1"] = {
        ["DC House 1"] = {
            object = `bk_houseone`,
            category = "dccustomz_house",
            doorOffset = vector3(3.395996, -3.424683, -1.146027),
            doorHeading = 0.0
        }
    },
    ["DC House 2"] = {
        ["DC House 2"] = {
            object = `dc_housetwo`,
            category = "dccustomz_house",
            doorOffset = vector3(0.893555, -6.557922, -0.797283),
            doorHeading = 0.0
        }
    },
    ["DC House 3"] = {
        ["DC House 3"] = {
            object = `dc_housethree`,
            category = "dccustomz_house",
            doorOffset = vector3(-8.373047, -2.479431, 1.497375),
            doorHeading = 0.0
        }
    },
    ["DC House 4"] = {
        ["DC House 4"] = {
            object = `dc_housefour`,
            category = "dccustomz_house",
            doorOffset = vector3(8.334991, 4.599335, -2.882324),
            doorHeading = 90.0
        }
    },
    ["DC House 5"] = {
        ["DC House 5"] = {
            object = `dc_housefive`,
            category = "dccustomz_house",
            doorOffset = vector3(5.621460, -2.730499, -1.123283),
            doorHeading = 0.0
        }
    },
    ["DC House 6"] = {
        ["DC House 6"] = {
            object = `dc_housesix`,
            category = "dccustomz_house",
            doorOffset = vector3(-4.257080, 13.136597, -2.848206),
            doorHeading = 180.0
        }
    },
    ["DC House 7"] = {
        ["DC House 7"] = {
            object = `dc_houseseven`,
            category = "dccustomz_house",
            doorOffset = vector3(0.608521, 1.784790, -1.451202),
            doorHeading = 180.0
        }
    },
    ["DC House 8"] = {
        ["DC House 8"] = {
            object = `dc_houseeight`,
            category = "dccustomz_house",
            doorOffset = vector3(-3.575073, -11.641693, -2.987724),
            doorHeading = 356.258514
        },
    },
    ["DC Townhouse 1"] = {
        ["DC Townhouse 1"] = {
            object = `dc_townhouseone`,
            category = "dccustomz_house",
            doorOffset = vector3(3.735229, -5.845581, -2.967209),
            doorHeading = 359.632172
        }
    },
    ["DC Trap 1"] = {
        ["DC Trap 1"] = {
            object = `dc_trapshellone`,
            category = "dccustomz_apartment",
            doorOffset = vector3(0.246094, 3.146912, 1.238735),
            doorHeading = 90.0
        }
    },
    ["DC Trap 2"] = {
        ["DC Trap 2"] = {
            object = `dc_trapshelltwo`,
            category = "dccustomz_apartment",
            doorOffset = vector3(1.418213, 3.788696, 1.265732),
            doorHeading = 90.0
        }
    },
    ["DC Trap 3"] = {
        ["DC Trap 3"] = {
            object = `dc_trapshellthree`,
            category = "dccustomz_apartment",
            doorOffset = vector3(-0.000122, -6.097412, -1.837967),
            doorHeading = 0.0
        }
    },
    ["DC Hotel 1"] = {
        ["DC Hotel 1"] = {
            object = `dchotel_shell`,
            category = "dccustomz_apartment",
            doorOffset = vector3(0.040527, 4.387962, 1.403328),
            doorHeading = 90.0
        }
    },
    
    -- V2 Shells Single
    
        ["DC Apartment 5"] = {
        ["DC Apartment 5"] = {
            object = `dc_apartmentfive`,
            category = "dccustomz_apartment",
            doorOffset = vector3(-11.482056, -4.864532, -1.480484),
            doorHeading = 270.572388
        }
    },

    ["DC Apartment 6"] = {
        ["DC Apartment 6"] = {
            object = `dc_apartment6`,
            category = "dccustomz_apartment",
            doorOffset = vector3(-5.203125, -6.291626, -1.437103),
            doorHeading = 1.156160
        }
    },

    ["DC House 9"] = {
        ["DC House 9"] = {
            object = `dc_house9`,
            category = "dccustomz_house",
            doorOffset = vector3(-2.332397, -9.773560, -1.932312),
            doorHeading = 358.852783
        }
    },

    ["DC House 10"] = {
        ["DC House 10"] = {
            object = `dc_house10`,
            category = "dccustomz_house",
            doorOffset = vector3(0.374023, -8.438263, -3.178162),
            doorHeading = 3.563963
        }
    },

    ["DC House 11"] = {
        ["DC House 11"] = {
            object = `dc_house11`,
            category = "dccustomz_house",
            doorOffset = vector3(-8.923706, 8.605286, -3.910919),
            doorHeading = 182.345215
        }
    },

    ["DC House 12"] = {
        ["DC House 12"] = {
            object = `dc_house12`,
            category = "dccustomz_house",
            doorOffset = vector3(9.462402, 2.004028, -3.070862),
            doorHeading = 89.983475
        }
    },

    ["DC House 13"] = {
        ["DC House 13"] = {
            object = `dc_house13`,
            category = "dccustomz_house",
            doorOffset = vector3(5.316284, -5.873444, -1.862457),
            doorHeading = 358.826202
        }
    },

    ["DC Townhouse 3"] = {
        ["DC Townhouse 3"] = {
            object = `dc_townhouse3`,
            category = "dccustomz_house",
            doorOffset = vector3(6.077881, -3.391266, -3.015289),
            doorHeading = 90.767708
        }
    },

    ["DC Townhouse 4"] = {
        ["DC Townhouse 4"] = {
            object = `dc_townhouse4`,
            category = "dccustomz_house",
            doorOffset = vector3(6.083008, -3.342346, -3.015274),
            doorHeading = 91.319550
        }
    },

    ["DC Trap 4"] = {
        ["DC Trap 4"] = {
            object = `dc_trap4`,
            category = "dccustomz_apartment",
            doorOffset = vector3(-0.183960, 4.541443, -1.290146),
            doorHeading = 179.701096
        }
    },

```
