Drone Road Changer


Lets you change what tile transport drones use as road

Content
3 years ago
0.18 - 1.1
417
Logistics

g Loading Issues

2 years ago

OK, so I went back and looked at all the other solutions. I am getting the Following Issue.

Failed to load mods: drone-roads/data-final-fixes.lua14: attempt to index field 'transport-drone-proxy-tile'{a nil value}

Stack traceback:
drone-roads/data-final-fixes.lua14: in main chunk

So yea. I have Alien biomes disabled due to issues I had, second I removed dectorio as well. So the only tiles in game are the asphalt from asphalt mod and from yukios trains mods but then again there arent many tiles in yukios trains

2 years ago

Do you have Klonan's Transport Drones mod installed?

https://mods.factorio.com/mod/Transport_Drones

2 years ago
(updated 2 years ago)

I'm having this issue as well, and yes Klonan's Transport Drones is installed and enabled:
https://i.imgur.com/d3nEjHQ.png

2 years ago

The problem is in a chance in Transport Drones 1.0.5: "Other mods can add their tile as a road tile by setting is_road_tile = true in the item prototype with the place_as_tile for that tile."

The following code placed in a mod's data.lua will add the default asphalt from Asphalt Roads:
if mods["Early_Transport_Drones"] and mods["AsphaltPaving"] then
data.raw.item["Arci-asphalt"].is_road_tile = true
end

2 years ago

Any update on this? Is the new, more correct fix for this mod to set the road tiles of asphalt to being road tiles? Or is there more work needed?

2 years ago

I have made this: https://mods.factorio.com/mod/Transport-Drones-On-Asphalt

I'm sure it's not the ideal way to do this, but it works. Please feel free to steal all the code and make something better.

2 years ago

I've not really been doing much Factorio recently, feel free to take over :)

New response