# Dependencies (/docs/orbit-studios-resources/orbit-dynamichud-addons/dependencies)



# Dependencies [#dependencies]

`orbit-dynamichud-addons` provides seatbelt and cruise-control behavior for DynamicHUD. Source and releases are available on [GitHub](https://github.com/orbitstudiossoftware/orbit-dynamichud-addons).

## Required [#required]

| Dependency         | Why it is needed                                                              | Link                                                               |
| ------------------ | ----------------------------------------------------------------------------- | ------------------------------------------------------------------ |
| `ox_lib`           | Loads `@ox_lib/init.lua`, keybind helpers, cache helpers, and locale helpers. | [overextended/ox\_lib](https://github.com/overextended/ox_lib)     |
| `orbit-dynamichud` | Receives seatbelt/cruise state through events and state bags.                 | [orbit-dynamichud](/docs/orbit-studios-resources/orbit-dynamichud) |

## Optional [#optional]

| Dependency              | What it adds                                                                                    | Link                                                 |
| ----------------------- | ----------------------------------------------------------------------------------------------- | ---------------------------------------------------- |
| `orbit-lib`             | Recommended when the rest of your Orbit stack uses shared notifications and framework bridging. | [orbit-lib](/docs/orbit-studios-resources/orbit-lib) |
| Custom harness resource | Can set `LocalPlayer.state.harness` for harness compatibility.                                  | Custom resource                                      |

## Start Order [#start-order]

```properties title="server.cfg"
ensure ox_lib
ensure orbit-lib
ensure orbit-dynamichud
ensure orbit-dynamichud-addons
```

If you do not use `orbit-lib` for this addon, keep `ox_lib` and `orbit-dynamichud` before `orbit-dynamichud-addons`.
