Installation
Welcome to the Bablo Animation Menu installation guide! This guide will walk you through the complete installation process for our asset. By following each step carefully, you'll ensure a smooth and hassle-free setup, provided that all instructions are followed thoroughly.
Download asset
To find the asset, you must have made the purchase using your own keymaster account. Otherwise, you can use the transfer system to move the asset to a different keymaster account.
After purchasing from our official website (opens in a new tab), the asset will be delivered directly to your Keymaster (opens in a new tab). From your panel, you can download the asset and proceed with the installation using the provided documentation.
Setup CFG
To ensure everything functions correctly when you're utilizing either the ESX framework or the QBCORE framework instead of the standalone version, it's essential to adhere to the following steps carefully. Following these guidelines will help you achieve a seamless integration and maintain optimal performance across your systems.
When setting up your server environment, it is crucial to ensure that your core scripts are initialized before any additional resources. Specifically, the core resources such as es_extended
or qb-core
or qbx_core
should be started first before you introduce other elements like the bablo-animation
resource. This order is essential for maintaining a stable and functional environment.
-- First we will start the cores, never below
ensure es_extended or qb-core or qbx_core
ensure ox_lib
ensure xsound
-- Run bablo-pettycrimes here -- Note: Original text mentions bablo-animation, but code shows bablo-pettycrimes. Verify which is correct.
ensure bablo-pettycrimes
Basic Configuration
Basic Framework Configuration
The asset will function automatically if your framework is named es_extended
or qb-core
or qbx_core
, as it will detect either one when started. If your framework has been renamed, you can update its name in the config.lua
file. Additionally, the asset supports standalone mode for users not utilizing a framework.
Setting up Items
To ensure the script functions correctly, follow this simple guide to add the necessary items.
To assist you in managing inventories, we've outlined the steps to create items for the supported inventories below. If you need guidance on creating items for other supported inventories not listed, please create a support ticket.
Navigate to your inventory resource (or item configuration), and add the following item:
['bletter'] = {
label = 'Letter',
weight = 200,
stack = false,
},
['bpackage'] = {
label = 'package',
weight = 500,
stack = false,
},
The essential item names must are bletter
and bpackage
. You can find the item images in the installation/inventoryImages
folder. Copy these images to the appropriate location
Add sounds to Xsound
Steps:
- Navigate to the folder:
installation/
and get thebomb-ticking.ogg
file. - Navigate to the folder:
xsound\html\sounds
. - Add the desired sound file, such as
bomb-ticking
. - Confirm the file has been successfully added.
Completion:
After adding the bomb-ticking
sound, your task is complete.