First-time install? Use the upstream guide first.
Convars, framework selection, database schema, hotbar setup, dependencies - all covered in the official Overextended documentation. Get stock ox_inventory running, then replace it with this build.
Asset download
To find the asset, you must have made the purchase using your own keymaster account. Otherwise, you can use the transfer system to move the asset to a different keymaster account.
Back up your existing ox_inventory
Copy the entireox_inventory folder somewhere safe - outside the resources/ directory. You will need to manually port your customisations into the new build (see Porting your customisations below).
Install steps
1
Stop the server
2
Replace the folder
Delete (or move out) the existing
ox_inventory folder, then extract the Awoken build into the same path. The folder name must stay ox_inventory - every dependent resource on your server references it.3
Port your customisations
Copy your custom items, weapons, shops, stashes, recipes, images, and any other edits from your backup into the new folder. See Porting your customisations below for the file map.
4
(Optional) Set the global accent colour convar
Add this single line to When set, it overrides
server.cfg if you want one convar to theme every Awoken-branded resource on the server:server.cfg
accentColor in config.json. Leave it unset to use the per-resource value. This is the only Awoken-specific convar. Every other ox_inventory convar is the standard upstream one - see the Overextended docs for those.5
Start the server
ensure ox_inventory as normal. The schema is unchanged from upstream, so no SQL migration runs.Migration
The files most servers customise live in these locations. Copy your edits from the backup into the same paths in the new install.If you previously stored extra
data/ files of your own, copy those across too. The Awoken rework adds one new data file of its own - data/containers.lua - so don’t be surprised to see it in the new install. Leave it alone unless you want to define your own containers.Verifying the install
After starting the server:- Open the inventory (default TAB). The Awoken UI should render with your accent colour.
- Hover an item that has a
rarityfield - its slot should glow in the tier colour and the tooltip should show a rarity badge. - Open the filter toolbar at the top of the inventory - Sort, Rarity, and Type chips should be present.
- Check the server console - there should be no errors from
ox_inventoryduring startup.
ensure ox_inventory).
Updating
Re-download the asset from your Cfx.re portal, repeat the Back up and Replace the folder steps above, then re-apply any edits you made to the user-editabledata/*.lua files and web/images/.