
Welcome to Mod Organizer 2
MO2 was initially started by Tannin, the creator of the original Mod Organizer, to take care of 64-bit games such as Fallout 4. It is now actively maintained by a team of developers, from all …
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 …
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.
Writing Plugins — MO2 Python Plugin API documentation
Adding translation code Mod Organizer uses Qt translation system, so you need to adapt your plugin code to provide translation strings. To do this, you need two things: In every class containing strings …
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 ...
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.
FAQ — MO2 Python Plugin API documentation - modorganizer.org
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 …
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
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.
API Reference — MO2 Python Plugin API documentation
API Reference This page contains auto-generated API reference documentation 1.