Installation
Install the complete farmhouse package and connect it to your framework, database and inventory.
Required dependencies
Database connector used by the resource.
Shared utilities, locale handling and UI helpers.
Aquiver framework bridge and integration layer.
Open resource ↗Installation steps
- 01
Extract the package
The download contains multiple folders, including the MLO, props, sounds and main script.
- 02
Create a resource collection
Place every included folder inside one bracket folder.
[aquiver-farmhouse] - 03
Import the database
Import the included SQL file into your server database.
- 04
Configure the bridge
Adjust the bridge functions to match your framework and inventory.
- 05
Review the configuration
Configure the main shared settings before starting the resource.
lua/shared/Config.lua - 06
Start the collection
Add the resource collection to your server configuration.
ensure [aquiver-farmhouse]
Framework configuration
Configure the framework and inventory functions inside aquiver_cfx before starting the resource.
Important file locations
lua/shared/Config.luaGeneral gameplay and resource settings.
locales/*.jsonTranslations loaded through ox_lib.
images/**Product images and visual assets.
bridge/*.luaFramework functions, commands and integrations.
Language configuration
Select an existing ox_lib locale or add your own JSON translation file inside the locale directory.