How to add SHELL Tier

This page is dedicated to teach how to add a custom Shell House

How to

How i add a new interior tier? This part is very important, it allows you to add new SHELLs informations. Navigate to Config.Tiers on config file, should be something like this:

Config file showing Config.Tiers

As you can see, there you have ALL interiors informations of JPR Housing System, the next board, on left side will be the template, on right the example.

["shell_example"] = {
        doorCoords = vector4(0.0, 0.0, 0.0, 0.0), -- "offsets"
        defaultStash = vector3(0.0, 0.0, 0.0), -- auto generated
        defaultWardrobe = vector3(0.0, 0.0, 0.0), -- auto generated
        defaultLogout = vector3(0.0, 0.0, 0.0), -- auto generated
        managementCoords = vector3(0.0, 0.0, 0.0), -- auto generated
        previewImage = "shell image name",
        model = "shell model",
        isShell = true,
},

Congratulations, your first SHELL interior is created, now you can see it ingame using the /createNewHouse command.

Last updated