How to add furniture
If you edit this, do so at your own risk, it is long and very advanced code, do not touch it without a developer.
To add new furniture items to Quasar Housing, you will configure them in the furniture configuration in shared/furniture.lua section of your asset. This allows for customization of furniture pieces, including functionality as wardrobes, stashes, or purely decorative items. Here's a step-by-step explanation.
Basic Structure
Each furniture entry includes the following:
Label
Name displayed in the UI.
Image
Icon used in the UI.
Object
In-game prop model for the furniture.
Type
Determines functionality (e.g., stash or wardrobe).
Offset
Position offset for interactions.
Stash Settings (if applicable)
Maximum weight and slots for storage.
Example: Adding a Washing Machine
Below is an example of adding a washing machine with multiple variants.
Steps to Add a New Furniture Item
Last updated