Search found 2 matches

by Piratux
Wed Feb 01, 2023 10:44 am
Forum: Not a bug
Topic: [1.1.74] Cloning a rocket silo doesn't work
Replies: 2
Views: 932

Re: [1.1.74] Cloning a rocket silo doesn't work

Ah sorry, looks like I was wrong, cloning entities one by one doesn't work:
/c
people = game.player.surface.find_entities_filtered{position=game.player.position, radius = 15}
for i,j in pairs(people) do
if j.name == 'rocket-silo' or j.name == 'rocket-silo-rocket' or j.name == 'rocket-silo-rocket ...
by Piratux
Mon Jan 30, 2023 12:20 pm
Forum: Not a bug
Topic: [1.1.74] Cloning a rocket silo doesn't work
Replies: 2
Views: 932

[1.1.74] Cloning a rocket silo doesn't work

Cloning a rocket doesn't clone it properly. The cloned rocket's inventory (for ex.: satellite) disappears, and no rocket is launched when clicking "launch" button.

I can see the issue has been mentioned a while ago here and it seems all the issues described here remain: https://forums.factorio.com ...

Go to advanced search