Construction Drones deprecated

by Klonan

Adds ground based personal construction robots.

Content
3 years ago
0.17 - 1.0
349
Logistic network

g Bots unable to repair

3 years ago

I'm running modded factorio: krastorio2 + etc.
When there is something that needs to be fixed drones just run towards the target, but then just stop near it, doing nothing.
Also kinda same behavior when they try and run back: they just stop like an inch away and don't complete the path.

3 years ago

Same problem here. The drones stop a couple of metres in front of their task and don't do anything. Looks like the update broke them.

3 years ago

Yes, looking through source code, the bot range was not it :(

3 years ago
(updated 3 years ago)

GOT IT! distances in in_construction_range and in move_to_palyer in script/construction_drone.lua are now invalid, as drone stops at, as it seems, random interval away from needed point

I added some epsilons in in_construction_range case it is 1.292893 and in move_to_palyer case it is 1/2.

And now it works for me.

3 years ago

GOT IT! distances in in_construction_range and in move_to_palyer in script/construction_drone.lua are now invalid, as drone stops at, as it seems, random interval away from needed point

I added some epsilons in in_construction_range case it is 1.292893 and in move_to_palyer case it is 1/2.

And now it works for me.

you can provide the full text with the correction, I can't find where to change anything. or provide a ready-made file ?!

3 years ago
(updated 3 years ago)

It looks like his changes are here, if you're adventurous. Its not quite 100%, though. https://github.com/Klonan/Construction_Drones/pull/17/files

3 years ago

You can download the mod with Oiltankers proposed fixes here https://github.com/oiltanker/Construction_Drones/tree/feature/fix-0.18.43
It seems like it still isn't 100% functional though

3 years ago

You can download the mod with Oiltankers proposed fixes here https://github.com/oiltanker/Construction_Drones/tree/feature/fix-0.18.43
It seems like it still isn't 100% functional though

mne eto ne pomoglo, igra perestala voobshche vosprinimat' mod. zakryvalas' s oshibkoy napravel'nosti puti. udalil vse mody i konfig modov, postavil tol'ko yego, rabotal do pervogo avto sokhraneniya posle tozhe samoye, drony stoyat s materialami i nichego ne delayut.
It didn't help me, the game stopped accepting the mod at all. closed with a path direction error. deleted all mods and mod config, installed only it, worked until the first auto save after the same thing, drones stand with materials and do nothing.

3 years ago

You can download the mod with Oiltankers proposed fixes here https://github.com/oiltanker/Construction_Drones/tree/feature/fix-0.18.43
It seems like it still isn't 100% functional though

It didn't help me, the game stopped accepting the mod at all. closed with a path direction error. deleted all mods and mod config, installed only it, worked until the first auto save after the same thing, drones stand with materials and do nothing.

3 years ago
(updated 3 years ago)

Hello guys, I updated the thing it seems to be 100% now, but do report your issues here https://github.com/Klonan/Construction_Drones/issues/18 or here https://github.com/Klonan/Construction_Drones/pull/17 or link me the forum threads.

New response