
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 …
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 …
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.
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 get started from.
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 implemented this way in MO2.
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 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.
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 …
www.modorganizer.org
- 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 version used by MO2 (``python38.dll`` means Python 3.8).