Open Shine753 opened 4 years ago
We are considering adding a notes filed during installation since actually remembering which options were chosen isn't feasible for all typed of installers.
This is done for the BAIN installer via https://github.com/ModOrganizer2/modorganizer-installer_bain/pull/11
For FOMOD (XML), this requires a lots more work, at least to have something clean...
There is Python library to install FOMOD - https://github.com/GandaG/pyfomod
This would probably makes much more sense to restart the FOMOD installer from scratch, similar to the BAIN Wizard installer. The major issue with the library above is that it rejects some invalid FOMOD that the current installer would accept (and that other mod managers would also accept).
When installing a mod that can be configured at install, keep track of the options choosen by the user, and show them into the mods list. So they can be choosen again (or not) on reinstall. Ideally, check them by default when asked for choice on the reinstall dialogs.
As an example, installing "Animated Window Lighting System" for Oblivion, remembering the checked options, and changing its mind after this when reinstalling with a slightly different configuration is a really pain.