Factorissimo 2 - notnotmelon fork 🍴


A fork of Factorissimo 2 focused on improving performance by implementing several 1.1 features. Can improve performance by 10X or higher. Also fixes several bugs from the original version.

Content
1 year, 4 months ago
1.1
54.6K
Logistics

b [Fixed] Old Factories leave the sprite

1 year, 9 months 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?

1 year, 9 months ago
(updated 1 year, 9 months 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

New response