Automatic Train Painter


Automatically colors locomotives and wagons based on their contents.

Tweaks
5 days ago
0.17 - 2.0
95.8K
Trains

b Incorrect hint in the settings menu

4 days ago

In the "input custom colors" setting, there is a hint:

"Setting value must be formatted as a table as shown:
{
['item1']={r=000,g=000,b=000,a=000}
['item2']={r=255,g=255,b=255,a=255}
}
"

As far as I understand, commas are now required between the elements

For example:
{
['item1']={r=000,g=000,b=000,a=000},
['item2']={r=255,g=255,b=255,a=255},
['item3']={r=111,g=222,b=233,a=000},
['item4']={r=012,g=234,b=123,a=221}
}

At least it only worked for me when I added them.
Please fix it

Thanks for the mod!

New response