uimod.apps | List Multi-App Config | Shows all apps in a multi-app mod with enabled/mounted status. |
uimod.cfg_load | Load Config Value | Loads a value (or all keys in a section) from the mod's cfg directory. |
uimod.cfg_save | Save Config Value | Saves a value to a file under the mod's cfg directory. |
uimod.enable | Enable Disabled UI-Only Mod | Finds a disabled UI-only mod by keyword (name or friendly name) and mounts it at runtime. Also sets… |
uimod.focus | Focus UI Mod | Brings a UI mod view to the Z-Order front so it renders above other mod views. |
uimod.list | List Mounted UI Mods | Returns a JSON array of all currently mounted UI mods with parent grouping. |
uimod.list_disabled | List Disabled UI-Only Mods | Lists installed mods that are disabled (bEnable=false) and contain only UI content (no PAK/assets).… |
uimod.mount | Mount User Mod | Mount a UI mod from Documents/inZOI/Mods/{mod_id} (or Mods/InGame/{mod_id}). |
uimod.remount | Remount User Mod | Unmount then re-mount a UI mod from Documents/inZOI/Mods/. Use after editing mod files to apply cha… |
uimod.set_app | Set App Enabled | Enable or disable a specific app in a multi-app mod. Saves to uimod_apps.json and reloads if mounte… |
uimod.unmount | Unmount Mod | Unmount a currently mounted UI mod by mod_id. |
uimod.unmount_all | Unmount All UI Mods | Unmounts every currently mounted UI mod. |