Factorissimo 3


Factorissimo adds factory buildings to Factorio. Place them down, walk in, build your factories inside! Now updated for space age!

Content
7 days ago
1.1 - 2.0
108K
Logistics

b [Fixed] Old Factories leave the sprite

3 years ago

When I added the fork in I forgot to pick up all of the factories prior to deleting, but when I try to pick them up, the factory sprite is still there. Is there a way for me the get rid of the sprites?

3 years ago
(updated 3 years ago)
/c for _,s in pairs(game.surfaces) do for _,e in pairs(s.find_entities_filtered{name={'factory-1-overlay', 'factory-2-overlay', 'factory-3-overlay'}}) do e.destroy() end end

Use this command