I'm trying my hand at making a map and I get this error when I go to generate layers.
Here is my config file:
class Layers
{
class ben_yellow_sand
{
texture = "";
material = "ben\egypt\data\ben_yellow_sand.rvmat;
};
class ben_yellow_sand2
{
texture = "";
material = "ben\egypt\data\ben_yellow_sand2.rvmat;
};
class ben_rock
{
texture = "";
material = "ben\egypt\data\ben_rock.rvmat;
};
class ben_rock2
{
texture = "";
material = "ben\egypt\data\ben_rock2.rvmat;
};
};
class Legend
{
picture = "ben\egypt\source\maplegend.png";
class Colors
{
ben_yellow_sand[]={{ 236, 230, 149 }};
ben_yellow_sand2[]={{ 226, 207, 129 }};
ben_rock[]={{ 181, 158, 111 }};
ben_rock2[]={{ 196, 177, 121 }};
};
};