About 11 results
Open links in new tab
  1. Welcome to Mod Organizer 2

    It is centered around the very large mod, Legacy of the Dragonborn and features MO2 as a mod manager. It’s a very large guide that walks you through the entire process: installing and configuring …

  2. Setting up the environment - [“Mod Organizer 2”]

    You have Python installed: https://www.python.org/downloads/. You must use the Python version that used by MO2. You can check the pythonXX.dll in the MO2 installation folder to find the Python …

  3. Type of Plugins — MO2 Python Plugin API documentation

    These are almost like independent applications except they can access all Mod Organizer interfaces like querying and modifying the current profile, mod list, load order, use MO to install mods and so on.

  4. Writing Plugins — MO2 Python Plugin API documentation

    The given argument, organizer, is an instance of IOrganizer which is the class used to interface with MO2. Here, we use it in the isActive() method to retrieve the “enabled” setting for our plugin.

  5. Welcome to MO2 Python Plugin API’s documentation!

    Welcome to MO2 Python Plugin API’s documentation! Plugins are a way to extend Mod Organizers functionality. You can write plugins in either C++ or Python, theoretically with either being as …

  6. mobase — MO2 Python Plugin API documentation - [“Mod Organizer 2”]

    These are almost like independent applications except they can access all Mod Organizer interfaces like querying and modifying the current profile, mod list, load order, use MO to install mods and so on.

  7. Search — MO2 Python Plugin API documentation - [“Mod Organizer 2”]

    Built with Sphinx using a theme provided by Read the Docs.

  8. FAQ — MO2 Python Plugin API documentation

    1. Why is MO2 throwing an exception when I try to create a type inheriting one of MO2 class? This often happens if you forget to call super().__init__() with the right arguments. Even if the list of arguments …

  9. mobase.widgets — MO2 Python Plugin API documentation

    Package Contents class mobase.widgets.TaskDialog(parent: PyQt6.QtWidgets.QWidget | None = None, title: str = '', main: str = '', content: str = '', details: str = '', icon: PyQt6.QtWidgets.QMessageBox.Icon …

  10. www.modorganizer.org

    - You have Python installed: https://www.python.org/downloads/. - You must use the Python version that used by MO2. You can check the ``pythonXX.dll`` in the MO2 installation folder to find the Python …