Standard ox_inventory configuration
Convars, framework selection, slot/weight defaults, logging, hotbar - all the base settings live in the official Overextended docs.
config.jsonin the resource root - every visual and UX option the overhaul adds.data/containers.lua- the new container definitions file. See Containers.
- Rarity - the five-tier rarity system.
- Tags - the multi-select filter and tag definitions.
- Containers - paper bags, gun boxes, first-aid kits, whitelist/blacklist rules.
- Throwable Items - make any item physically throwable with a prop model and hand offset.
Theme & colours
config.json
Global Awoken accent (cross-resource theming)
If you run multiple Awoken-branded resources and want them all to share the same accent colour, set a single convar inserver.cfg:
server.cfg
accentColor in config.json. Leave it unset (or empty) to use the config.json value. The convar value is read at UI load and applied immediately - no rebuild required.
Item display toggles
config.json
Durability - colours & stacking
config.json
durabilityStack - three modes
Controls how durability is resolved when two stacks of the same item with different durability values are merged.
config.json
Notifications
config.json
notificationPosition accepts: bottom-center, top-center, right-center, left-center, top-right, top-left, bottom-right, bottom-left. Any action key not listed in notificationActions falls back to accentColor.
Clothing Panel
A dedicated 12-slot panel for clothing (Hat, Glasses, Mask, Gloves, Jacket/Shirt, Neck, Armour, Bag, Pants, Shoes, Watch, Bracelet). Players toggle the panel from the hotbar.config.json
Naked drawable overrides (custom MP peds)
When a player strips a clothing slot via the Clothing Panel, the resource applies a “naked” drawable ID for that slot. Defaults match the standardmp_m_freemode_01 / mp_f_freemode_01 peds.
Override only the slots you need to fix - any slot not listed falls back to the default.
config.json
Common symptom that this fixes: “the strip toggle only works on the jacket / top”. That usually means your custom ped pack has different drawable counts and the hardcoded values for the other slots don’t exist on your peds.
Search, Sort & Filters
The toolbar at the top of every inventory grid exposes:- Search - toggle the search bar with the hotbar Search button. Filters items by name in real time.
- Sort - 9 sort modes: default, name (asc/desc), weight (asc/desc), count (asc/desc), rarity (asc/desc).
- Rarity filter - multi-select chips for each rarity tier you’ve defined.
- Tag filter - multi-select chips for each tag present in the open inventory.
config.json toggle to disable them. The rarity filter button is hidden automatically if showRarity is false; the tag filter button is hidden if no items in the current inventory have any tags.