Transport Drones


Adds transport drones and transport depots

Content
9 months ago
2.0
10.5K
Transportation Logistics Logistic network Storage

g Error loading mods

1 year, 16 days ago

The following mods could not be loaded: Unknown collision mask "true"

Source: transport-drone-1 (unit).

1 year, 12 days ago

+1

1 year, 11 days ago

line 99
for k, layerTemp in pairs(layerTempList) do
if layerTemp ~= "true" and layerTemp ~= nil then
all_used_tile_collision_masks[layerTemp] = true
all_used_tile_collision_masks["roadtd"] = nil
end
end

1 year, 10 days ago

changing line 99 to this fixed the error

1 year, 7 days ago

line 99
for k, layerTemp in pairs(layerTempList) do
if layerTemp ~= "true" and layerTemp ~= nil then
all_used_tile_collision_masks[layerTemp] = true
all_used_tile_collision_masks["roadtd"] = nil
end
end

Didn't work for me, now I get this:

Error loading mod: Transport_Drones_Meglinge_Fork/data-final-fixes.lua:141: 'end' expected (to close 'for' at line 89) near <eof>

I not a modder btw, just trying a fix

11 months ago

Can you give me your archive from that time?

New response