Max Rate Calculator


Calculates maximum consumption/production rates of assemblers, plants, etc. Current version 200.0.49 supports Space Age but NOT anything to do with Quality - that's on the way. Also, idle Recyclers present 0.0 for each product quantity. Active recyclers are ok.

Utilities
10 months ago
0.15 - 2.0
150K

i Support for modded belts

6 years ago

Suggestion grab belt speeds from data on world load (could lag if you had LOTS of belt types)
you could try something like this (this code need a lot of work)
This is psudo-code
for item in data do
if item.type == "transport-belt" then
speed = item.speed * 800
name = item.name
end
end
***
Don't know why belt speeds are recorded at 1/800 of the actual speed in items per sec.
I have no clue on how to grab the localized name

6 years ago

A good suggestion, I’d rather do that than use the hard-coded values I’m doing now. Will look into this after I get back from vacation.

6 years ago

hope you have better luck than I.

6 years ago

What’s a mod to test with?

6 years ago

bob's logistics has about 5 diffrent belts and over wrote the vannila belts.

6 years ago

It would also be nice to support modded inserters, though inserters are a lot more complicated and would require some serious thought.

5 years ago

I've updated the mod to handle these modded belts. As you say @alercah, modded inserters are too hard for me at the moment

New response