Modular Turrets

by wodzu93

Adds 8 (15 counting variations) new turrets for dealing with alien menace, as well as other military-related items. Good compliment to mods that add new biter types, like Rampant or Natural Evolution.

Content
18 hours ago
0.15 - 2.0
41.0K
Combat

i Circuit Network Connections

a month ago

Please enable Circuit Network Connections, akin to what vanilla turrets have now (read ammo, target prioritization, etc).

It's a matter of defining the circuit_connector data (eg prototypes/entities/circuit-network.lua: https://pastebin.com/hrbWGGLF ), requiring it on data.lua, then adding the 2 missing fields on the prototypes for each turret (either "w93-turret-base" or "w93-turret-base2" if using the provided offsets above)

eg:
...
circuit_connector = circuit_connector_definitions["w93-turret-base"],
circuit_wire_max_distance = default_circuit_wire_max_distance
...

a month ago

Thank you for the code, update adds circuit connections to all turrets, as well as radars.

New response