Pressurized fluids


Tired of pipe throughput issues? Pressurize fluids to increase throughput significantly.

Content
3 years ago
0.16 - 1.1
11.3K
Logistics

b [Mod compatibility] Temperature Problem (Pyanodons Mod)

2 years ago

Hi

I have a Problem with the Temperature.
I play with Pyanodon's Mods and had try to pressure the Cumbustion Mixture (800°C)
and safe it in a tank and when I need it I change it back to normal.
But the Problem is that I can not use it anymore.
The Temperature changed from 800°C to 15°C and with that low Temperature my Power Station will not working.

Is it possible to fix that?
Or is it possible to change the Temperatur back to normal with a Building?

Cumbustion Mixture is a recept with a lot different recept to craft that fluid but with different Temperatur.
Higher Temperature = more Energy from the Power Station and with low Temperature = lower Energy from the Power Station.

I hope that its possible I like that Mod and the Idea to pressurized fluid.

2 years ago

You have to add 2 lines to prototypes/fluid/compressor-fluid.lua:

    compressedFluids.remote.forceCompressingFluid("...")
    compressedFluids.remote.addTemperatureToFluid("...", 800)

where you replace the dots with the internal name of the fluid. The first will make sure the fluid can be compressed, and the second one will make sure it gets compressed at 800° instead of the default temperature (15° in this case). Feel free to make a PR with the changes to github to get a quickrelease.

New response