|
- 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 MO2, installing mods, merging mods, running DynDOLOD and other tools
- 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 MO2 is running:
- Writing Plugins - [“Mod Organizer 2”]
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 — 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
- Type of Plugins - [“Mod Organizer 2”]
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
- 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 *
- API Reference — MO2 Python Plugin API documentation
API Reference This page contains auto-generated API reference documentation 1
- 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 widgets property button: PyQt6 QtWidgets QMessageBox StandardButton property description: str property text: str mobase widgets __version__ = '2 5 2'
|
|
|