How to add SHELL Tier

This page is dedicated to teach how to add a MLO 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:

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,
},

You are not suppost to add defaultStash location, defaultWardrobe and defaultLogout since they are placed by players on shells interiors using the right commands, by default they are:

changeStash changeWardrobe changeLogout (All this commands can be changed on main_config.lua file)

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

Last updated