Custom Map Colors


Lets you set your own colors that things will appear as on the map.

Utilities
14 days ago
0.17 - 2.0
2.61K

g Turret range colors.

2 years ago

Hi,
i like this mod and its adjustability.
Could you please add the range colors of the turrets to the mod?
What i mean:
When you are on the map and activate "Turret coverage" the range of all turrets is shown.
The color for the laser turrets range is a 50%-ish transparent red and very visible.
The color of the artillery turrets range is a 5%-10%-ish transparent grey/red(?) and for me almost invisible.
I would like to change that color.

2 years ago

After nearly 2 hours of searching i found this:

in data.lua:
data.raw["utility-constants"].default.chart.turret_range_color = {r = 1.0, g = 0, b = 0, a = 1}
data.raw["utility-constants"].default.chart.artillery_range_color = {r = 1.0, g = 0, b = 0, a = 1}

With this you can change the colors for the range of turrets and artillery.
But factorio uses other values for the transparency.
Even with the values from above the color for artillery is nearly invisible.

New response