EarendelDevelopers / factorio-mods

This is a public repository for tracking issues with Earendel's factorio mods.
19 stars 3 forks source link

Allow use of any artillery remote in navigation satellite mode #216

Closed azaghal closed 2 years ago

azaghal commented 2 years ago

Would it be possible to allow use of any type of artillery remote while in navigation satellite mode, and not just the vanilla one?

Unless I am mistaken, it should be possible to match any type of artillery remote by accessing player.cursor_stack.prototype.capsule_action.type property (provided the cursor stack is a capsule type of course).

I am particularly interested in seeing support added for the Advanced Artillery Remotes Continued remotes (full disclosure - I am maintainer of that mod), but there are examples of other mods that might do something similar - for example mods that introduce atomic artillery. I am aware of at least two additional mods that have separate remotes in order to separate use of atomic-based artillery.

P.S. Thank you in advance for a response, and apologies if you prefer contact through Discord, but unfortunately I do not have an account there.

azaghal commented 2 years ago

Thank you very much for incorporating this change, as well as for producing such an encompassing mod in the first place :)