I'm running into the maplegend.png error as well.
I've checked my path to the maplegend.png and it seems to be correct:
O:\BIS TOOLS 2\ArmAWork\TUT\TUT_SampleMap\Source
(where ArmAWork is the virtual P drive)
This is what my layers.cfg file looks like:
class Layers
{
class sm_grass
{
texture = "tut\tut_samplemap\data\sm_grass_mco.png";
material= "tut\tut_samplemap\data\sm_grass.rvmat";
};
};
class Legend
{
picture="TUT\TUT_SampleMap\Source\mapLegend.png";
class Colors
{
sm_grass[]={{255,255,255}};
};
};
This is what I have in the project preferences for Textures:
tut\tut_samplemap\data
I've tried troubleshooting the filenames and pathes, but I can't seem to find the issue.
Please help =)