Factorio Dev Tracker

(2020) Fluids on a separate thread?

This thread was added on April 30, 2020, with posts from Klonan.

Original Post

I'm confused on factorio's handling of UPS. I remember some Factorio Friday update saying devs successfully moved fluid handling to it's own thread independent of other game updates. Yet a few weeks I read in some comments here that it was rolled back.

What's the state of fluids and UPS and threads? I'd like to know if I'm ok switching for mass solar to nuclear.

It was never on its own thread.

When updating, each fluid network is updated in parallel. This is still in series with the main game update step.

So its like,

Update input -> Update all fluid networks -> Update entities

(simplified)

And the fluid network step its split across multiple threads.