I see you're working on updating your mods and assume you just haven't gotten this far or it requires more work to do it properly.
I'm working on Bio Industries right now, which is a beast and has such a big user base that way too many people are annoyed by it still not being updated. So getting that done is my top priority now.
Got any quick fixes just to at least get the game working for existing saves? Naturally the ones you haven't gotten to yet are the ones I use the most.
Sorry to hear that -- but glad you like AD and GCKI that much! :-)
(This and Car Keys...Car Keys seems to be working with the edit the info.json trick, but I probably haven't put it through all it's paces yet. I tried it on Autodrive too but if I remember correctly it was still having issues with the new gui code; a problem several mods I've installed are having including the Markers mod you recommended to get coordinates with if you feel up to taking a crack at it since it seems to have been abandoned. I can do very minor tweaks and I've been looking at it, but I'm just not a real Lua programmer to be able to actually fix it.)
Just uploaded GCKI as it was so easy to do -- like you, I only bumped the version number, but also like you, I only did some minimum testing, so there still may be bugs lurking in the dark.
Autodrive will take some more time. I couldn't get it to load yet because Shortwave hasn't been updated yet. Dorfl seems to be MIA, and fixing it isn't done with the version number update. There was one error on loading (collision mask error), and there may or may not be more. I'm in a hurry right now, so no time to follow up on that until later.
About the Markers mod: I've already got that running locally because I needed it while I was updating/testing the other mods. Apart from changing the version number, you need to change the first line of control.lua to the following:
-- As of Factorio 1.1.0, mod-gui.lua doesn't set the global variable mod_gui anymore!
-- require("mod-gui")
local mod_gui = require("mod-gui")
This should work.