Artillery Combinator

by Qon

A combinator that lets you target places on the map with your artillery via the circuit network. X and Y to set the relative position. It's the absolute position if signal A > 0. Send an 'Artillery Remote' signal to order your artillery to shoot.

Content
8 months ago
0.17 - 2.0
1.44K
Combat Circuit network

g cant find the combinator

2 years ago

i searched my whole tech tree and the inventory but i cant find the artillery combinator, if i use editor extension to cheat i see it in the craftingmenu. how am i supposed to get it?

2 years ago

The lines

for _,force in pairs(game.forces) do
force.recipes["artillery-combinator"].enabled = force.technologies["artillery"].researched
end

in migrations/ArtilleryCombinator_1.0.0.lua should have unlocked the recipe if you added the mod to an already running game with artillery researched.

Do you have any other mods that have touched the artillery research? Have you researched artillery yet?

New response