It does require manual save editing. The user would need to add custom events for this in control.lua which is located in the save file.
They would be adding a line like so:
script.on_event(defines.events.on_rocket_launched, function(event) print("A rocket was launched") end)
I'll test it on my own factorio server soon. Will update this issue accordingly.
It does require manual save editing. The user would need to add custom events for this in
control.luawhich is located in the save file.They would be adding a line like so:
script.on_event(defines.events.on_rocket_launched, function(event) print("A rocket was launched") end)I'll test it on my own factorio server soon. Will update this issue accordingly.