Skip to content

Releases: luckav-dev/OX-REDESIGN

LK-Inventory — Release V1.01

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.

LK INVENTORY V1

Choose a tag to compare

@luckav-dev luckav-dev released this 03 Jun 21:44

lk-inventory v1.0.0 🚀

Welcome to the initial release of lk-inventory! This is a modern, lightweight, and highly optimized inventory system engineered for peak performance and a seamless user experience.

✨ Features

  • ⚡ Optimized Performance: Engineered with efficiency in mind (0.00ms on idle).
  • 🎨 Premium UI/UX: Sleek, responsive, and modern dark-themed interface.
  • 🎒 Grid & Weight System: Dynamic item handling, custom grid slots, and quick-access binds.
  • 🔧 Highly Configurable: Easy setup for items, metadata, imagery, and core framework settings.

🛠️ Installation & Setup

  1. Download the source code or the .zip from the assets below.
  2. Extract the folder into your resources directory and ensure it is named lk-inventory.
  3. Configure your framework and preferences in the configuration files.
  4. Add ensure lk-inventory to your server.cfg.

📦 Dependencies

  • [e.g., QB-Core / ESX / Custom Framework]
  • [e.g., ox_lib]

If you encounter any bugs or have feature requests, please open an Issue here on GitHub.