AlyxMoon / lunar-factorio-mod-manager

A mod manager for Factorio, programmed using the Electron framework.
MIT License
6 stars 2 forks source link

Include information for and allow managing of mod dependencies #105

Closed AlyxMoon closed 4 years ago

AlyxMoon commented 4 years ago

There should be some way in the app to notify the user of the following:

Should provide an easy way for the user to download these missing mods. If this way in the context of a profile missing its dependencies, they should be automatically added to the profile.

When downloading from the mod portal, a dialog should display indicating any required/optional dependencies that exist for that mod, with the option to download all/any of them.

AlyxMoon commented 4 years ago

Mostly completed with recent merge. Did not address the mod portal part. Put off slightly because I want to implement a better UI for handling all things related to mod/dependency issues before I tackle this.