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
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
The text was updated successfully, but these errors were encountered:
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. 😄
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. :)
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
The text was updated successfully, but these errors were encountered: