Releases: luckav-dev/OX-REDESIGN
Releases · luckav-dev/OX-REDESIGN
Release list
LK-Inventory — Release V1.01
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-filteras 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
newdroprequest); 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, andqb-inventorycompatibility exports, plus QBCore database support. Enable it withsetr 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_inventoryfolder name without renaming toox_inventory.
LK INVENTORY V1
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.00mson 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
- Download the source code or the
.zipfrom the assets below. - Extract the folder into your resources directory and ensure it is named
lk-inventory. - Configure your framework and preferences in the configuration files.
- Add
ensure lk-inventoryto yourserver.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.