DunkleMango / StarboundModManager

Allows to manage mods from the game Starbound with ease! (works with Steam)
https://dunklemango.github.io/StarboundModManager/
MIT License
7 stars 1 forks source link

Mod lists #15

Open AbsolofDarkness opened 4 years ago

AbsolofDarkness commented 4 years ago

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

DunkleMango commented 4 years ago

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 commented 4 years ago

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