Page 1 of 1

change color of turret radius on map?

Posted: Wed Jun 12, 2019 5:01 pm
by ownlyme
is it even possible?
got this request:
https://mods.factorio.com/mod/uniturret ... 000d250d04

Re: change color of turret radius on map?

Posted: Wed Jun 12, 2019 5:32 pm
by posila
Changing the color globally is possible by changing data.raw["utility-constants"].default.chart.turret_range_color

It is not possible to set the color per turret type and I'd prefer to keep it that way, because turret ranges case humangous amount of overdraw when zoomed in, and optimizations depend on the fact they all have the same color.

Re: change color of turret radius on map?

Posted: Wed Jun 12, 2019 5:48 pm
by ownlyme
This is very helpful.
The artillery has it's minimum range displayed as a green radius .. i think i could use that. (though i don't find it's minimum range color in utility-constants ... but green is totally fine for me)