Features
- Create and manage categories and subcategories for mod organization.
- Customize category headers and appearance.
- Apply themes and color accents to the interface! Current Themes: Nord, Dracula, Catppuccin Frappe
- Example templates for games like Fallout 4, Skyrim, and Cyberpunk 2077!
- Generate files with one click, straight into your MO2 directory!
- Load and save configurations for later editing
Usage
Interface Breakdown
- The Menu Bar is for:
- Files:
- Import and Export of the in-progress settings
- Settings tweaks (themeing, category separator styling, automatic text casing)
- Import and Export of the in-progress settings
- View:
- Collapsing and expanding categories
- Collapsing and expanding categories
- Examples:
- Loading preset examples (my personal separator presets)
- Loading preset examples (my personal separator presets)
- About:
- Links back to the GitHub and a copy of the License
- Links back to the GitHub and a copy of the License
- Files:
- The Category Tree is where you can see your current list, allowing you to adjust as needed using the button bar.
- The Options Bar contains the various options for:
- The left side lets you set the name of your category/subcategory, and which category a subcategory would fall under.
- The right side lets you change the gradient, which changes the colors of the category separators for a nice visual flair to your list.
- The left side lets you set the name of your category/subcategory, and which category a subcategory would fall under.
- The Button Bar has all your adjustment options:
- Move arrows move the separator selected in the category up and down the list. This is respective to their type and will not move categories into other categories or subcategories out of their own subcategories.
- The 'Add/Remove Separator' buttons do just as they say, add or remove separators to your in-progress list, based on the settings in the left side of the Options Bar.
- 'Generate Files' generates the files that need to be added to your MO2 instance root folder. It will allow you to change the output destination.
- Move arrows move the separator selected in the category up and down the list. This is respective to their type and will not move categories into other categories or subcategories out of their own subcategories.
IMPORTANT - MUST READ
- The generated files (a mods folder and a profiles folder) must be placed in the root folder of your MO2 instance, otherwise the changes will not take effect.
- It is well advised to use this with a fresh install of Mod Organizer 2. Using it with an existing MO2 instance will DESTROY your current modlist order.
- If you are insistent on putting it in an existing instance:
- Remove all the folders in the existing mods folder that end with _separator.
- Make a backup of the existing modlist.txt within /profiles/{PROFILENAME}. When the new modlist.txt is added, you can copy over the names of the mods from the old txt, or sort them in the MO2 interface.
- Remove all the folders in the existing mods folder that end with _separator.
- This program generates files for the 'Default' instance profile. If you wish to rename it, change the name of the Default folder within the profiles folder.
This is my first program in Python! There may be bugs or optimization issues. If you find anything, lemme know!
Source Code (GitHub)