Page 1 of 1

[Rseding91] [0.17.28] inconsistent mod dependencies

Posted: Wed Apr 10, 2019 11:02 am
by lovely_santa
Hi,

While implementing an incompatible mod, I came across this issue:
info.json has 2 dependencies (one on base, and one incompatible mod) as shown below:

Code: Select all

{
  "name": "MoreScience",
  "version": "0.2.4",
  "factorio_version": "0.17",
  "title": "More Science",
  "author": "lovely_santa",
  "contact": "https://mods.factorio.com/mod/MoreScience/discussion",
  "homepage": "https://mods.factorio.com/mod/MoreScience",
  "description": "Changes the science pack recipes, take it to the next level. Just so it isn't always the same boring vanilla recipes...",
  "dependencies": [
    "base >= 0.17.23",
    "!MoreSciencePacks"
  ]
}
Ingame, in the mod manager this looks fine:
Capture1.PNG
Capture1.PNG (302.72 KiB) Viewed 806 times
But when I look at the install tab, It only shows the base mod, and not the incompatible mod?
Capture2.PNG
Capture2.PNG (240.78 KiB) Viewed 806 times
Kind regards,
lovely_santa

Re: [Rseding91] [0.17.28] inconsistent mod dependencies

Posted: Tue Apr 30, 2019 8:28 pm
by Rseding91
Thanks for the report however that's working correctly: you have a newer version of the mod installed locally and in the manage tab it shows the dependencies that new version has. In the install tab it's showing the version on the mod portal which doesn't have that dependency.