[quote name='Starwaster']It's configurable. There's probably just a problem in your MM patch
This should probably work
[CODE]
@PART
[*]:HAS[RefuelingPump]
{
%pump_rate = 1000
}
[/CODE][/QUOTE]
Yes, that is exactly same as what i did.
But in it's source code, it is set to constant value.
ModularFuelSystem/Source/Pumps/RefuelingPump.cs : Line 17
[CODE]
double pump_rate = 100.0; // 100L/sec per resource
[/CODE]
So in game playing, the pump rate is always 100.0, whatever its descrption on VAB.
Assuming from your answer, it's made configurable but not actually works.