Skip to main content
Multiplayer Winery

Installation

Install the complete winery package and connect its database, inventory and framework integrations.

Required dependencies

oxmysql

Database connector used by the resource.

ox_lib

Shared utilities, locale handling and UI helpers.

Installation steps

  1. 01

    Extract the package

    The download contains multiple folders, including the MLO, props, sounds and main script.

  2. 02

    Create a resource collection

    Place every included folder inside one bracket folder.

    [aquiver-winery]
  3. 03

    Import the database

    Import the included SQL file into your server database.

  4. 04

    Review the configuration

    Configure the shared gameplay settings before starting the resource.

    lua/shared/Config.lua
  5. 05

    Register inventory items

    Register the included items in your inventory. A ready-to-use ox_inventory setup is included.

  6. 06

    Configure the bridge

    Install aquiver_cfx and adjust its framework and inventory functions.

  7. 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

Configuration
lua/shared/Config.lua

General gameplay and resource settings.

Localization
locales/*.json

Translations loaded through ox_lib.

Images
data/images

Product images and inventory assets.

Textures
txd/*

Sprite and icon registrations.

Bridge
bridge/*.lua

Framework functions, commands and integrations.

Localization

Language configuration

Select an existing ox_lib locale or add your own JSON translation file inside the locale directory.

Locale documentation