Graphic tint on terrain
-
- Fast Inserter
- Posts: 152
- Joined: Sun Dec 18, 2016 3:02 pm
- Contact:
Graphic tint on terrain
Hello, is it possible to use tint for terrain graphics? To reduce atlas as well as file size.
Re: Graphic tint on terrain
Hi, currently it is not possible, because I encoded coordinates of alpha masks into color channel.evildogbot100 wrote:Hello, is it possible to use tint for terrain graphics? To reduce atlas as well as file size.
But it will be possible sometime in future (hopefully 0.17). I would like to have even more complex color transformations for terrain graphics then just tint, but that will be driven mainly by requirements from our artists.
-
- Fast Inserter
- Posts: 152
- Joined: Sun Dec 18, 2016 3:02 pm
- Contact:
Re: Graphic tint on terrain
How about decoratives?
Re: Graphic tint on terrain
Decoratives can be tinted through regular "tint" property in sprite definition in prototype.
Re: Graphic tint on terrain
I've started hitting the 255 tile limit in the alien biomes mod. If tile tints, or whatever the recoloring is, could be influenced by noise layers or dimensions, that would be an amazing benefit because the color changes could have smooth transitions over a large distances without increasing the number of tiles required for any tile color variations. It would be great if that were also a lua API tile property so things pollution could affect tile color over time.posila wrote:Hi, currently it is not possible, because I encoded coordinates of alpha masks into color channel.evildogbot100 wrote:Hello, is it possible to use tint for terrain graphics? To reduce atlas as well as file size.
But it will be possible sometime in future (hopefully 0.17). I would like to have even more complex color transformations for terrain graphics then just tint, but that will be driven mainly by requirements from our artists.