Skip to main content
Back up your current revo_uikit folder, config.lua, and any manual changes inside ox_lib or ox_target before updating.
Use this page when updating an existing Revo UI Kit installation to v1.1 or newer.
1

Replace Revo UI Kit

Replace your old revo_uikit folder with the latest version.
2

Keep the ox_lib Loader

Make sure the required Revo UI Kit loader is still at the END OF THE FILE in ox_lib/init.lua.
If the loader is missing, follow the Installation page and add it again.
3

Update ox_target Integration

If you use ox_target, REPLACE ox_target/web/index.html with the latest code from the Installation page.This is important for v1.1 because the new loader handles message buffering, config loading, locale loading, and stock UI fallback.
4

Review Config Changes

Merge your old config values into the latest config.lua.Check these v1.1-related settings especially:
  • global UI scale multiplier
  • per-component scale settings
  • Config.EnabledComponents.ox_target
  • locale settings
5

Check Resource Order

If you use ox_target, the order should be:
If you do not use ox_target, use:
6

Restart Resources

Restart in the same order:

Quick Verification

After updating, test:
  1. ox_lib starts without loader errors
  2. input dialogs show fields correctly
  3. progress cancel does not block future item use or shop purchases
  4. UI scaling looks correct on your common resolutions
  5. ox_target uses Revo UI only when enabled in config
Most v1.1 update issues come from using the old ox_target/web/index.html loader or missing the new scale-related config options.