Installation & Configuration

First, you need to install the scripts required for Qubit Looting to work. After installing these scripts, you can put qubit-looting into your resources folder and run it.

Qubit Looting comes with a ready-made loot meta, with loot configured for a long-lasting survival experience. If you want, you can remove these default loots and create your own loot meta. To protect copyright, we cannot share the image of the items

1. Framework Configration

Qubit Looting supports ESX and QB frameworks. If you're using a different framework, unfortunately you won't be able to run Qubit Looting.

Open the config.lua and fxmanifest.lua change framework setttings for your needs

QBCore Settings

If you're using the QBCore / QBX framework, you should configure the framework settings in the config as follows

Open config.lua and change these lines

Config.Framework = "QB" -- QB, oldESX, ESX
Config.CoreName = 'qb-core' -- qb-core, es_extended
ESX Settings

If you're using the ESX framework, you should configure the framework settings in the config as follows

Open config.lua and change these lines

Config.Framework = "ESX" -- QB, oldESX, ESX
Config.CoreName = 'es_extended' -- qb-core, es_extended

2. Item Definition

All items in Config.Items are fully customizable. we will define the items to be placed inside the loots. You can set their rarity color, label, and the scale they will have in the inventory.

rarityColor field is only change color, you can change from Config.rarity

3. Rarity Definition

You can edit all rarity rates here with the names and rarity colors you want to set, and you can also change their rates as you wish. Please make sure that the total equals 100% and distribute the rates from highest to lowest. 100% <> %0

4. Lootable Definition

In this area, we will make the props we want lootable. You can define as many Lootables as you want according to the schema below.

Last updated

Was this helpful?