You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 NamedoorOffset= { x=-0.45, y=-2.41, z=-0.56, h=92.63, width=2.0 }, -- Exit Offsetstash= {
maxweight=8000000, -- Stash Weight Limitslots=120, -- Number of Slots
},
imgs= {
{
url="https://cdn.discordapp.com/attachments/1101313033684394084/1101712181017460736/motel.webp", -- Image URLlabel="Motel", -- Image Label
},
}
},