Use this page when updating an existing Revo UI Kit installation to the latest version. The v1.1 update includes important changes for theDocumentation Index
Fetch the complete documentation index at: https://docs.revoscripts.com/llms.txt
Use this file to discover all available pages before exploring further.
ox_target loader, UI scaling, config loading, and fallback behavior.
Replace the Script Files
Replace your old
revo_uikit folder with the latest version from your downloaded package.If you keep Revo resources inside a folder such as [revo], place the new revo_uikit folder there.Keep the ox_lib Loader Integration
Open
ox_lib/init.lua and make sure the Revo UI Kit loader is still pasted at the END OF THE FILE:This step is still required. Revo UI Kit uses this loader to hook into ox_lib and replace supported UI components.
Update the ox_target Loader
If you use
ox_target, replace your current ox_target/web/index.html with the latest version from the Installation page.The v1.1 loader includes:- message buffering for ox_target NUI messages
- stock UI fallback if Revo UI Kit is unavailable
- config checking for
EnabledComponents.ox_target - improved handling when ox_target runs inside its own NUI frame
Review New Config Options
Compare your old
config.lua with the new default config.Pay special attention to:- global UI scale multiplier
- per-component scale settings
Config.EnabledComponents.ox_target- locale settings
- any new component-specific defaults
Updating to v1.1
If you are upgrading from v1.0 to v1.1, make sure you complete these migration checks:- Replace the old
revo_uikitfiles with the latest version - Keep the required
ox_lib/init.lualoader at the end of the file - Replace
ox_target/web/index.htmlwith the latest recommended loader if you use ox_target - Review the new scale-related config options
- Confirm
ox_targetstarts afterrevo_uikit - Test input dialogs, progress bars, skill checks, menus, text UI, and ox_target if enabled
Verification
After updating, verify the following:ox_libstarts without loader errors- Revo UI Kit loads with your configured primary color
- Input dialogs show all expected fields
- Progress bar cancel does not block future item use or shop purchases
- Food, drink, and inventory animations still play during progress bars
- UI scale looks correct across your common player resolutions
ox_targetuses the Revo UI only when enabled in configox_targetfalls back to stock UI when Revo UI Kit is unavailable or disabled