This script will make all mods in a Mod Organizer list no longer ignore updates, after they have been told to do so via the context menu.
If you have done this to a lot of mods, this can help you quickly fix that up.
-
Download Python ([https://www.python.org/downloads/]
-
Download the LATEST RELEASE and place the
.py
file inside your Mod Organizer 2mods
directory. -
Open your terminal of choice, and move to your
mods
directory. Runpython unignore.py
once you are in themods
directory.
This will replace any instances of ignoredVersion=
that are followed by any non-whitespace characters within a meta.ini
file for any mod, with only ignoredVersion=
. It will only affect files that are not already un-ignored. A log will be printed to the terminal of all affected mods, and that log will be saved in the mods
directory.