Orbit StudiosOrbit Studios
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

DependencyWhy it is neededLink
ox_libLoads @ox_lib/init.lua and cache helpers used by the client-side stress logic.overextended/ox_lib
orbit-libProvides normalized player/job data so whitelisted jobs and framework data work consistently.orbit-lib
orbit-dynamichudDisplays the stress value and reacts to the replicated stress state.orbit-dynamichud

Optional

DependencyWhat it addsLink
orbit-dynamichud-addonsProvides LocalPlayer.state.seatbelt, which the stress resource uses to choose buckled or unbuckled speeding thresholds.Docs / GitHub
Inventory usable itemsLets consumable items reduce stress through the stress relief item examples.Stress relief items

Start Order

server.cfg
ensure ox_lib
ensure [framework-resources]
ensure orbit-lib
ensure orbit-dynamichud
ensure orbit-dynamichud-addons
ensure orbit-dynamichud-stress

orbit-dynamichud-addons is optional, but without a seatbelt state provider the stress resource cannot know whether the player is buckled.

On this page