(Untitled)
HTNFW Housing Guide
This section explains how to use the HTNFW housing system to create, purchase, and customize houses.
Adding New Houses
- Open the Housing Config:
- Navigate to the
htn-housingresource folder. - Open the following file:
shared/config.lua
- Navigate to the
- Create a New House Entry:
- Copy one of the existing house examples from the config.
- Set the front door and back door coordinates using
/coordsin-game. - Give the house an address. This can be anything you want.
- Assign a shell type for the interior.
- Restart the resource to apply the changes.
Available Shell Types
--[[
Shell Types:
- highHouse
- midHouse
- lowHouse
- midApartment
- lowApartment
- trailer
]]--
Selling a House
- Go to the Front Door:
- Stand at the front door of the house you want to sell.
- Open the Realtor Menu:
- Use the command
/realtorto open the context menu.
- Use the command
- Attempt a Sale:
- Click Attempt Sale in the menu.
- Enter the State ID of the player you are selling the house to.
- Input the sale price and click Submit.
- Accept the Sale:
- The buyer must use
/saleacceptto accept the house purchase.
- The buyer must use
Entering Your House
- Go to the Front Door:
- Return to the house you purchased.
- Enter the Property:
- Open your radial menu and select Enter House.
Editing Your House
- Open Edit Mode:
- While inside the house, use the command
/edit.
- While inside the house, use the command
- Customize the Property:
- From the menu, you can place:
- Storage locations
- Clothing/Logout locations
- Back door locations
- Furniture using the furnishing menu
- From the menu, you can place:
Setting a Personal Garage
- Go Outside the House:
- Stand in the location where you want your garage to be.
- Set the Garage Location:
- Use
/editand select the option to set your personal garage location.
- Use
Note: Make sure all house coordinates and shell types are configured correctly in the config file before attempting to sell or enter the property.