Logistic Gun Turret

by Robokat

This mod adds a Logistic Interface that attaches to gun turrets, to keep them stocked with ammo. New: - Support for modded turrets and artillery turrets. - Startup setting that allows to automatically broadcast interface request slots changes to other interfaces inside the same logistic network. - New item: Turret Buffer to work as proxy for Turret Interfaces. Can broadcast his setup through logistic network and auto-configure when laid out. - Multiplayer compatible.

Content
2 years ago
0.17 - 1.1
11.9K
Combat

b [solved] Reset minable for previously installed turrets

3 years ago

Hi,
You should add a migration to reset previously installed "logistic-gun-turrets" to be minable:

for , surface in pairs(game.surfaces) do
for
, turret in pairs(surface.find_entities_filtered{name="gun-turret"}) do
turret.minable = true
end
end

3 years ago

done in 0.4.5

This thread has been locked.