Hi,
would it be possible to make this mod more "light weight"? I just had a look at some portions of the code, and it looks like the program iterates over the full content of a wagon, collects the color info of each piece and then creates a color based on the average color of the content.
In 99% of all cases this approach is not needed and the wagon contains the same type of ore/equipment. So instead of calculating the average of 100, 400 or even more stacks of the same type the first one found could be used instead. This should speed up the calculations and the mod be usable in large bases.
I had to drop it cause it was eating away too much UPS (with around 200 trains, each 4 to 8 wagons and 400 slots per wagon).