Guest Posted May 24, 2022 Posted May 24, 2022 (edited) The Sync Plugins with Mod Order - Mod Organizer 2 Plugin allows re-syncing load- to installation order in mod organizer 2. However, when a mod installs multiple plugins, order is often incorrect. This version of sync plugins should fix this. Place the attachments in a plugin_sync directory in your Mod organizer plugins folder, replacing the original plugin_sync, if you have it. This secondary ordering is resolved on plugin names, assuming e.g. patches, add-ons or extensions should be ordered after the main mod. The ordering can be further configured with the "delinquent": { ... } object in the json. The one that should be placed in highest priority should be used as key - the "string" left of ':' - the right part (values) will be ordered with decreasing priority, in the order placed between [ ... ]. The order is the same as delinquent mods are listed in Wrye bash, menu view-> List Mods - you can copy paste from this list and place the mod above the delinquent as key and the delinquent mods indicated as values, between [ ... ], make sure to remove the `----> DELINQUENT MASTER: %s' part including the last s. Also you can add e.g. a mod in the json's "bottomMods" to order those in the bottom of the mod list. Masters are sorted to the top. For Fallout4 or other games using Mod organizer you should adapt the masters. If installed correctly the plugin is shown in mod organizer settings after restart, tab plugins, on the bottom of the tree view, in section Tools: `sync plugins'. make sure the plugin's enabled. The plugins are synced after pressing `sync plugins' from the Tools button or menu Tools -> Tool plugins. If the json is adapted, this is picked up before the sync. An error in your json file could cause an error during sync or mod organizer startup. You can check your json syntax here: jsonlint and fix it to resolve the problem. a typo in a key could also trigger an error of files in a wrong directory or json name could also be the case. If plugins are misspelled, they are ignored, however. For installation in general, follow the skyrim for beginners guide, the sexlab animation framework, install mostly green mods from compatibility tracking and read the mod developer hints. Changelog: Added "delinquent" object to the json, which should be more straightforward to configure. Replaced the "modPluginOrder" entries by "delinquent" entries, as examples. __init__.py plugin_priority.json Edited June 3, 2022 by picobyte update / clarification / corrections
misterpipes Posted October 30, 2022 Posted October 30, 2022 This saved me from having to put my very rusty python skills to use to modify Sync Plugins myself to do this. Thanks.
sarahpetersonsarahpeterson Posted March 7, 2023 Posted March 7, 2023 plugin not working on 2.4.4. Doesn't appear in list
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now