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

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)
Last updated