Installation

License: LGPL-3.0 (GNU Lesser General Public License v3.0)

This resource is based on ox_lib which is licensed under LGPL-3.0.

⚠️ This redesign is a paid product. Only verified purchasers are eligible for support and updates. Unverified users will not receive any assistance under any circumstances.


Step 1: Download

  1. Download the ox_lib redesign package from your purchase source
  2. Extract the archive

Step 2: Replace ox_lib

  1. Backup your existing ox_lib resource folder
  2. Replace the entire [ox]/ox_lib folder with the redesign package
  3. Ensure the folder structure matches:
resources/
  [ox]/
    ox_lib/
      config.cfg
      fxmanifest.lua
      resource/
      web/
      ...

Step 3: Configure

Edit config.cfg in the ox_lib root folder to select your preferred designs:

# Theme (0 = Liquid Glass, 1 = Dark Professional, 2 = Glassmorphism, 3 = Light)
set ox:theme 0

# ProgressBar (0 = Diagonal, 1 = Linear + Circle, 2 = Dot)
set ox:progressbar 0

# SkillCheck (0 = Dead by Daylight, 1 = Default Bar, 2 = Rhythm Game)
set ox:skillcheck 0

# Notification (0 = Default, 1 = Quest Tracker, 2 = Agent Card)
set ox:notify 0

# Radial Menu (0 = iOS Wheel, 1 = Hexagon Grid, 2 = Default)
set ox:radial 0

# Notification limit
set ox:notifyLimit 1
set ox:maxNotifications 3

Step 4: Ensure in server.cfg

Make sure ox_lib is started in your server.cfg:

ensure ox_lib

⚠️ Important: ox_lib must start before any resource that depends on it (QBCore, ESX, etc.).


Step 5: Restart Server

Restart your FiveM server to apply the changes. No build step is required — the web UI is pre-built.


Updating

When a new version is released:

  1. Backup your config.cfg
  2. Replace the ox_lib folder with the new version
  3. Restore your config.cfg settings
  4. Restart the server

Troubleshooting

UI not showing

  1. Check that ox_lib is started in server.cfg
  2. Verify no errors in the F8 console
  3. Ensure config.cfg values are within valid ranges

Design not changing

  1. Verify the convar value in config.cfg
  2. Restart the resource: /restart ox_lib
  3. Reconnect to the server

Theme not applying

  1. Theme requires a full page reload (reconnect)
  2. Check that ox:theme value is between 0 and 3

Last updated: 2026-02-18

Last updated 1 month ago