BF3RM / vumm-cli

VU Mod Manager CLI
MIT License
6 stars 0 forks source link

Detect installed mods #1

Open paulhobbel opened 3 years ago

paulhobbel commented 3 years ago

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

This does come with some edge cases:

There are probably more to be answered

paulhobbel commented 3 years ago

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