tvwenger / du-factory-generator

https://tvwenger.github.io/du-factory-generator/
MIT License
13 stars 24 forks source link

Modular Factories #71

Open ShadowLordAlpha opened 3 years ago

ShadowLordAlpha commented 3 years ago

There are several places where we use modular factory styles where you get the sub components from a central area instead of doing it for each factory. This is mainly on pure so instead of starting with the ore the factory starts with the pure input. this cuts down a lot on the machines needed.

not as related but LUA can now change machines over to other recipes so maybe a downtime for some machines could program a switch reducing the factory number even more though that may be a bit more advanced than needed

tvwenger commented 3 years ago

The first part should be simple to implement: starting the factory at a specified level (ores, pures, or products).

Regarding using Lua to switch recipes - yes, that opens up a whole new way to design a factory that doesn't really line up with the goal of this tool.

Jordonsully commented 2 years ago

Do you plan to update with the latest elements?

tvwenger commented 2 years ago

@Jordonsully Could you please start a new issue about this? What elements are missing?