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

b LuaGameScript doesn't contain key table_to_json

9 months ago

After adding this mod to an existing multiplayer game, without any interaction the game crashes with the following error:

The mod Artillery Combinator (1.3.1) caused a non-recoverable error.
Please report this error to the mod author.

Error while running event ArtilleryCombinator::artillerycombinator-shame-and-regret (ID 200)
LuaGameScript doesn't contain key table_to_json.
stack traceback:
        [C]: in function '__index'
        __ArtilleryCombinator__/control.lua:125: in function <__ArtilleryCombinator__/control.lua:112>
9 months ago
(updated 9 months ago)

Thanks for the report!

Right, that's something like helpers.table_to_json instead of Game.table_to_json in Factorio 2.0

@Phoenix-D, you on it? :D
(And thanks for updating!)

9 months ago

Annnd this is what I get for not testing in MP. I'll see what I can figure out.

9 months ago

It's just a function call that has been moved to another category. Though there could be other similar helpers that have been moved. But seems likely that is the only one that the mod uses.

8 months ago

Haven't had much time or energy this month, but I pushed a temp updated that just disables the offending feature until I can work on it more. :)

I wasn't able to test this in MP, so @evio please let me know if this fixes the issue.

New response