Shared repository for Mod Organizer plugins.
Root Builder is a Mod Organizer 2 plugin that allows you to manage files in the base game folder through Mod Organizer, leaving your game folder in pristine, vanilla condition!
Reinstaller is a Mod Organizer 2 plugin that allows you to backup downloaded mods and run their installers on demand. Useful for large fomod patch installers with loads of options that you have to re-run frequently. Don't let those files keep your downloads tab cluttered anymore!
Shortcutter is a Mod Organizer 2 plugin that gives you the option of quickly creating instance and profile specific desktop shortcuts, allowing you to quickly launch your game using different profiles without having to manually switch inside Mod Organizer.
Plugin Finder is a Mod Organizer 2 plugin that allows you to browse and install other plugins for Mod Organizer, as well as uninstall them.
Curation Club is a plugin for Mod Organizer 2, allowing users to import Creation Club content into Mod Organizer as separate mods.
Profile Sync is a plugin for Mod Organizer 2, it allows you to maintain the same mod order (while keeping the enabled/disabled state) across multiple profiles.
To install a plugin from this repository, download a plugin from above and extract the folder inside into your Mod Organizer\plugins folder.
srccontains the plugin code and a shared code folder. Each plugin has its own folder and aplugin_init.pyfile.releasecontains the plugins packaged for individual release. each folder is an individual plugin.readmecontains the readme files (and any other documentation) in individual plugin folders.toolscontains various batch files.
the tools folder contains a few batch files.
When called, the release folder will be deleted, as will any log files in the tools folder.
Calling release.bat with parameters of different plugin names will; (eg. release.bat rootbuilder reinstaller would build rootbuilder and reinstaller)
- Copy the plugin and shared folders from
srctorelease\plugin - Copy the
plugin_init.pyfile torelease\pluginand rename it to__init__.py - Copy the readme content from
readme\plugintorelease\plugin - Zip the plugin for release and place it in
release\zip
Calls release.bat with parameters for every plugin.
Calling deploy.bat with parameters of different plugin names will copy the relevant plugin folder from release to all the folders listed in deploy_targets.txt
(eg. deploy.bat rootbuilder reinstaller would deploy rootbuilder and reinstaller)
Calls deploy.bat with parameters for every plugin.