-
Notifications
You must be signed in to change notification settings - Fork 110
Home
Rian edited this page Feb 4, 2024
·
4 revisions
This is your go-to source for comprehensive details on all aspects of ps-housing.
Follow these steps to install custom shells for your server:
Download the custom shells from your keymaster/providers page.
Place the downloaded shells in your server's resources folder. Ensure they are in a separate folder and avoid putting them in the ps-housing
stream folder as it won't work.
To use the shells, add them to the Config.Shells
table in ps-housing/shared/config.lua
around Line 117. Follow the format below:
["Standard Motel"] = {
label = "Standard Motel", -- Label Name (must match the Index)
hash = `standardmotel_shell`, -- Shell Name
doorOffset = { x = -0.45, y = -2.41, z = -0.56, h = 92.63, width = 2.0 }, -- Exit Offset
stash = {
maxweight = 8000000, -- Stash Weight Limit
slots = 120, -- Number of Slots
},
imgs = {
{
url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101712181017460736/motel.webp", -- Image URL
label = "Motel", -- Image Label
},
}
},