Better Fluid Throughput

by RedRafe

Improves fluid handling by scaling and compressing all fluid values by a factor of 10 to solve pipe throughput issues. Does not affect the game balance, just a QoL feature.

Tweaks
6 months ago
1.1
1.13K
Fluids

b [Solved] storage tank capacity option not working

9 months ago
(updated 9 months ago)

the option to scale storage tank capacities isn't working on tanks but does work on wagons.

~edit~
changed "if type == 'storage-tank' and val.fluid_box then"
to "if val.type == 'storage-tank' and val.fluid_box then"
and seems to have fixed it, duno if it's a complete fix. i only know enough about coding to get myself into trouble.

9 months ago

Ah yes, thanks for the shout out. I'll update it asap :)

9 months ago
(updated 9 months ago)

Released the fix, thanks for pointing that out! it was a simple typo as you suggested, nice catch

This thread has been locked.