Home - Project-Sloth/ps-housing GitHub Wiki
Introduction Page
This is your go-to source for comprehensive details on all aspects of ps-housing.
Custom Shells Installation Guide
Follow these steps to install custom shells for your server:
1. Download Shells
Download the custom shells from your keymaster/providers page.
2. Organize Files
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.
3. Configuration
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
},
}
},