Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features so long as you credit me as the original creator
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission as long as you credit me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou must get permission to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 7
Added option to provide an explicit game argument, for example -sse
Added option to search for xEdit instead of SSEEdit
Changed exit code handling so that unlocking MO while cleaning is in progress ends the cleaning.
Chagned explicit data path to use absolute path instead of whatever it was before.
Version 5
Added options to explicitly provide the data and ini paths to xEdit, in case it can't find it automatically such as when using a GoG installation at a strange location.
Updated plugin to Qt6 (works with mo 2.5.0)
Version 3.1
Plugins are now cleaned in order of priority (0 first)
Version 2.1
Fixed a script error.
Version 2
By default sorts by plugin load order instead of alphabetically. Added a config option to change this.
Version 1.2.1
Added fix for plugins with spaces in the name.
Version 1.2
Added window to be able to see and change cleaned plugins before cleaning.
Added setting to autoselect mod plugins.
Version 1.1
Initial Release
Plugin for Mod Organizer that will run SSEEdit quick clean on a set of plugins, so you don't have to manually click the buttons for every plugin.
Requirements SSEEdit 4.0.4 at minimum, and it must be added to the MO tools dropdown as "SSEEdit" exactly. This plugin has been verified for Mod Organizer v2.5.0
Installation Paste the contents of the archive in the Plugins directory in your Mod Organizer installation. Restart Mod Organizer. In other words: Extract the contents of the zip somewhere. Copy the .py file from it. Navigate to the folder with ModOrganizer.exe, in that folder is a folder called "Plugins". Go into the Plugins folder, and paste the .py file.
Usage You MUST have SSEEdit registered as a tool in the tool dropdown. Otherwise it will not work. In the top ribbon, click Tools->Tool Plugins->Clean Plugins. Or click the puzzle pieces icon->Clean Plugins. Select the plugins you want cleaned and press Clean. Sit back and relax.
By default the plugin list is sorted by priority, however it can be changed to sort alphabetically by changing sort_by_priority to false in the plugin settings.
Unlocking MO while cleaning is in progress stops cleaning.
IF YOU USE GOG You almost certainly need to set the options explicit_data_path and explicit_ini_path to true in the plugin options. If this doesn't solve xedit complaining about missing ini or anything else, please comment about it.