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

Mod lists #15

Open
AbsolofDarkness opened this issue Dec 27, 2019 · 2 comments
Open

Mod lists #15

AbsolofDarkness opened this issue Dec 27, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request suggestion Suggestions for new features

Comments

@AbsolofDarkness
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Being able to play on multiple servers with all different mods is difficult to manage

Describe the solution you'd like
If possible, an ability to export a modlist, either as a file that could be imported to download the mods, or export as a folder.

Describe alternatives you've considered
Making another app that does this? :P

@AbsolofDarkness AbsolofDarkness added the enhancement New feature or request label Dec 27, 2019
@AbsolofDarkness AbsolofDarkness added the suggestion Suggestions for new features label Dec 27, 2019
@DunkleMango
Copy link
Owner

I will look into that, when I have completed the basics of the app rework. 🙂

If possible, an ability to export a modlist, either as a file that could be imported to download the mods, or export as a folder.

The best would probably be to just export / import a list of all Workshop-Ids.
I still want to find a better storage solution.
Currently, the information about the mods is stored as a JSON array.
Switching to a database would probably be for the best though.

When that's down, it should be relatively easy to provide this feature, plus you will be able to store the configuration for multiple servers and switch between them. 😄

@DunkleMango DunkleMango pinned this issue Jan 12, 2020
@DunkleMango DunkleMango self-assigned this Jan 12, 2020
@DunkleMango
Copy link
Owner

DunkleMango commented Feb 8, 2020

I just finished my work on the new UI element that is responsible for copying and deleting mods.
The next thing that I am going to do is setup the new database for exporting and importing cached mods.
I think that I will be using SQLite for that. The mod lists will follow right after this is done. :)

Here is a preview of the new UI element:

grafik

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request suggestion Suggestions for new features
Projects
None yet
Development

No branches or pull requests

2 participants