About 10 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. FAQ — MO2 Python Plugin API documentation

    2. How can I be sure to implement all the required methods when creating a plugin? It is kind of annoying to create a MO2 python plugin that kind of works and have it crash at some point simply …

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

    Since MO2 2.4 alpha 6, a new command has been added to ModOrganizer.exe to reload plugins during execution. If your plugin is named “My Plugin”, you can use the following command to reload it while …

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

    The only implemented ranges are (-inf,2] for major/minor, [3] for major/minor/subminor, and [4,inf) for major/minor/subminor/subsubminor. This only versions with a regular scheme.

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

    Writing Plugins Getting started Writing the plugin Examples Internationalization FAQ 1. Why is MO2 throwing an exception when I try to create a type inheriting one of MO2 class? 2. How can I be sure …

  6. Writing Plugins — MO2 Python Plugin API documentation

    If you need to provide other files with your .py (assets or other Python files), you can put them in the plugins/data, but this is deprecated since MO2 2.3, and you should instead create a Python module …

  7. API Reference — MO2 Python Plugin API documentation

    API Reference This page contains auto-generated API reference documentation 1.

  8. Type of Plugins — MO2 Python Plugin API documentation

    Type of Plugins Plugins are passive, that is: they react to events emitted by the core application or extend an existing functionality (like adding support for additional types of installers). Plugins should …

  9. www.modorganizer.org

    theoretically with either being as powerful as the other. This documentation is dedicated to writting MO2 **Python** plugins. .. toctree:: :maxdepth: 2 :caption: Contents: setup-tools plugin-types writing …

  10. mobase.widgets — MO2 Python Plugin API documentation

    class mobase.widgets.TaskDialogButton(text: str, button: PyQt6.QtWidgets.QMessageBox.StandardButton) Special button to be used inside TaskDialog …