satisfactory-factories / application

A tool to visualise groupings of factories to create a true Modular Factory setup for the game Satisfactory.
https://satisfactory-factories.app
GNU Affero General Public License v3.0
27 stars 5 forks source link

Add ability to fill all remaining requirements for a factory locally #32

Open samsmithnz opened 2 weeks ago

samsmithnz commented 2 weeks ago

There are times I want to import in specific products, Plastic, Steel, and AL, for example. But there are many times where I'm just creating Reinforced Plates, and I don't need to click 10 times to add all the dependencies - I'd like to click a button and have it fill all dependencies to the ore locally.

Maelstromeous commented 2 weeks ago

So if I understand you correctly, you want a button where you define say “20 Reinforced Iron Plates” and then it makes internal products to meet that demand and the only import is Ores?

samsmithnz commented 2 weeks ago

yes - that's right!

Maelstromeous commented 2 weeks ago

Cool sounds like an interesting feature to add, it would need a "solver" routine though, would be a bit fiddly, but likely a good one to have an also expand in the future where each product could be a factory instead, could be a prelude to #17.