You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Investigate the logic for the different collection file options and make sure we are doing the right thing for each one.
Currently we are downloading the exact version indicated in the collection manifest, even if that version was archived.
Vortex picks the most recent version in case the file was archived instead.
Some questions:
We could still be grabbing an archived mod depending on when we do the check.
When do we perform the check for which mod version to download?
Only once at collection fetch then never again?
At the moment of download of the mod?
Re-check every time and mark as outdated even if already downloaded?
If we want to check after the initial collection fetch, we need to store that information somewhere.
The text was updated successfully, but these errors were encountered:
Al12rs
changed the title
Collections: "Prefer Exact" mod version selection logic
Collections: change "Prefer Exact" mod version selection logic
Dec 3, 2024
Investigate the logic for the different collection file options and make sure we are doing the right thing for each one.
Currently we are downloading the exact version indicated in the collection manifest, even if that version was archived.
Vortex picks the most recent version in case the file was archived instead.
Some questions:
We could still be grabbing an archived mod depending on when we do the check.
When do we perform the check for which mod version to download?
If we want to check after the initial collection fetch, we need to store that information somewhere.
The text was updated successfully, but these errors were encountered: