ClaudeMetz / FactoryPlanner

A mod for Factorio. Allows you to plan out your production in detail.
https://mods.factorio.com/mod/factoryplanner
MIT License
101 stars 47 forks source link

Add support for quality calculations #384

Open ClaudeMetz opened 1 month ago

ClaudeMetz commented 1 month ago

Whole can of worms.

Image

durandal42 commented 2 weeks ago

I would love to see this. If the "only" thing you do is treat each quality variant of an item as fully distinct item, 5x the recipe space (not 10x, as recycling is already supported), and let the matrix solver do its thing, this would be extremely powerful. UI support for quality selection and display seems already done.

I'm sure there are complications I haven't thought of, but quality math is exactly where Factorio Planner would shine brightest.

ClaudeMetz commented 2 weeks ago

Thanks for the input. There would be quite some changes to the solver needed to support this, it's not made to carry more data than just the item along. My work to support fluid temperatures does help with that though, so we'll see.