Installation for 'QB' framework

orbit-craftingsystem - Installation guide for 'QB' framework.

circle-info

Make sure to configure orbit-lib before configuring the crafting resource!

The table content shows the requirements/dependencies for the 'orbit-craftingsystem' resource. Without these resources 'orbit-craftingsystem' will not function.

Requirements
Installation

Provided through tebex with every purchase.

qb-core

Framework

circle-exclamation

After putting in all the required resources for 'orbit-craftingsystem' follow these steps.

Do I need to change my server.cfg?

Yes! Make sure that your server.cfg covers all the required dependencies as well as the Orbit Studios Resources, 'orbit-lib' and 'orbit-craftingsystem'. It is paramount that orbit-lib starts before orbit-craftingsystem.

In the 'QB' framework, your server.cfg file may look like this:

# QBCore, OX & Extra stuff
start oxmysql   # this should be one of the first resources
start ox_lib
ensure qb-core

ensure [qb]
ensure [standalone]
ensure [voice]
ensure orbit-lib
ensure [orbit]

[orbit] is the Orbit Studios resources inside the [orbit] folder. Ensure means that the resource will start no matter what. Although it is very important that it starts after qb-core and the ox resources.

circle-info

After the installation, follow the Configuration steps to properly configure the resource

Last updated