AlyxMoon / lunar-factorio-mod-manager

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

Allow different environments for profiles #148

Open AlyxMoon opened 4 years ago

AlyxMoon commented 4 years ago

A feature I ought to have written down a long while back.

Instead of only having one set of variables for things such as the factorio paths, they should be grouped as a named environment. Then, profiles can specify which environment to use. This way the user could have multiple Factorio installations at once.

AlyxMoon commented 4 years ago

On further reflection, this will require #116 to work effectively. This is because there will be multiple mod directories if there are multiple Factorio installations. The app will need to create and manage the mods separate from the mod directories.