File information

Last updated

Original upload

Created by

miere

Uploaded by

miere43

Virus scan

Safe to use

About this mod

Saves your choices during mod installation and displays them the next time you reinstall the mod.

Requirements
Permissions and credits
Changelogs
NOTICE

aglowinthefield
 has released FOMOD Plus - A Mod Installation Overhaul for Mod Organizer 2, which includes same "remember choices" function, but also includes many more improvements to FOMOD installer. Make sure to check that one first.





Description

Previously selected choices will be displayed with green background. Current choice will have yellow background if it doesn't match choice made during previous mod installation.

Requirements

  • Mod Organizer 2 – v2.4.4 and v2.5.2 are supported (other versions might work, but I didn't check them)

Installation

  • Close Mod Organizer 2
  • Copy folder "remember_installation_choices" into "<Mod Organizer 2 folder>/plugins"
  • Open Mod Organizer 2
  • Click on settings icon, go to Plugins tab, find plugin named "Python Proxy" and make sure it is enabled. If it is not, then enable it and restart MO2
  • Click on settings icon, go to Plugins tab, find plugin named "Remember Installation Choices" and make sure it exists

Uninstallation

  • Close Mod Organizer 2
  • Delete folder "<Mod Organizer 2 folder>/plugins/remember_installation_choices"

Configuration

Click on settings icon, go to Plugins tab, find plugin named "Remember Installation Choices". You can tweak some settings here:

  • auto_select_previous_choices if set to true, when installation window pops up, automatically selects choices that were selected in previous installation. If set to false only highlights previous choices
To change highlight colors, modify following settings:

  • hint_choice_style_sheet – style sheet to apply to choice that was selected in previous installation, but not selected in current installation
  • hint_choice_disabled_style_sheet – same as previous setting, but applies to disabled (unclickable) choices
  • previous_choice_style_sheet – style sheet to apply to choice that was selected in previous installation that also currently selected in current installation
  • previous_choice_disabled_style_sheet – same as previous setting, but applies to disabled (unclickable) choices

Style sheet syntax is described here: Qt Style Sheets Reference

If you just want to change background color, use this style sheet: background-color: rgba(<red>, <green>, <blue>, <alpha>), each number is in range 0-255 inclusive. For example background-color: rgba(0, 255, 0, 255) makes background green (click here for interactive example).

Known issues / limitations
  • Changing Mod Organizer 2 UI language will break translated choices
  • This plugin will always be enabled unless removed from "plugins" folder, "Enabled" option in plugin settings doesn't work correctly (I couldn't make it work, looks like MO2 bug)

Source code