Skip to content

Max Creations Support & Offsets

Rian edited this page Feb 4, 2024 · 7 revisions
Max Creations

We currently support all 16 shells from Max Creations and have preconfigured the offsets for our housing script!

Credits to ComplexZA

Config

Config.Shells = {
    -- Max Creations Shells
    ["Furnished Mansion 1"] = {
        label = "Furnished Mansion 1",
        hash = `furnished_shell`,
        doorOffset = { x = -2.598633, y = 6.919308, z = 3.570181, h = 3.401567, width = 2.0 },
        stash = {
            maxweight = 10000, 
            slots = 12,
        },
        imgs = {
        },
    },

    ["Furnished Mansion 2"] = {
        label = "Furnished Mansion 2",
        hash = `newfurnished_shell`,
        doorOffset = { x = -17.006226, y = -6.060596, z = 2.810249, h = 85.928520, width = 2.0 },
        stash = {
            maxweight = 10000, 
            slots = 12,
        },
        imgs = {
        },
    },

    ["Furnished Row House"] = {
        label = "Furnished Row House",
        hash = `max_row_house`,
        doorOffset = { x = -2.560303, y = -7.301539, z = 1.433113, h = 180.470093, width = 2.0 },
        stash = {
            maxweight = 10000, 
            slots = 12,
        },
        imgs = {
        },
    },

    ["LC Themed Apartment"] = {
        label = "LC Themed Apartment",
        hash = `lc_appartment`,
        doorOffset = { x = 0.601318, y = -5.982794, z = -2.092041, h = 178.090057, width = 2.0 },
        stash = {
            maxweight = 10000, 
            slots = 12,
        },
        imgs = {
        },
    },

    ["Loft Apartment 1"] = {
        label = "Loft Apartment 1",
        hash = `loft_shell1`,
        doorOffset = { x = -1.446411, y = 9.036638, z = 2.039307, h = 357.594055, width = 2.0 },
        stash = {
            maxweight = 10000, 
            slots = 12,
        },
        imgs = {
        },
    },

    ["Loft Apartment 2"] = {
        label = "Loft Apartment 2",
        hash = `customloft_shell2`,
        doorOffset = { x = 2.113464, y = -6.359183, z = 1.776505, h = 179.237900, width = 2.0 },
        stash = {
            maxweight = 10000, 
            slots = 12,
        },
        imgs = {
        },
    },

    ["Luxury Apartment"] = {
        label = "Luxury Apartment",
        hash = `small_house1`,
        doorOffset = { x = 2.570740, y = 7.244635, z = 0.85, h = 358.763885, width = 2.0 },
        stash = {
            maxweight = 10000, 
            slots = 12,
        },
        imgs = {
        },
    },

    ["Luxury Mansion"] = {
        label = "Luxury Mansion",
        hash = `max_villa2`,
        doorOffset = { x = 4.236450, y = -12.138703, z = -2.519943, h = 90.288544, width = 2.0 },
        stash = {
            maxweight = 10000, 
            slots = 12,
        },
        imgs = {
        },
    },

    ["Medium End Apartment"] = {
        label = "Medium End Apartment",
        hash = `maxcreations_mediumend`,
        doorOffset = { x = 3.063904, y = -2.605894, z = 1.0, h = 178.461578, width = 2.0 },
        stash = {
            maxweight = 10000, 
            slots = 12,
        },
        imgs = {
        },
    },

    ["Small Apartment"] = {
        label = "Small Apartment",
        hash = `maxcreations_small`,
        doorOffset = { x = 2.433472, y = 2.883373, z = 1.0, h = 358.028320, width = 2.0 },
        stash = {
            maxweight = 10000, 
            slots = 12,
        },
        imgs = {
        },
    },

    ["Unfurnished Mansion 1"] = {
        label = "Unfurnished Mansion 1",
        hash = `unfurnished_shell`,
        doorOffset = { x = -2.575439, y = 6.918764, z = 4.170181, h = 2.110432, width = 2.0 },
        stash = {
            maxweight = 10000, 
            slots = 12,
        },
        imgs = {
        },
    },

    ["Unfurnished Mansion 2"] = {
        label = "Unfurnished Mansion 2",
        hash = `newunfurnished_shell`,
        doorOffset = { x = -17.004272, y = -6.056208, z = 2.810173, h = 88.867706, width = 2.0 },
        stash = {
            maxweight = 10000, 
            slots = 12,
        },
        imgs = {
        },
    },

    ["Unfurnished LC Themed Apartment"] = {
        label = "Unfurnished LC Themed Apartment",
        hash = `lc_appartmentuf`,
        doorOffset = { x = 0.598511, y = -5.883331, z = -2.091530, h = 178.041992, width = 2.0 },
        stash = {
            maxweight = 10000, 
            slots = 12,
        },
        imgs = {
        },
    },

    ["Unfurnished Loft Apartment 1"] = {
        label = "Unfurnished Loft Apartment 1",
        hash = `loft_shell1uf`,
        doorOffset = { x = -1.26084, y = 9.1032, z = 1.09618, h = 358.84, width = 2.0  },
        stash = {
            maxweight = 10000, 
            slots = 12,
        },
        imgs = {
        },
    },

    ["Unfurnished Loft Apartment 2"] = {
        label = "Unfurnished Loft Apartment 2",
        hash = `customloft_shell2uf`,
        doorOffset = { x = 2.069092, y = -6.279753, z = 1.8, h = 183.674393, width = 2.0 },
        stash = {
            maxweight = 10000, 
            slots = 12,
        },
        imgs = {
        },
    },

    ["Unfurnished Row House"] = {
        label = "Unfurnished Row House",
        hash = `max_row_houseuf`,
        doorOffset = { x = -2.554810, y = -7.369173, z = 1.5, h = 182.040482, width = 2.0 },
        stash = {
            maxweight = 10000, 
            slots = 12,
        },
        imgs = {
        },
    },
}