Skip to content

Nothing seems to happen on import if mods already downloaded. #2

Description

@Rattledagger

Mod Dependency Fulfiller v0.1.5, Vortex v1.4.12, not Nexus premium.
Trying with SSE and two mods, where one conflicts with the other.

After exporting to clipboard, tried the following:

Tried disabling both mods and importing, mods wasn't enabled.
Tried uninstalling both mods and importing, mods wasn't installed.
Tried the same with one mod uninstalled or disabled, still nothing happened on import.

Deleted one of the mods and imported, finally something happened with download showing-up in web-browser.

Expected behaviour: Disabled and uninstalled mods but with mod-archive present should on import automatically install and enable.

Note, importing the conflict rule after manually installing mods did correctly restore the rule.

The exported information was:

[
  {
    "archiveName": "Interesting NPCs 3DNPC SE - BSAs-29194-4-3-6-1582143847.7z",
    "downloadIds": {
      "fileId": 124774,
      "gameId": "skyrimspecialedition",
      "modId": 29194
    },
    "allowAutoInstall": true,
    "rules": []
  },
  {
    "archiveName": "Interesting NPCs SE - 4.3.6 to 4.4 Hotfix-29194-4-4-1591854782.7z",
    "downloadIds": {
      "fileId": 145002,
      "gameId": "skyrimspecialedition",
      "modId": 29194
    },
    "allowAutoInstall": true,
    "rules": [
      {
        "reference": {
          "id": "Interesting NPCs 3DNPC SE - BSAs-29194-4-3-6-1582143847",
          "versionMatch": "*"
        },
        "type": "after"
      }
    ]
  }
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions