Installation

Below is the documentation necessary for the installation of the resource 'orbit-dynamichud'.

circle-info

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

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

Requirements
Installation

Provided through Tebex with every purchase.

orbit-dynamichud-stress (Only for stress)

Supported Framework

[qb-core/qbx_core/es_extended]

Note: This resource uses the frameworks existing cruise control and seatbelt logic, it does not have it's own cruise control or seatbelt logic which is built-in.

circle-info

orbit-dynamichud-stressarrow-up-right is not mandatory! This resource is for those that want a stress system and doesn't already have it. Other stress resources work fine as long as they update the right state-bag.

After putting in all the required resources for 'orbit-dynamichud' 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-dynamichud'. It is paramount that orbit-lib starts before orbit-dynamichud.

Your server.cfg file may look like this:

# server.cfg
# ----------
ensure [standalone]
ensure [framework-resources]
ensure [inventory]
ensure [ox]
# orbit-lib after everything else but before the other orbit resources.
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 the framework and the rest of the requirements.

circle-info

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

Last updated