🏠Loaf Housing
Configuration information for QS Housing
For Loaf Housing there are a couple of steps.
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:
-- DC Customz shells
["DC Customz Bundle"] = 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 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
Add this into the "shared/shells.lua" file under the "Categories" section towards the bottom:
["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"
},
Finally, if you have the bundle add this under the "local packs =" section:
-- 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 Townhouse 1"] = {
object = `dc_townhouseone`,
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
}
},
Or this if you are using individual shells:
-- 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 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
}
},
Last updated