Call me stupid but I have exactly the same problem and I don't know why..
This is my layers.cfg
class Layers
{
class gdt_strbeach
{
texture = #(rgb,1,1,1)color(0.5,0.5,0.5,1,cdt);
material = "newmap\newmap\data\gdt_strbeach.rvmat";
};
class gdt_strgreengrass
{
texture = #(rgb,1,1,1)color(0.5,0.5,0.5,1,cdt);
material = "newmap\newmap\data\gdt_strgreengrass.rvmat";
};
class gdt_stony
{
texture = #(rgb,1,1,1)color(0.5,0.5,0.5,1,cdt);
material = "newmap\newmap\data\gdt_stony.rvmat";
};
class gdt_strconcrete
{
texture = #(rgb,1,1,1)color(0.5,0.5,0.5,1,cdt);
material = "newmap\newmap\data\gdt_strconcrete.rvmat";
};
};
class Legend
{
picture = "newmap\newmap\source\maplegend.png";
class Colors
{
gdt_strbeach [] = {{230, 230} 120};
gdt_strgreengrass [] = {{50, 160, 50}};
gdt_stony [] = {{0, 100, 250}};
gdt_strconcrete [] = {{170, 70, 170}};
};
};
Any help is much appreciated! Thanks guys.