Compatibility of Mods: Introduce API version
Posted: Sun Jul 03, 2016 9:43 am
Coming from this thread: viewtopic.php?f=6&t=27560 Don't require factorio_version to be changed when not needed
I suggest to introduce an API version for Factorio. That would make things much simpler.
Example:
Between Factorio version 0.12.11 and 0.12.12 the API had made a major change.
Between 0.12.35 and 0.13.3 there are only some new functions. (?)
What follows from that (and many other examples) is, that the compatibility of mods is not so much depending on the Factorio version. It's contra-productive to use that for fast checks of compatibility. It would make things for modders also much more clear.
I suggest to introduce an API version for Factorio. That would make things much simpler.
Example:
Between Factorio version 0.12.11 and 0.12.12 the API had made a major change.
Between 0.12.35 and 0.13.3 there are only some new functions. (?)
What follows from that (and many other examples) is, that the compatibility of mods is not so much depending on the Factorio version. It's contra-productive to use that for fast checks of compatibility. It would make things for modders also much more clear.