Skip to main content

uimod

Overview

  • 12 commands in this category.

Commands

CommandNameDescription
uimod.appsList Multi-App ConfigShows all apps in a multi-app mod with enabled/mounted status.
uimod.cfg_loadLoad Config ValueLoads a value (or all keys in a section) from the mod's cfg directory.
uimod.cfg_saveSave Config ValueSaves a value to a file under the mod's cfg directory.
uimod.enableEnable Disabled UI-Only ModFinds a disabled UI-only mod by keyword (name or friendly name) and mounts it at runtime. Also sets…
uimod.focusFocus UI ModBrings a UI mod view to the Z-Order front so it renders above other mod views.
uimod.listList Mounted UI ModsReturns a JSON array of all currently mounted UI mods with parent grouping.
uimod.list_disabledList Disabled UI-Only ModsLists installed mods that are disabled (bEnable=false) and contain only UI content (no PAK/assets).…
uimod.mountMount User ModMount a UI mod from Documents/inZOI/Mods/{mod_id} (or Mods/InGame/{mod_id}).
uimod.remountRemount User ModUnmount then re-mount a UI mod from Documents/inZOI/Mods/. Use after editing mod files to apply cha…
uimod.set_appSet App EnabledEnable or disable a specific app in a multi-app mod. Saves to uimod_apps.json and reloads if mounte…
uimod.unmountUnmount ModUnmount a currently mounted UI mod by mod_id.
uimod.unmount_allUnmount All UI ModsUnmounts every currently mounted UI mod.