HUD
v1.1.2
Released 26 June 2025
Improvements & Fixes
- Fix HUD init/NUI ready race condition (I think this is the cause of the HUD not appearing for some players!!)
- Fix issue where status percentages didn't animate
- Added some debug prints
- Added config option to change KVP prefix (allows you to essentially clear everyone's existing settings if you want to set a new default-settings.json)
- Fix issue where stress would disappear when going over 100, or is exactly 0
- Fix issue where minimap would display in the wrong location when settings/layout editing is disabled in the config
New Config Options
Config.Debug = falseConfig.DefaultSettingsKvpPrefix = "hud-"
Changed Files
- client/cl-main.lua
- client/cl-ped.lua
- client/cl-settings.lua
- web (entire folder)
- config (config files changed)