Is there a way to manually update mods?
Posted: Thu Aug 04, 2016 10:40 pm
Like, if I want to manually update a 0.12 mod to work with 0.13 for personal use, can i do that?
www.factorio.com
https://forums.factorio.com/
Code: Select all
"factorio_version": "0.13",
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",
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?
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?
Going to try it now. Thanks!Adil wrote:I've put in the original thread.
viewtopic.php?f=94&t=18908&p=193498#p193498