Skip to content

LK-Inventory — Release V1.01

Latest

Choose a tag to compare

@luckav-dev luckav-dev released this 16 Jun 14:41
b262c48

A bug-fix and localization release on top of the ox_inventory 2.48.0 engine.

🐛 Bug fixes

  • Black screen behind the inventory — The UI no longer paints an opaque background over the game. FiveM's CEF renders backdrop-filter as black squares (it can't see the game view behind it), so the blur layer is now transparent and the dim overlay is lighter — the game's real screen blur shows through.
  • Broken "No space" notification image — The loot-all notification used a fake item name with no icon, showing a broken-image placeholder. The fake name is gone, failed images are hidden, and the title reads from the item metadata.
  • Clothing toggle — The toggle no longer freezes the UI for the full animation and no longer breaks on rapid clicks; it responds instantly and runs the animation safely in the background. Fixed an animation-dictionary unload that could stop the anim from playing.
  • Dropping items to the ground — This was completely broken (the UI never sent a newdrop request); items can now be dropped on the floor correctly.
  • ESC key — The inventory now reliably closes with ESC/Backspace, handled on the game side instead of relying on the browser, which is unreliable under FiveM NUI focus.

🌍 Localization

  • Removed all hardcoded Spanish text from the interface.
  • Added 70 new UI keys translated into all 30 supported languages. The interface now follows the server's configured language — set it to English and the whole UI is in English.

🧩 Frameworks

  • Added a QBCore (qb-core) bridge (server + client): player loading, money/item sync, licences, jobs/gangs, and qb-inventory compatibility exports, plus QBCore database support. Enable it with setr inventory:framework "qb".
  • Also included from the prior round: fixed the inventory not opening after a full server restart (ESX cold-start race), and support for running under the lk_inventory folder name without renaming to ox_inventory.