I need longer underground pipes and different colors in aesthetic buildings but higher tier pipes have too large capacity and fluid flow does not work properly. What I have to change in mod files to get capacity of all pipes to same as nickel pipes (and vanilla pipes)?
I already found a row
DyWorld_Prototype_Entity.fluid_box.base_area = v.DyWorld.Entity.Pipe.Amount / 10
in files data\logistics\entities\pipe.lua and pipe-underground.lua and changed base_area to 1 but it did not have any effect.
How to change pipe capacity (solved)
Moderators: MagicLegend, Dysoch
How to change pipe capacity (solved)
Last edited by Hannu on Sun May 31, 2020 10:55 am, edited 1 time in total.
Re: How to change pipe capacity
I found solution. There was a file "data\entity-info.lua". There is definitions for capacities of different pipes. I changed them and now it work as I like. I do not understand why my first attempt failed.