Scalable & Minimalistic HUD (Variant - T)

Scalable & Minimalistic HUD (HUD Variant - T)

  • Key Features
    - Sleek modern UI/UX with intuitive, user-friendly workflows
    - Fully customizable via a dedicated settings panel
    -Optimized for performance — lightweight and responsive
    - Automatically scales to all resolutions, aspect ratios, and safe zones
    - Includes built-in, lightweight & efficient seatbelt logic for immersion

  • Roadmap
    - Locale System for Interface - Added in 1.0.6

  • Framework Compatibility: ESX, QB/Qbox, OX, ND, Custom & Standalone
  • Dependencies: None
  • Preview: YouTube
  • Price: $19.99
  • Purchase: Tebex
Code is accessible No
Subscription-based No
Lines (approximately) ~2500
Requirements None
Support Yes

Change Log v1.0.1

Features

  • Ability to hide native GTA HUD Components through config (vipexv)
  • Auto detect & setup ox_fuel & LegacyFuel support (vipexv)
  • Current Gear Display (vipexv)

Bug Fixes

  • framework/qb: hunger & thirst not functioning (vipexv)

Code Refactoring

  • config/shared: improve wording of comments (vipexv)

Performance Improvements

  • threads/vehicle-status: cache values that don’t change frequently (vipexv)
  • frameworks: return _cache instead of creating new table (vipexv)

Continuous Integration

  • Generate release in version control repo (vipexv)
  • Fix release-prod workflow detached head (vipexv)
  • workflow/release-prod: use default branch instead of tag ref (vipexv)
  • Fix Create Release in Version Control invalid branch (vipexv)

Chores

  • config/shared: remove unneccessary whitepsace (vipexv)
  • config/shared: add type for new hiddenUIComponents field (vipexv)
  • web: use isNaN since it’s less error prone when checking if its a num (vipexv)
  • web: remove useless logs (vipexv)
  • manifest: bump version to v1.0.1 (Manifest Bumper)

Hotfix v1.0.2 - Scalable & Minimalistic HUD (Variant - T)

Bug Fixes

  • minimap: GPS Route not displaying (vipexv)

Change Log v1.0.3 - Scalable & Minimalistic HUD

Features

  • Optionally Display Minimap on foot (vipexv)

Bug Fixes

  • vehicle-status: Engine Status invalid calculation. (vipexv)

Code Refactoring

  • server/versionCheck: update “outdated version” link & message (vipexv)
  • getStreetName: improve function comments (vipexv)

Performance Improvements

  • Improve performance by caching street names since GetStreetNameAtCoord & GetStreetNameFromHashKey are expensive (vipexv)

Chores

Commits

  • Store script config on the UI for future use. (vipexv)

Hotfix v1.0.4 - Scalable & Minimalistic HUD

Bug Fixes

  • framework/esx: Unsecure net event warnings (vipexv)

Styles

  • web/vehicle-status: Apply transition when entering/exiting (vipexv)

Code Refactoring

  • remove useless comments (vipexv)

Performance Improvements

  • Reduce useless function calls on certain cases (vipexv)
  • Improved performance by adjusting thread wait times to prevent correlation (vipexv)

Changelog v1.0.5

Features

  • Add support for numerous fuel resources to be auto detected (vipexv)

Chores

  • manifest: bump version to v1.0.5 (Manifest Bumper)
  • web/icon-container: clamp values between 0-100 (vipexv)
  • client.init: add types for constant FUEL_RESOURCES (vipexv)

Commits

  • 45bd5ba: fix(#e9aab8d): Invalid Syntax (vipexv)

Changelog v1.0.6 - Scalable & Minimalistic HUD

Features

  • CUtilities: tableMerge Method (#3) (vipexv)
  • CModuleLoader: loadJson Method (#3) (vipexv)
  • Locale System (#3) (vipexv)

Code Refactoring

  • client.init: format code & remove unnecessary white spaces (vipexv)

Chores

  • manifest: bump version to v1.0.5 (Manifest Bumper)
  • web/app: Remove unused imports (vipexv)
  • config/shared: add Language field (#3) (vipexv)
  • manifest: load locales/*.json in files (#3) (vipexv)
  • Setup type classes for Locale (#3) (vipexv)
  • web/events: add event handler for setting locale (#3) (vipexv)
  • modules/interface: Load locale on interface init (#3) (vipexv)

Commits

  • implement store & en.json locale (#3) (vipexv)

Changelog v1.0.7 - Scalable & Minimalistic HUD

Features

  • New option in the settings panel - “Hide Percentage” (vipexv)
  • New option in the settings panel - “Hide HUD” (vipexv)
  • Stress Status Display (Optional) (vipexv)

Styles

  • web/player-status: Improve layout when percentage is hidden (vipexv)
  • web/player-status: improve spacing & layout (vipexv)
  • web/player-status: Improve layout on standalone version (vipexv)

Chores

  • web/store/hud-settings: Merge tables on set (vipexv)

Hotfix v1.0.8 - Scalable & Minimalistic HUD

Bug Fixes

  • HUD not scaling properly to higher resolution’s (vipexv)

Hotfix v1.0.9

Bug Fixes

  • Minimap not correctly loading when using displayMinimapOnFoot (vipexv)

Chores

  • manifest: bump version to v1.0.9 (Manifest Bumper)
  • client.init: prevent edge cases where locale is somehow nil? (vipexv)
  • framework/qbox: add missing field on _cache (vipexv)
  • manfiest: default ui_page to dist instead of localhost on dev builds (vipexv)

Hotfix v1.0.91

Bug Fixes

  • Resolved an edge case where locales failed to load in time, resulting in errors when accessed. (vipexv)

Hotfix v1.0.92

Bug Fixes

  • Locales folder not being included in production builds. (vipexv)

PS: Fully replace the vipex-hudt folder.

Changelog v1.0.93

Features

  • Improve placement & scaling of minimap on higher resolutions (vipexv)

Styles

  • minimap-border: Improve rounded corner consistency (vipexv)

Code Refactoring

  • utils/loadMinimap: Fix typo on info log (vipexv)

Chores

  • manifest: bump version to v1.0.93 (Manifest Bumper)
  • utils/loadMinimap: reset LOADED_HIGH_ASPECT_MAP to false when necessary (vipexv)
  • utilities/minimap: Update minimap accordingly when necessary changes to the resolution are made (vipexv)

Hotfix v1.0.94

Chores

  • modules/minimap: Improve handling of resolution change (vipexv)

Commits

  • 897dca3: revert(3cf1ea7): Not fully ready & compatible to all resolutions (vipexv)