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 If you do not use
ox_target, the order should be:ox_target, use:6
Restart Resources
Restart in the same order:
Quick Verification
After updating, test:ox_libstarts without loader errors- input dialogs show fields correctly
- progress cancel does not block future item use or shop purchases
- UI scaling looks correct on your common resolutions
ox_targetuses Revo UI only when enabled in config