Orbit Studios Resourcesorbit-dynamichud-stress
Dependencies
Required and optional dependencies for orbit-dynamichud-stress.
Dependencies
orbit-dynamichud-stress manages the replicated stress state used by DynamicHUD. Source and releases are available on GitHub.
Required
| Dependency | Why it is needed | Link |
|---|---|---|
ox_lib | Loads @ox_lib/init.lua and cache helpers used by the client-side stress logic. | overextended/ox_lib |
orbit-lib | Provides normalized player/job data so whitelisted jobs and framework data work consistently. | orbit-lib |
orbit-dynamichud | Displays the stress value and reacts to the replicated stress state. | orbit-dynamichud |
Optional
| Dependency | What it adds | Link |
|---|---|---|
orbit-dynamichud-addons | Provides LocalPlayer.state.seatbelt, which the stress resource uses to choose buckled or unbuckled speeding thresholds. | Docs / GitHub |
| Inventory usable items | Lets consumable items reduce stress through the stress relief item examples. | Stress relief items |
Start Order
ensure ox_lib
ensure [framework-resources]
ensure orbit-lib
ensure orbit-dynamichud
ensure orbit-dynamichud-addons
ensure orbit-dynamichud-stressorbit-dynamichud-addons is optional, but without a seatbelt state provider the stress resource cannot know whether the player is buckled.