Skyrim

File information

Last updated

Original upload

Created by

Jambeaux

Uploaded by

Jambeaux

Virus scan

Safe to use

About this mod

A bash script. It grabs the modid from each installed mods meta.ini. It uses the modid to grab the webpage. It grabs the mod category off the webpage and converts the category to Mod Organizer numbers. In short it recategorizes any mods you may have uncategorized.

Requirements
Permissions and credits
I made a bash script to recategorize mods that I accidentally uncategorized.

It is bash so it only works on linux by default. However I think cygwin and other utilities allow you to run such things on Windows.
The script itself has comments that should explain how it works.

You must edit the script to point to your installed mods directory and your mod download directory or it won't work

Basically what it does is it searches each of your installed mods for a meta.ini file. It grabs the mod id from the meta file uses the id to navigate to the web page and then grabs the category of the mod off the web page. It then converts the category number to the appropriate number in MO and then writes that number into the meta.ini file. In short it recategorizes any mods you may have uncategorized.

I run Skyrim on Linux and that is why it is a bash script. However I have heard there is a way to get bash scripts to work on Windows. Here are some options. There is also an alternate file that uses Updated Mod Organizer Categories instead of the default categories

A final note the script can take some amount of time especially with a slow internet connection and a ton of mods. Also the script probably won't do a whole lot if your mods never were categorized to begin with.