Installation
Install the complete winery package and connect its database, inventory and framework integrations.
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-winery] - 03
Import the database
Import the included SQL file into your server database.
- 04
Review the configuration
Configure the shared gameplay settings before starting the resource.
lua/shared/Config.lua - 05
Register inventory items
Register the included items in your inventory. A ready-to-use ox_inventory setup is included.
- 06
Configure the bridge
Install aquiver_cfx and adjust its framework and inventory functions.
- 07
Start the collection
Add the resource collection to your server configuration.
ensure [aquiver-winery]
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.
data/imagesProduct images and inventory assets.
txd/*Sprite and icon registrations.
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.