
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 …
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.
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.
mobase — MO2 Python Plugin API documentation - [“Mod Organizer 2”]
This is used to determine if a Nexus download is valid for the current game since not all game variants have their own nexus pages and others can handle downloads from other nexus game pages and …
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 …
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 …
Search — MO2 Python Plugin API documentation - [“Mod Organizer 2”]
Built with Sphinx using a theme provided by Read the Docs.
www.modorganizer.org
Synchronize mod order from current profile to another while keeping the (enabled/disabled) state intact. *Feel free to open an issue or a pull-request if you want to add your own plugin to the list.*
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 …