Hi,
Is it possible to 'allow' a mod for multiple factorio versions?
Like if im testing my mod for 0.13 and 0.14.x (expiremental), i would like it to appear 'compatible' for both versions instead of only 1..
Thanks in advance
Allow mod for multiple versions
- JohnnyDeee
- Burner Inserter
- Posts: 8
- Joined: Sun Oct 16, 2016 8:52 pm
- Contact:
Allow mod for multiple versions
"A man can only be beaten in two ways: if he gives up, or he dies"
Re: Allow mod for multiple versions
Cool suggestion: Eatable MOUSE-pointers.
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...
- aubergine18
- Smart Inserter
- Posts: 1264
- Joined: Fri Jul 22, 2016 8:51 pm
- Contact:
Re: Allow mod for multiple versions
I'm sure there was a mod uploaded recently where the author mentioned that the same download would work on both 0.13 and 0.14. I'll see if I can find it (I never did get round to testing if or how it worked)....
EDIT: Hrm, couldn't find it. From vague memory he did something like remove the "factorio_version" line from the info.json, or maybe set its value something like ">= 0.13"
EDIT: Hrm, couldn't find it. From vague memory he did something like remove the "factorio_version" line from the info.json, or maybe set its value something like ">= 0.13"
Better forum search for modders: Enclose your search term in quotes, eg. "font_color" or "custom-input" - it prevents the forum search from splitting on hypens and underscores, resulting in much more accurate results.
Re: Allow mod for multiple versions
The absence of this line means compatibility with <=0.12.aubergine18 wrote:I'm sure there was a mod uploaded recently where the author mentioned that the same download would work on both 0.13 and 0.14. I'll see if I can find it (I never did get round to testing if or how it worked)....
EDIT: Hrm, couldn't find it. From vague memory he did something like remove the "factorio_version" line from the info.json, or maybe set its value something like ">= 0.13"
viewtopic.php?f=3&t=27101FactorioBot wrote: Modding
- Mods need to have factorio_version value in their info which specifies major Factorio version they are suited for, default value is 0.12. Mods with non fitting version are not loaded.
Re: Allow mod for multiple versions
This defeats the purpose of the factorio_version line, so it won't be implementedJohnnyDeee wrote:Hi,
Is it possible to 'allow' a mod for multiple factorio versions?
Like if im testing my mod for 0.13 and 0.14.x (expiremental), i would like it to appear 'compatible' for both versions instead of only 1..
Thanks in advance