-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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 string
isEnabled: persistent.profiles.<profileId>.modState.<mod.attributes.name>.enabled type is boolean
Should be viable whether or not profile management is enabled (Since the default profile for each game has to be there regardless)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels