For the complete documentation index, see llms.txt. This page is also available as Markdown.

Installation & Configuration

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

1. Framework Configration

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

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

QBCore Settings

If you're using the qbcore 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 qbcore 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. Defining Items

You can produce any item with a 3D Printer. All you need to do is add the item you want to produce to Config.PrintItems

3. Importing Items

To use the Qubit 3D Printer, you need to integrate the printer, battery, and resin items into your framework. Follow these steps to add the items

If you are using QBCore or OX, you don't need to import the SQL.

QBCore Item Configration

Go to the qb-core folder, open qb-core/shared/items.lua, and add the crafting items line at the bottom

ESX Item Configration

Open your database and import these SQL lines for inventory.

OX Item Configration

Go to ox_inventory/data/items.lua and copy & paste these items in bottom

Setup Finished πŸŽ‰

After configuring your items, you can start using the 3D Printer. If you encounter any issues during the setup process, please visit our Discord for more comprehensive support.

Last updated