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

Exotic industries: Pipe provides low temperature steam #132

Closed anakreontas closed 1 year ago

anakreontas commented 1 year ago

Description

Two issues with this mode:

  1. In the saved game there are two assemblers, one takes steam from a boiler (works) the other from a pipe. The second doesn't work, I think the steam temperature is not right.
  2. There should be a recipe for making pipes. I can see pipes as a required ingredient for other recipes but I can't make them. Deconstruction plan does not distinguish between a pipe and insulated pipe (different recipe).
    steam_temperature.zip

Reproduction

Load save file

  1. The assembler on the left doesn't work.
  2. Try to make a pipe
raiguard commented 1 year ago

Yeah, you have to set the temperature in the infinity pipe GUI. The infinity pipe doesn't care what the machine wants, it defaults the temperature to the minimum temperature for the fluid prototype. For some reason, steam's minimum is 15 degrees, which makes zero sense, but that's how it was coded.