Is there a way to manually update mods?
Is there a way to manually update mods?
Like, if I want to manually update a 0.12 mod to work with 0.13 for personal use, can i do that?
Re: Is there a way to manually update mods?
Sure, open info.json and in the middle add:
For extra credit, fix all the breaking changes that 0.13 introduced. 
Code: Select all
"factorio_version": "0.13",

Re: Is there a way to manually update mods?
I think I tried that already, though. The parts in the mod I'm trying to update still aren't showing upDaveMcW wrote:Sure, open info.json and in the middle add:For extra credit, fix all the breaking changes that 0.13 introduced.Code: Select all
"factorio_version": "0.13",
Re: Is there a way to manually update mods?
Well, yes, that's how modders themselves create and update the mods.Overene wrote:Like, if I want to manually update a 0.12 mod to work with 0.13 for personal use, can i do that?
There was also an attempt to create python script (in my signature) to automatically bring code to a new standards, but it tends to fail miserably on more obscure mods with non-trivial code.
Which mods are we talking about anyway?
I do mods. Modding wiki is friend, it teaches how to mod. Api docs is friend too...
I also update mods, some of them even work.
Recently I did a mod tutorial.
I also update mods, some of them even work.
Recently I did a mod tutorial.
Re: Is there a way to manually update mods?
Underground mining drillsAdil wrote:Well, yes, that's how modders themselves create and update the mods.Overene wrote:Like, if I want to manually update a 0.12 mod to work with 0.13 for personal use, can i do that?
There was also an attempt to create python script (in my signature) to automatically bring code to a new standards, but it tends to fail miserably on more obscure mods with non-trivial code.
Which mods are we talking about anyway?
Re: Is there a way to manually update mods?
I've put in the original thread.
viewtopic.php?f=94&t=18908&p=193498#p193498
viewtopic.php?f=94&t=18908&p=193498#p193498
I do mods. Modding wiki is friend, it teaches how to mod. Api docs is friend too...
I also update mods, some of them even work.
Recently I did a mod tutorial.
I also update mods, some of them even work.
Recently I did a mod tutorial.
Re: Is there a way to manually update mods?
Going to try it now. Thanks!Adil wrote:I've put in the original thread.
viewtopic.php?f=94&t=18908&p=193498#p193498