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

Detect installed mods #1

Open
paulhobbel opened this issue Mar 17, 2021 · 1 comment
Open

Detect installed mods #1

paulhobbel opened this issue Mar 17, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@paulhobbel
Copy link
Member

Detect the already installed mods and only update the mods whose are outdated.

This does come with some edge cases:

  • What to do if a mod is outdated?
  • What to do if two mods need the same dependency, but a different version?

There are probably more to be answered

@paulhobbel paulhobbel added the enhancement New feature or request label Mar 17, 2021
@paulhobbel
Copy link
Member Author

Idea on how it should work:

  1. Read enabled mods from ModList.txt
  2. Load dependency graph based on those mods
  3. Generate dependency graph of mod to be installed
  4. Merge dependency graphs together
  5. Check which mods are outdated and if there are any conflicts
  6. Install missing/outdated mods

@paulhobbel paulhobbel added the help wanted Extra attention is needed label Apr 16, 2021
@paulhobbel paulhobbel self-assigned this Jan 30, 2022
@paulhobbel paulhobbel added this to the 0.3.0 milestone Jun 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant