Train colors different when set via a script
Train colors different when set via a script
Both of the above locomotives are black {0,0,0}, but the top one was set via script and the other via GUI.
The top one is much nicer, not so washed out, but that cannot be achieved via the GUI.
Both of the above locomotives are white {255,255,255}. Top via script.
Now the bottom one is better and this cannot be achieved via script.
Could we please have the colors match and go from top(1) to bottom(2) - proper black to proper white.
Attila's QuickBar Mod - Auto-links hand crafted item to first free quickbar slot if not already linked.
Attila's Signals Mod - Alternate signals to use in same circuit as standard signals.
Attila's Zoom Mod - Modifies zoom functionality.
Attila's Signals Mod - Alternate signals to use in same circuit as standard signals.
Attila's Zoom Mod - Modifies zoom functionality.
Re: Train colors different when set via a script
Use {0, 0, 0, 127} for black or {255, 255, 255, 127} for white to match colors set from train GUI. Colors set in the GUI have implicit alpha 0.5