Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Suggestion] Export only enabled mods #12

Open
YoYoK3nny opened this issue Sep 17, 2020 · 1 comment
Open

[Feature Suggestion] Export only enabled mods #12

YoYoK3nny opened this issue Sep 17, 2020 · 1 comment

Comments

@YoYoK3nny
Copy link

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)

@Garethp
Copy link
Owner

Garethp commented Sep 17, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants