TrainsWhistle

by Hermios

Allows you character to call a train, when he is near rails

Content
11 days ago
0.15.10 - 1.1
278
Transportation

g Forgot to include a version number

6 years ago

Pretty much that. when you uploaded your mod you didn't include a version number somewhere. Your mod can't be downloaded via the ingame mod portal.

6 years ago

Hi Ashotep
I am confused. If you check the json file, there is a version number. Can you be more explicit?
Thanks
Hermios

6 years ago

I guess a picture is worth a 1000 words

https://www.dropbox.com/s/nh0amngu5vy2cvx/2017-05-24.png?dl=0

if you look at the version there is a dash through it. So the ingame browser won't let you install it. I had not problems installing it manually though.

That was my first though also, so I opened the .json and saw a version so I wasn't sure what the issue was/is.

6 years ago

So for this issue what a lot of mods seem to have in their info.json is:

"factorio_version": "0.15",
"dependencies": "base >= 0.15.0"
If you look at the Base mod, it requires factorio 15, and it's version is 0.15.X (the factorio version number)

Your info.json has "dependencies": ["base"],
This is probably what is stopping the mod portal from allowing in-game installations of your mod. You have base as a dependency, but the portal has 0.14 and 0.15 base mods, and it needs to know WHICH base the mod needs.

6 years ago

Same error.

I think it should work, if you change info json like so:
...
"factorio_version": "0.15"
...

Refer to what you see, if you watch your mod inside Factorio. :) There is still a discrepancy in check-code between download/install and loading.

New response