You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the suggestion. I've been thinking about this, and I wanted to do it as part of a larger feature where it also backs up the different profiles that you have, and can then restore mods to the same enabled/disabled state across multiple profiles.
A full featured profile backup/restore system might take me a while to do though (mostly because I don't use profiles), so you're right and I should allow this one feature, then people can have per-profile mod list backups on their own
Would be cool if only the enabled mods were exported. (When clicking "Modlist Backup Only This Game")
I've looked at how Vortex stores the enabled state of mods. Following is the json paths needed. (Anything between <> is obtained elsewhere):
profileId:
settings.profiles.lastActiveProfile.<game>
type is stringisEnabled:
persistent.profiles.<profileId>.modState.<mod.attributes.name>.enabled
type is booleanShould be viable whether or not profile management is enabled (Since the default profile for each game has to be there regardless)
The text was updated successfully, but these errors were encountered: