raiguard / EditorExtensions

Extends the Factorio map editor with new features, testing tools, and other utilities to aid with sandbox play and scenario creation.
https://mods.factorio.com/mod/EditorExtensions
Other
26 stars 6 forks source link

Super pump temperature is wired up to pump speed #130

Closed whiterook6 closed 1 year ago

whiterook6 commented 1 year ago

Description

When using a Super pump, I noticed the temperature of the fluid in the display is wired up to the configured flow rate. I don't think it affects the actual fluid temperature.

Screenshots:

Screenshot 2023-04-18 at 1 05 17 PM Screenshot 2023-04-18 at 1 05 04 PM

The fluid isn't actually affected by the pump's setting:

Screenshot 2023-04-18 at 1 11 34 PM Screenshot 2023-04-18 at 1 11 29 PM

Also there's something going on with the red X and the 99G in the dialog, don't know what that's about.

Reproduction

  1. Place a Super pump
  2. Attach an infinity pipe with water created at "At least 100" with regular 15C water.
  3. Observe the temperature in the Super pump dialog change as you play with the speed slider
raiguard commented 1 year ago

What you're looking at is the internal mechanics of the pump. The temperature of the "speedfluid" is how I change the speed of the pump. Before 2.0, the pump had a fully custom GUI, but this didn't allow you to connect it to the circuit network. So instead, in 2.0, I attach the speed slider below the default GUI, which allows you to change circuit settings, but unfortunately also shows the speedfluid.

Aka, this isn't a bug, but I understand why it's confusing.