Basic Artillery


Adds a form of artillery that is considerably worse, but available much earlier. Less accurate, less damaging, generally less useful; but also less costly and less hassle to obtain. It won't save you from yourself if you leave setting up your defenses too long, but it might save you a headache if you can successfully crank out a handful of grey flasks between biter attacks.

Content
8 days ago
2.0
1.78K
Trains Combat

g version 2.0.16+

a month ago

Mod requires in data file

local item_sounds = require("base.prototypes.item_sounds")

This was a change in experimental 2.0.16 so would need to include it to work
you could make an update requiring it but also need to add in info.lua that version required is above 2.0.16

a month ago

I made the mod in 2.0.15 stable with no other mods installed, I'm not sure why it would require anything from 2.0.16 or later.

a month ago

devs changed the item_sounds.lua to be local not global
we just found this out in the factorio discord
so shouldnt need to do any change until it updates to 2.0.16+ stable just letting you know the fix

a month ago

I've updated the mod to now no longer depend on item_sounds, it should now copy everything it needs from the vanilla artillery stuff instead, so it'll be immune to this change - it was more work but it also cleaned up the code a lot, so it was worth doing. Thanks for the heads up

a month ago
(updated a month ago)

Disregard prior edit. Great mod here!

New response