I was trying to make the out-of map look a bit prettier. I tried using water-tile as the rendering layer but no luck. Also tried "0" and "1" as the documentation says this is valid.
This is what I expected:
This is what I got:
[0.17.74] rendering.render_layer does not support drawing under ground-tile.
Re: [0.17.74] rendering.render_layer does not support drawing under ground-tile.
This is a duplicate of this viewtopic.php?f=23&t=77407
Re: [0.17.74] rendering.render_layer does not support drawing under ground-tile.
It's possible, but you can't soft-mod it, if that's what you needed to do.
Code: Select all
variants =
{
main =
{
{
picture = "__base__/graphics/terrain/concrete/concrete-dummy.png",
count = 1,
size = 1
}
},
empty_transitions = true,
material_background =
{
picture = "__mymod__/graphics/terrain/starfield.jpg",
count = 1,
scale = 0.5, -- image is 512x512
}
},
Re: [0.17.74] rendering.render_layer does not support drawing under ground-tile.
Thanks for the code. I was hoping to render it with a dynamic position for parallaxing and add other features.