Skip to main content
Multiplayer Farmhouse

Installation

Install the complete farmhouse package and connect it to your framework, database and inventory.

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-farmhouse]
  3. 03

    Import the database

    Import the included SQL file into your server database.

  4. 04

    Configure the bridge

    Adjust the bridge functions to match your framework and inventory.

  5. 05

    Review the configuration

    Configure the main shared settings before starting the resource.

    lua/shared/Config.lua
  6. 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

Configuration
lua/shared/Config.lua

General gameplay and resource settings.

Localization
locales/*.json

Translations loaded through ox_lib.

Images
images/**

Product images and visual assets.

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