
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 …
MO2 Python Plugin API documentation - [“Mod Organizer 2”]
This page will get you started for creating a MO2 python plugin. If you have troubles getting everything setup, feel free to come by our discord server at https://discord.gg/cYwdcxj.
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 …
Writing Plugins — MO2 Python Plugin API documentation
This section contains (links to) examples of MO2 Python plugins. Some of these plugins have been created for educational purpose and are thus very detailed and easy to understand or …
Type of Plugins — MO2 Python Plugin API documentation
This interface allows plugins to add virtual file (or directory) links to the virtual file system in addition to the mod files. Profile-local save games, ini-files and load-orders are all …
FAQ — MO2 Python Plugin API documentation
It is kind of annoying to create a MO2 python plugin that kind of works and have it crash at some point simply because there plugin is missing a function implementation.
API Reference — MO2 Python Plugin API documentation
MO2 Python Plugin API Contents: Setting up the environment Type of Plugins Writing Plugins FAQ API Reference mobase
mobase — MO2 Python Plugin API documentation - [“Mod …
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 …
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: …
www.modorganizer.org
Module plugins were introduced in MO2 2.3 and are shipped as whole folder containg a python module. The minimum content of the folder is a ``__init__.py`` file with ``createPlugin`` or …